ports/128967: [PATCH] security/pwman: update to 0.3.9
Yi-Jheng Lin
yzlin at cs.nctu.edu.tw
Tue Nov 18 16:20:01 UTC 2008
>Number: 128967
>Category: ports
>Synopsis: [PATCH] security/pwman: update to 0.3.9
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Tue Nov 18 16:20:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator: Yi-Jheng Lin
>Release: FreeBSD 7.0-RELEASE-p4 amd64
>Organization:
NCTU CS
>Environment:
System: FreeBSD stucgi 7.0-RELEASE-p4 FreeBSD 7.0-RELEASE-p4 #0: Fri Sep 5 14:56:26 CST
>Description:
- Update to 0.3.9
- Take advantage of macro name 'SF' for MASTER_SITES
- Use PORTDOCS & PLIST_FILES instead
Removed file(s):
- pkg-plist
Port maintainer (anders at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:
--- pwman-0.3.9.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/security/pwman/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- Makefile 6 Jun 2008 14:01:03 -0000 1.12
+++ Makefile 18 Nov 2008 16:14:36 -0000
@@ -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 at FreeBSD.org
COMMENT= Console password management application based on gpg(me)
@@ -20,9 +18,11 @@
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 @@
.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>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/security/pwman/distinfo,v
retrieving revision 1.7
diff -u -r1.7 distinfo
--- distinfo 14 Apr 2008 11:52:54 -0000 1.7
+++ distinfo 18 Nov 2008 16:14:36 -0000
@@ -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
Index: pkg-plist
===================================================================
RCS file: pkg-plist
diff -N pkg-plist
--- pkg-plist 14 Jan 2003 05:23:25 -0000 1.2
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -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
--- pwman-0.3.9.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list