From sevan@newbie.thingamajig-systems.co.uk  Sun Jan 24 06:58:47 2010
Return-Path: <sevan@newbie.thingamajig-systems.co.uk>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 0FD79106566C
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 24 Jan 2010 06:58:47 +0000 (UTC)
	(envelope-from sevan@newbie.thingamajig-systems.co.uk)
Received: from newbie.thingamajig-systems.co.uk (newbie.thingamajig-systems.co.uk [93.97.185.103])
	by mx1.freebsd.org (Postfix) with ESMTP id 98B108FC0C
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 24 Jan 2010 06:58:46 +0000 (UTC)
Received: from newbie.thingamajig-systems.co.uk (localhost [127.0.0.1])
	by newbie.thingamajig-systems.co.uk (8.14.3/8.14.3) with ESMTP id o0O6sm0l098236;
	Sun, 24 Jan 2010 06:54:48 GMT
	(envelope-from sevan@newbie.thingamajig-systems.co.uk)
Received: (from root@localhost)
	by newbie.thingamajig-systems.co.uk (8.14.3/8.14.3/Submit) id o0O6smd6098235;
	Sun, 24 Jan 2010 06:54:48 GMT
	(envelope-from sevan)
Message-Id: <201001240654.o0O6smd6098235@newbie.thingamajig-systems.co.uk>
Date: Sun, 24 Jan 2010 06:54:48 GMT
From: Sevan Janiyan <venture37@geeklan.co.uk>
To: FreeBSD-gnats-submit@freebsd.org
Cc: thomas@cuivre.fr.eu.org
Subject: [PATCH] net/proxy-suite: use $SUB_FILES to update pkg-message 
X-Send-Pr-Version: 3.113
X-GNATS-Notify: thomas@cuivre.fr.eu.org

>Number:         143147
>Category:       ports
>Synopsis:       [PATCH] net/proxy-suite: use $SUB_FILES to update pkg-message
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 24 07:00:07 UTC 2010
>Closed-Date:    Tue Jan 26 03:02:50 UTC 2010
>Last-Modified:  Tue Jan 26 03:10:02 UTC 2010
>Originator:     Sevan Janiyan
>Release:        FreeBSD 8.0-RELEASE-p2 amd64
>Organization:
>Environment:
System: FreeBSD newbie.thingamajig-systems.co.uk 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #0: Tue Jan  5 21:11:58 UTC
>Description:
no need to invoke sed manually

Added file(s):
- files/pkg-message.in

Removed file(s):
- pkg-message

Port maintainer (thomas@cuivre.fr.eu.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- proxy-suite-1.9.2.4_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/proxy-suite/Makefile,v
retrieving revision 1.24
diff -u -r1.24 Makefile
--- Makefile	20 Aug 2008 00:57:03 -0000	1.24
+++ Makefile	24 Jan 2010 06:53:35 -0000
@@ -57,6 +57,7 @@
 
 MAN8=		ftp-proxy.8
 MAN5=		ftp-proxy.conf.5
+SUB_FILES=	pkg-message
 
 .include <bsd.port.pre.mk>
 
@@ -64,6 +65,6 @@
 	@${STRIP_CMD} ${WRKSRC}/ftp-proxy/ftp-proxy
 
 post-install:
-	@${SED} 's|PREFIX|${PREFIX}|' ${PKGMESSAGE}
+	@${CAT} ${PKGMESSAGE}
 
 .include <bsd.port.post.mk>
Index: pkg-message
===================================================================
RCS file: pkg-message
diff -N pkg-message
--- pkg-message	23 Mar 2004 08:56:56 -0000	1.3
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,6 +0,0 @@
-
-This port provides a configuration file at
-
-PREFIX/etc/proxy-suite/ftp-proxy.conf
-
-Edit to fit your needs.
Index: files/pkg-message.in
===================================================================
RCS file: files/pkg-message.in
diff -N files/pkg-message.in
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/pkg-message.in	24 Jan 2010 06:53:35 -0000
@@ -0,0 +1,6 @@
+
+This port provides a configuration file at
+
+%%ETCDIR%%/ftp-proxy.conf
+
+Edit to fit your needs.
--- proxy-suite-1.9.2.4_1.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sun Jan 24 07:00:21 UTC 2010 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: thomas@cuivre.fr.eu.org
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/143147: [PATCH] net/proxy-suite: use $SUB_FILES to update pkg-message
Date: Sun, 24 Jan 2010 07:00:20 UT

 Maintainer of net/proxy-suite,
 
 Please note that PR ports/143147 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/143147
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Thomas Quinot <thomas@FreeBSD.ORG>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/143147: [PATCH] net/proxy-suite: use $SUB_FILES to
 update pkg-message
Date: Sun, 24 Jan 2010 12:45:04 +0100

 --jI8keyz6grp/JLjh
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 * Edwin Groothuis, 2010-01-24 :
 
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 
 Patch approved!
 
 Thomas.
 
 
 --jI8keyz6grp/JLjh
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.14 (FreeBSD)
 
 iD8DBQFLXDK+AE1UuDk9JGkRApaYAJ9c7hK9OEQ0bVAe1m7itN+uTCR9dgCfXK3+
 o2S8vv+xTVW7Ag6IjLDirvs=
 =37kl
 -----END PGP SIGNATURE-----
 
 --jI8keyz6grp/JLjh--
State-Changed-From-To: feedback->open 
State-Changed-By: linimon 
State-Changed-When: Sun Jan 24 22:35:03 UTC 2010 
State-Changed-Why:  
Maintainer approved. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=143147 
State-Changed-From-To: open->closed 
State-Changed-By: wen 
State-Changed-When: Tue Jan 26 03:02:48 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/143147: commit references a PR
Date: Tue, 26 Jan 2010 03:01:41 +0000 (UTC)

 wen         2010-01-26 03:01:25 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net/proxy-suite      Makefile 
   Added files:
     net/proxy-suite/files pkg-message.in 
   Removed files:
     net/proxy-suite      pkg-message 
   Log:
   - Use $SUB_FILES to update pkg-message
   
   PR:             ports/143147
   Submitted by:   Sevan Janiyan <venture37@geeklan.co.uk>
   Approved by:    maintainer
   
   Revision  Changes    Path
   1.25      +2 -1      ports/net/proxy-suite/Makefile
   1.1       +7 -0      ports/net/proxy-suite/files/pkg-message.in (new)
   1.4       +0 -6      ports/net/proxy-suite/pkg-message (dead)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
