From nobody@FreeBSD.org  Wed Aug 11 15:59:09 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 3570D1065670
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 11 Aug 2010 15:59:09 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 0A5398FC1D
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 11 Aug 2010 15:59:09 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o7BFx8BY028005
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 11 Aug 2010 15:59:08 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o7BFx8eV028004;
	Wed, 11 Aug 2010 15:59:08 GMT
	(envelope-from nobody)
Message-Id: <201008111559.o7BFx8eV028004@www.freebsd.org>
Date: Wed, 11 Aug 2010 15:59:08 GMT
From: Jason Bacon <jwbacon@tds.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Update port: Add NLS message file support
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         149530
>Category:       ports
>Synopsis:       Update port: Add NLS message file support
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    glarkin
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 11 16:00:01 UTC 2010
>Closed-Date:    Fri Aug 13 15:21:11 EDT 2010
>Last-Modified:  Fri Aug 13 15:21:11 EDT 2010
>Originator:     Jason Bacon
>Release:        8.0-RELEASE
>Organization:
Acadix Consulting, LLC
>Environment:
FreeBSD sculpin.jbacon.dyndns.org 8.0-RELEASE FreeBSD 8.0-RELEASE #0: Sat Nov 21 15:48:17 UTC 2009     root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
Patch to properly handle NLS messages in generated plist.

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN /usr/ports/ports-mgmt/genplist/Makefile genplist/Makefile
--- /usr/ports/ports-mgmt/genplist/Makefile	2009-03-10 14:44:00.000000000 -0500
+++ genplist/Makefile	2009-11-01 20:09:10.000000000 -0600
@@ -1,12 +1,12 @@
 # New ports collection makefile for:	genplist
 # Date created:		2007-04-19
-# Whom:			Jason Bacon bacon@smithers.neuro.mcw.edu
+# Whom:			Jason Bacon <jwbacon@tds.net>
 #
 # $FreeBSD: ports/ports-mgmt/genplist/Makefile,v 1.2 2009/03/10 19:44:00 beat Exp $
 #
 
 PORTNAME=	genplist
-PORTVERSION=	0.3
+PORTVERSION=	0.4
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	http://personalpages.tds.net/~jwbacon/Ports/distfiles/ \
 		http://jbacon.dyndns.org/~bacon/Ports/distfiles/
@@ -24,4 +24,7 @@
 	${INSTALL_SCRIPT} ${WRKSRC}/genplist ${PREFIX}/bin
 	${INSTALL_MAN} ${WRKSRC}/genplist.1 ${PREFIX}/man/man1
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+post-patch:
+		${REINPLACE_CMD} 's|/etc/mtree|$${PORTSDIR=/usr/ports}/Templates|' ${WRKSRC}/genplist
+.include <bsd.port.post.mk>
diff -ruN /usr/ports/ports-mgmt/genplist/distinfo genplist/distinfo
--- /usr/ports/ports-mgmt/genplist/distinfo	2009-03-10 14:44:00.000000000 -0500
+++ genplist/distinfo	2010-08-11 10:53:26.000000000 -0500
@@ -1,3 +1,3 @@
-MD5 (genplist-0.3.tar.gz) = 20bd8e1eaf16589cd2f42a684b875b70
-SHA256 (genplist-0.3.tar.gz) = 477f2c9be1a6a01657c36229b359f6646557b23a81b84b9b810bb668b36994d0
-SIZE (genplist-0.3.tar.gz) = 3392
+MD5 (genplist-0.4.tar.gz) = 3c5071449fe72d7e7081488157e80ccb
+SHA256 (genplist-0.4.tar.gz) = 8745dde9ebe931ee6b69a17a3d96a347a731eb71606edf5eb6b46e914aa475d1
+SIZE (genplist-0.4.tar.gz) = 4331
diff -ruN /usr/ports/ports-mgmt/genplist/pkg-descr genplist/pkg-descr
--- /usr/ports/ports-mgmt/genplist/pkg-descr	2007-04-20 07:40:28.000000000 -0500
+++ genplist/pkg-descr	2009-12-27 09:35:13.000000000 -0600
@@ -3,4 +3,4 @@
 process is based on the instructions for plist generation in the
 FreeBSD Porter's Handbook.
 
-WWW:	http://www.neuro.mcw.edu/~bacon/FreeBSD_MRI
+WWW:	http://personalpages.tds.net/~jwbacon/Ports


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->glarkin 
Responsible-Changed-By: glarkin 
Responsible-Changed-When: Wed Aug 11 13:59:54 EDT 2010 
Responsible-Changed-Why:  
I'll take it. 

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

From: Greg Larkin <glarkin@FreeBSD.org>
To: bug-followup@FreeBSD.org, Jason Bacon <jwbacon@tds.net>
Cc:  
Subject: Re: ports/149530: Update port: Add NLS message file support
Date: Thu, 12 Aug 2010 09:36:30 -0400

 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA1
 
 Hi Jason,
 
 Would you mind bumping the upstream genplist .tar.gz file to version 0.5
 or 0.4.1?  The FreeBSD ports infrastructure doesn't handle distro files
 very well if their size has changed, but their version number has not.
 
 If you can do that, I'll update the version number in the Makefile and
 commit the change today.
 
 Thank you,
 Greg
 - --
 Greg Larkin
 
 http://www.FreeBSD.org/           - The Power To Serve
 http://www.sourcehosting.net/     - Ready. Set. Code.
 http://twitter.com/sourcehosting/ - Follow me, follow you
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.7 (MingW32)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
 
 iD8DBQFMY/je0sRouByUApARAnPrAJ4m9sGwwy3ULin6h+j+XOLtVVxySACfRlkC
 KK1MNV2KIsKiKgHwvo0SP58=
 =5e2i
 -----END PGP SIGNATURE-----
 
State-Changed-From-To: open->feedback 
State-Changed-By: glarkin 
State-Changed-When: Thu Aug 12 09:42:30 EDT 2010 
State-Changed-Why:  
Waiting for response from submitter. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/149530: commit references a PR
Date: Fri, 13 Aug 2010 19:19:18 +0000 (UTC)

 glarkin     2010-08-13 19:19:08 UTC
 
   FreeBSD ports repository
 
   Modified files:
     ports-mgmt/genplist  Makefile distinfo 
   Log:
   - Updated to 0.5
   - Minor Makefile cleanups
   
   PR:             ports/149530
   Submitted by:   Jason Bacon <jwbacon at tds dot net> (maintainer)
   
   Revision  Changes    Path
   1.4       +6 -6      ports/ports-mgmt/genplist/Makefile
   1.4       +3 -3      ports/ports-mgmt/genplist/distinfo
 _______________________________________________
 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"
 
State-Changed-From-To: feedback->closed 
State-Changed-By: glarkin 
State-Changed-When: Fri Aug 13 15:21:00 EDT 2010 
State-Changed-Why:  
Committed, thank you! 

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