From e35a738712df932904384fc69abd8c083c47df7b Mon Sep 17 00:00:00 2001 From: miwi Date: Sun, 14 Dec 2008 20:16:45 +0000 Subject: - Update to 0.3.9 - Take advantage of macro name 'SF' for MASTER_SITES - Use PORTDOCS & PLIST_FILES instead PR: 128967 Submitted by: Yi-Jheng Lin Approved by: maintainer timeout --- security/pwman/Makefile | 16 +++++++--------- security/pwman/distinfo | 6 +++--- security/pwman/pkg-plist | 9 --------- 3 files changed, 10 insertions(+), 21 deletions(-) delete mode 100644 security/pwman/pkg-plist (limited to 'security') diff --git a/security/pwman/Makefile b/security/pwman/Makefile index 7ba61cd2bffe..8816749aac8d 100644 --- a/security/pwman/Makefile +++ b/security/pwman/Makefile @@ -6,11 +6,9 @@ # PORTNAME= pwman -PORTVERSION= 0.3.8 -PORTREVISION= 1 +PORTVERSION= 0.3.9 CATEGORIES= security -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF MAINTAINER= anders@FreeBSD.org COMMENT= Console password management application based on gpg(me) @@ -20,9 +18,11 @@ RUN_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1 GNU_CONFIGURE= yes -MAN1= pwman.1 +MAN1= pwman.1 -DOCS= AUTHORS COPYING ChangeLog README TODO +PLIST_FILES= bin/convert_pwdb bin/pwdb2csv bin/pwman + +PORTDOCS= AUTHORS COPYING ChangeLog README TODO post-patch: @${REINPLACE_CMD} -e 's|/usr/bin/gpg|${LOCALBASE}/bin/gpg|g' ${WRKSRC}/src/options.c @@ -30,9 +30,7 @@ post-patch: .if !defined(NOPORTDOCS) post-install: @${INSTALL} -d -m 0755 ${DOCSDIR} -.for f in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/ -.endfor + ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR} .endif .include diff --git a/security/pwman/distinfo b/security/pwman/distinfo index b5c605d9fb3a..7dc29dca9bad 100644 --- a/security/pwman/distinfo +++ b/security/pwman/distinfo @@ -1,3 +1,3 @@ -MD5 (pwman-0.3.8.tar.gz) = 385b66ed033e7cbd1698b83dbbee29fc -SHA256 (pwman-0.3.8.tar.gz) = bab8e9ff9b97f81a3b150c18f6d9e172897bf93f6143915663594643d7106b2f -SIZE (pwman-0.3.8.tar.gz) = 103647 +MD5 (pwman-0.3.9.tar.gz) = c130d347285d9772c1f9309fcae9e836 +SHA256 (pwman-0.3.9.tar.gz) = 2df0885988fb786feb4fe905ac724fc50b93d85f63432b04561f20e734528442 +SIZE (pwman-0.3.9.tar.gz) = 103819 diff --git a/security/pwman/pkg-plist b/security/pwman/pkg-plist deleted file mode 100644 index 81468930439d..000000000000 --- a/security/pwman/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -bin/convert_pwdb -bin/pwdb2csv -bin/pwman -%%PORTDOCS%%share/doc/pwman/AUTHORS -%%PORTDOCS%%share/doc/pwman/COPYING -%%PORTDOCS%%share/doc/pwman/ChangeLog -%%PORTDOCS%%share/doc/pwman/README -%%PORTDOCS%%share/doc/pwman/TODO -%%PORTDOCS%%@dirrm share/doc/pwman -- cgit