aboutsummaryrefslogtreecommitdiff
path: root/security/pwman
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-12-14 20:16:45 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-12-14 20:16:45 +0000
commit4cc48499fbb6daa189c320e1f700801478996332 (patch)
treeae9a946c613eb3d7ef77cc00a83faa15c83a1678 /security/pwman
parent7b72e3a1f4e6541085be6a0999e8af54a54743dc (diff)
downloadports-4cc48499fbb6daa189c320e1f700801478996332.tar.gz
ports-4cc48499fbb6daa189c320e1f700801478996332.zip
Notes
Diffstat (limited to 'security/pwman')
-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