Update with minor improvements and added support for staging and makeplist. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->danilo I'll take it.
Author: danilo Date: Thu Dec 19 12:57:03 2013 New Revision: 336897 URL: http://svnweb.freebsd.org/changeset/ports/336897 Log: - Update from 1.0 to 1.1 - Add stage support - Update header - Add LICENSE PR: ports/184948 Submitted by: Jason Bacon <jwbacon@tds.net> (maintainer) Modified: head/ports-mgmt/genplist/Makefile head/ports-mgmt/genplist/distinfo Modified: head/ports-mgmt/genplist/Makefile ============================================================================== --- head/ports-mgmt/genplist/Makefile Thu Dec 19 12:53:11 2013 (r336896) +++ head/ports-mgmt/genplist/Makefile Thu Dec 19 12:57:03 2013 (r336897) @@ -1,27 +1,24 @@ -# Created by: Jason Bacon +# Created by: Jason Bacon <jwbacon@tds.net> # $FreeBSD$ PORTNAME= genplist -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= ports-mgmt -MASTER_SITES= http://personalpages.tds.net/~jwbacon/Ports/distfiles/ \ - http://acadix.biz/Ports/distfiles/ +MASTER_SITES= http://acadix.biz/Ports/distfiles/ \ + http://personalpages.tds.net/~jwbacon/Ports/distfiles/ MAINTAINER= jwbacon@tds.net COMMENT= Generates a static plist for a port -NO_BUILD= yes +LICENSE= BSD -PLIST_FILES= bin/genplist +NO_BUILD= yes +USE_XZ= yes -MAN1= genplist.1 +PLIST_FILES= bin/genplist man/man1/genplist.1.gz -NO_STAGE= yes do-install: - @${INSTALL_SCRIPT} ${WRKSRC}/genplist ${PREFIX}/bin - @${INSTALL_MAN} ${WRKSRC}/genplist.1 ${MAN1PREFIX}/man/man1 + @${INSTALL_SCRIPT} ${WRKSRC}/genplist ${STAGEDIR}${PREFIX}/bin + @${INSTALL_MAN} ${WRKSRC}/genplist.1 ${STAGEDIR}${PREFIX}/man/man1 -.include <bsd.port.pre.mk> -post-patch: - ${REINPLACE_CMD} 's|/etc/mtree|$${PORTSDIR=/usr/ports}/Templates|' ${WRKSRC}/genplist -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/ports-mgmt/genplist/distinfo ============================================================================== --- head/ports-mgmt/genplist/distinfo Thu Dec 19 12:53:11 2013 (r336896) +++ head/ports-mgmt/genplist/distinfo Thu Dec 19 12:57:03 2013 (r336897) @@ -1,2 +1,2 @@ -SHA256 (genplist-1.0.tar.gz) = 1b66fb531074f7fca5589537d66b3ddaf8727f7b975de24ae48e336cce8538aa -SIZE (genplist-1.0.tar.gz) = 5730 +SHA256 (genplist-1.1.tar.xz) = 17745255d1ac3ac7525bb1b501604a1a37537c86d0c79a38bbd76e81ccb6773f +SIZE (genplist-1.1.tar.xz) = 5804 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!