Date: Wed, 11 Aug 2010 15:59:08 GMT From: Jason Bacon <jwbacon@tds.net> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/149530: Update port: Add NLS message file support Message-ID: <201008111559.o7BFx8eV028004@www.freebsd.org> Resent-Message-ID: <201008111600.o7BG02Ph073323@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 149530 >Category: ports >Synopsis: Update port: Add NLS message file support >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Aug 11 16:00:01 UTC 2010 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008111559.o7BFx8eV028004>