summaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
authorThomas Abthorpe <tabthorpe@FreeBSD.org>2013-06-11 02:14:25 +0000
committerThomas Abthorpe <tabthorpe@FreeBSD.org>2013-06-11 02:14:25 +0000
commit48104d969ad3edf248c7dd5754853d753f888b14 (patch)
treea854177008930604317c8fd628ecfdad17261c86 /ports-mgmt
parent- Mark DEPRECATED by security/py-cracklib after r320515 commit (diff)
- Update to 1.0
PR: ports/177714 Submitted by: Jason Bacon <jwbacon tds.net> (maintainer)
Notes
Notes: svn path=/head/; revision=320519
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/genplist/Makefile17
-rw-r--r--ports-mgmt/genplist/distinfo4
-rw-r--r--ports-mgmt/genplist/pkg-descr2
3 files changed, 11 insertions, 12 deletions
diff --git a/ports-mgmt/genplist/Makefile b/ports-mgmt/genplist/Makefile
index c299b9c4ac80..4e70a1698c4a 100644
--- a/ports-mgmt/genplist/Makefile
+++ b/ports-mgmt/genplist/Makefile
@@ -1,15 +1,11 @@
-# New ports collection makefile for: genplist
-# Date created: 2007-04-19
-# Whom: Jason Bacon <jwbacon@tds.net>
-#
+# Created by: Jason Bacon
# $FreeBSD$
-#
PORTNAME= genplist
-PORTVERSION= 0.6
+PORTVERSION= 1.0
CATEGORIES= ports-mgmt
MASTER_SITES= http://personalpages.tds.net/~jwbacon/Ports/distfiles/ \
- http://jbacon.dyndns.org/~bacon/Ports/distfiles/
+ http://acadix.biz/Ports/distfiles/
MAINTAINER= jwbacon@tds.net
COMMENT= Generates a static plist for a port
@@ -22,6 +18,9 @@ MAN1= genplist.1
do-install:
@${INSTALL_SCRIPT} ${WRKSRC}/genplist ${PREFIX}/bin
- @${INSTALL_MAN} ${WRKSRC}/genplist.1 ${PREFIX}/man/man1
+ @${INSTALL_MAN} ${WRKSRC}/genplist.1 ${MAN1PREFIX}/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 --git a/ports-mgmt/genplist/distinfo b/ports-mgmt/genplist/distinfo
index 2ecbbaf42146..3459bfc9d8d8 100644
--- a/ports-mgmt/genplist/distinfo
+++ b/ports-mgmt/genplist/distinfo
@@ -1,2 +1,2 @@
-SHA256 (genplist-0.6.tar.gz) = 0a3758c703b4c75715a57cb6f5a97df3ef2ed532333bd8c3e978ac1f9ff3346b
-SIZE (genplist-0.6.tar.gz) = 5712
+SHA256 (genplist-1.0.tar.gz) = 1b66fb531074f7fca5589537d66b3ddaf8727f7b975de24ae48e336cce8538aa
+SIZE (genplist-1.0.tar.gz) = 5730
diff --git a/ports-mgmt/genplist/pkg-descr b/ports-mgmt/genplist/pkg-descr
index dfb3d658fe8d..5f5b7ac6642c 100644
--- a/ports-mgmt/genplist/pkg-descr
+++ b/ports-mgmt/genplist/pkg-descr
@@ -3,4 +3,4 @@ into a temporary directory, and then examining the directory tree. The
process is based on the instructions for plist generation in the
FreeBSD Porter's Handbook.
-WWW: http://personalpages.tds.net/~jwbacon/Ports
+WWW: http://personalpages.tds.net/~jwbacon/Ports