Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Jul 2014 02:46:51 +0000 (UTC)
From:      Jonathan Chu <milki@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r362020 - head/sysutils/password-store
Message-ID:  <201407160246.s6G2kp6P071112@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407160246.s6G2kp6P071112>