aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-12-15 04:16:45 +0800
committermiwi <miwi@FreeBSD.org>2008-12-15 04:16:45 +0800
commite35a738712df932904384fc69abd8c083c47df7b (patch)
tree53d8b7a43f29bfd945bea136f125d6c13bec92d8 /security
parent3ed6f608d640390799e85560a05aac8e168c7606 (diff)
downloadfreebsd-ports-gnome-e35a738712df932904384fc69abd8c083c47df7b.tar.gz
freebsd-ports-gnome-e35a738712df932904384fc69abd8c083c47df7b.tar.zst
freebsd-ports-gnome-e35a738712df932904384fc69abd8c083c47df7b.zip
- 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 <yzlin@cs.nctu.edu.tw> Approved by: maintainer timeout
Diffstat (limited to 'security')
-rw-r--r--security/pwman/Makefile16
-rw-r--r--security/pwman/distinfo6
-rw-r--r--security/pwman/pkg-plist9
3 files changed, 10 insertions, 21 deletions
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 <bsd.port.mk>
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