From mstowe@chicago.us.mensa.org  Tue Feb 14 02:23:14 2006
Return-Path: <mstowe@chicago.us.mensa.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id DC2B416A420
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 14 Feb 2006 02:23:14 +0000 (GMT)
	(envelope-from mstowe@chicago.us.mensa.org)
Received: from baddomain.com (dsl081-139-164.chi1.dsl.speakeasy.net [64.81.139.164])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5780543D45
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 14 Feb 2006 02:23:14 +0000 (GMT)
	(envelope-from mstowe@chicago.us.mensa.org)
Received: from baddomain.com (smmsp@localhost [127.0.0.1])
	by baddomain.com (8.13.5/8.13.5) with ESMTP id k1E2Mxh9061304
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 13 Feb 2006 20:22:59 -0600 (CST)
	(envelope-from mstowe@chicago.us.mensa.org)
Received: (from root@localhost)
	by baddomain.com (8.13.5/8.13.4/Submit) id k1E2Mxrg061303;
	Mon, 13 Feb 2006 20:22:59 -0600 (CST)
	(envelope-from mstowe@chicago.us.mensa.org)
Message-Id: <200602140222.k1E2Mxrg061303@baddomain.com>
Date: Mon, 13 Feb 2006 20:22:59 -0600 (CST)
From: Michael Stowe <mstowe@chicago.us.mensa.org>
Reply-To: Michael Stowe <mstowe@chicago.us.mensa.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: maintainer update - source server
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         93316
>Category:       ports
>Synopsis:       misc/heyu: maintainer update - source server
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 14 02:30:09 GMT 2006
>Closed-Date:    Fri Feb 17 16:35:22 GMT 2006
>Last-Modified:  Fri Feb 17 16:35:22 GMT 2006
>Originator:     Michael Stowe <mstowe@chicago.us.mensa.org>
>Release:        FreeBSD 5.3-RELEASE-p24 i386
>Organization:
>Environment:
System: FreeBSD baddomain.com 5.3-RELEASE-p24 FreeBSD 5.3-RELEASE-p24 #18: Sun Jan 22 21:39:29 CST 2006 root@baddomain.com:/usr/src/sys/i386/compile/STOWE i386


	
>Description:
	
>How-To-Repeat:
	
>Fix:

	

--- heyu.tmp begins here ---
diff -u ../heyu.old/Makefile ./Makefile
--- ../heyu.old/Makefile	Thu Jul 28 14:01:04 2005
+++ ./Makefile	Mon Feb 13 20:18:20 2006
@@ -9,7 +9,7 @@
 PORTVERSION=	1.35
 PORTREVISION=	2
 CATEGORIES=	misc
-MASTER_SITES=	http://heyu.tanj.com/
+MASTER_SITES=	http://www.heyu.org/heyu1/
 DISTNAME=	x10_heyu
 EXTRACT_SUFX=	.tgz
 
Only in ../heyu.old: files
--- heyu.tmp ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: garga 
State-Changed-When: Fri Feb 17 14:55:35 UTC 2006 
State-Changed-Why:  
Ask for maintainer approval. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=93316 

From: Renato Botelho <garga@FreeBSD.org>
To: mstowe@chicago.us.mensa.org
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/93316: misc/heyu: maintainer update - source server
Date: Fri, 17 Feb 2006 14:55:15 +0000

 Since i'm here, i propose you the following patch, with these changes:
 
 - Make portlint(1) happy
 - Respect CC/CFLAGS env vars
 - Apply changes on Configure script on post-patch: and execute Configure on
   do-configure:
 - Always install files on EXAMPLESDIR, it doesn't need to respect NOPORTDOCS
 
 Do you approve these changes?
 
 -----------------------------------------------------
 Index: Makefile
 ===================================================================
 RCS file: /home/pcvs/ports/misc/heyu/Makefile,v
 retrieving revision 1.17
 diff -u -r1.17 Makefile
 --- Makefile	26 Jul 2005 15:13:25 -0000	1.17
 +++ Makefile	17 Feb 2006 14:49:18 -0000
 @@ -9,36 +9,35 @@
  PORTVERSION=	1.35
  PORTREVISION=	2
  CATEGORIES=	misc
 -MASTER_SITES=	http://heyu.tanj.com/
 +MASTER_SITES=	http://www.heyu.org/heyu1/
  DISTNAME=	x10_heyu
  EXTRACT_SUFX=	.tgz
  
  MAINTAINER=	mstowe@chicago.us.mensa.org
  COMMENT=	Control a CM11A interface from the command line
  
 -CONFLICTS=	heyu2-*
 +CONFLICTS=	heyu2-[0-9]*
  
  IS_INTERACTIVE=	yes
  ALL_TARGET=	heyu
  WRKSRC=		${WRKDIR}/heyu.dir
 -USE_REINPLACE=	yes
  
  MAN1=		heyu.1 heyuhelper.1
  MAN5=		x10config.5 \
  		x10sched.5
  
 -do-configure:
 -	${REINPLACE_CMD} 's|/usr/local|${PREFIX}|' ${WRKSRC}/Makefile
 +post-patch:
 +	@${REINPLACE_CMD} -E 's|/usr/local|${PREFIX}|g; \
 +			      s,(CC|CFLAGS) =,\1 ?=,g' \
 +		${WRKSRC}/Configure
  
 -pre-patch:
 +do-configure:
  	(cd ${WRKSRC} && ./Configure freebsd)
  
  post-install:
  	${STRIP_CMD} ${PREFIX}/bin/heyu
 -.if !defined(NOPORTDOCS)
 -	${MKDIR} ${PREFIX}/share/examples/heyu
 -	${INSTALL_DATA} ${WRKSRC}/x10config ${PREFIX}/share/examples/heyu/x10config.sample
 -	${INSTALL_DATA} ${WRKSRC}/x10sched.conf.sample ${PREFIX}/share/examples/heyu
 -.endif
 +	${MKDIR} ${EXAMPLESDIR}
 +	${INSTALL_DATA} ${WRKSRC}/x10config ${EXAMPLESDIR}/x10config.sample
 +	${INSTALL_DATA} ${WRKSRC}/x10sched.conf.sample ${EXAMPLESDIR}
  
  .include <bsd.port.mk>
 Index: pkg-plist
 ===================================================================
 RCS file: /home/pcvs/ports/misc/heyu/pkg-plist,v
 retrieving revision 1.3
 diff -u -r1.3 pkg-plist
 --- pkg-plist	6 Mar 2004 12:01:13 -0000	1.3
 +++ pkg-plist	17 Feb 2006 14:49:18 -0000
 @@ -2,6 +2,6 @@
  bin/heyu
  bin/heyuhelper
  bin/makesched
 -share/examples/heyu/x10config.sample
 -share/examples/heyu/x10sched.conf.sample
 -@dirrm share/examples/heyu
 +%%EXAMPLESDIR%%/x10config.sample
 +%%EXAMPLESDIR%%/x10sched.conf.sample
 +@dirrm %%EXAMPLESDIR%%
 
 

From: "Michael Stowe" <mstowe@chicago.us.mensa.org>
To: "Renato Botelho" <garga@FreeBSD.org>
Cc: mstowe@chicago.us.mensa.org, bug-followup@FreeBSD.org
Subject: Re: ports/93316: misc/heyu: maintainer update - source server
Date: Fri, 17 Feb 2006 09:40:56 -0600 (CST)

 Yes, absolutely
 
 > Since i'm here, i propose you the following patch, with these changes:
 >
 > - Make portlint(1) happy
 > - Respect CC/CFLAGS env vars
 > - Apply changes on Configure script on post-patch: and execute Configure
 > on
 >   do-configure:
 > - Always install files on EXAMPLESDIR, it doesn't need to respect
 > NOPORTDOCS
 >
 > Do you approve these changes?
 
State-Changed-From-To: feedback->closed 
State-Changed-By: garga 
State-Changed-When: Fri Feb 17 16:35:21 UTC 2006 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=93316 
>Unformatted:
