svn commit: r362020 - head/sysutils/password-store
Jonathan Chu
milki at FreeBSD.org
Wed Jul 16 02:46:51 UTC 2014
Author: milki
Date: Wed Jul 16 02:46:50 2014
New Revision: 362020
URL: http://svnweb.freebsd.org/changeset/ports/362020
QAT: https://qat.redports.org/buildarchive/r362020/
Log:
Update sysutils/password-store to 1.6.3_1
- Re-add DOCS option
Approved by: swills (mentor)
Modified:
head/sysutils/password-store/Makefile
head/sysutils/password-store/pkg-plist
Modified: head/sysutils/password-store/Makefile
==============================================================================
--- head/sysutils/password-store/Makefile Wed Jul 16 02:36:31 2014 (r362019)
+++ head/sysutils/password-store/Makefile Wed Jul 16 02:46:50 2014 (r362020)
@@ -2,6 +2,7 @@
PORTNAME= password-store
PORTVERSION= 1.6.3
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://git.zx2c4.com/password-store/snapshot/
@@ -16,7 +17,7 @@ RUN_DEPENDS= bash>=0:${PORTSDIR}/shells/
pwgen>=0:${PORTSDIR}/sysutils/pwgen \
tree>=1.7:${PORTSDIR}/sysutils/tree
-OPTIONS_DEFINE= GIT XCLIP CONTRIB EXAMPLES
+OPTIONS_DEFINE= GIT XCLIP CONTRIB DOCS EXAMPLES
OPTIONS_SUB= yes
GIT_DESC= Enable git storage
@@ -58,10 +59,9 @@ do-install:
@(cd ${WRKSRC}/contrib && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR})
@(cd ${WRKSRC}/src/completion && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR})
.endif
-.if ${PORT_OPTIONS:MEXAMPLES}
+
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
- @${INSTALL_DATA} ${WRKSRC}/man/example-filter.sh ${STAGEDIR}${EXAMPLESDIR}
-.endif
+ @${INSTALL_MAN} ${WRKSRC}/man/example-filter.sh ${STAGEDIR}${EXAMPLESDIR}
@${INSTALL_MAN} ${WRKSRC}/man/pass.1 ${STAGEDIR}${MANPREFIX}/man/man1/pass.1
.include <bsd.port.mk>
Modified: head/sysutils/password-store/pkg-plist
==============================================================================
--- head/sysutils/password-store/pkg-plist Wed Jul 16 02:36:31 2014 (r362019)
+++ head/sysutils/password-store/pkg-plist Wed Jul 16 02:46:50 2014 (r362020)
@@ -22,8 +22,8 @@
%%CONTRIB%%@dirrmtry %%DATADIR%%/dmenu
%%CONTRIB%%@dirrmtry %%DATADIR%%/emacs
%%CONTRIB%%@dirrmtry %%DATADIR%%/importers
+%%PORTDOCS%%man/man1/pass.1.gz
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-filter.sh
%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%
bin/pass
libexec/pass
-man/man1/pass.1.gz
More information about the svn-ports-head
mailing list