From owner-svn-ports-all@FreeBSD.ORG Wed Jul 16 02:46:51 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D224EF83; Wed, 16 Jul 2014 02:46:51 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A67B52127; Wed, 16 Jul 2014 02:46:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6G2kpEM071118; Wed, 16 Jul 2014 02:46:51 GMT (envelope-from milki@svn.freebsd.org) Received: (from milki@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6G2kp6P071112; Wed, 16 Jul 2014 02:46:51 GMT (envelope-from milki@svn.freebsd.org) Message-Id: <201407160246.s6G2kp6P071112@svn.freebsd.org> From: Jonathan Chu Date: Wed, 16 Jul 2014 02:46:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362020 - head/sysutils/password-store X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jul 2014 02:46:51 -0000 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 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