Bug 184948 - maintainer update: ports-mgmt/genplist
Summary: maintainer update: ports-mgmt/genplist
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Danilo Egea Gondolfo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-17 21:00 UTC by Jason W. Bacon
Modified: 2013-12-19 13:00 UTC (History)
0 users

See Also:


Attachments
file.diff (1.95 KB, patch)
2013-12-17 21:00 UTC, Jason W. Bacon
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jason W. Bacon freebsd_committer freebsd_triage 2013-12-17 21:00:00 UTC
Update with minor improvements and added support for staging and makeplist.

Fix: Patch attached with submission follows:
Comment 1 Danilo Egea Gondolfo freebsd_committer freebsd_triage 2013-12-18 18:28:00 UTC
Responsible Changed
From-To: freebsd-ports-bugs->danilo

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-12-19 12:57:16 UTC
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"
Comment 3 Danilo Egea Gondolfo freebsd_committer freebsd_triage 2013-12-19 12:57:20 UTC
State Changed
From-To: open->closed

Committed. Thanks!