Date: Sun, 14 May 2017 12:57:42 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440875 - head/sysutils/password-store Message-ID: <201705141257.v4ECvg2R030741@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Sun May 14 12:57:42 2017 New Revision: 440875 URL: https://svnweb.freebsd.org/changeset/ports/440875 Log: pwgen is only used by some contributed zsh scripts of password-store Make the pwgen dependency depend on the CONTRIB option and bump PORTREVISION Modified: head/sysutils/password-store/Makefile Modified: head/sysutils/password-store/Makefile ============================================================================== --- head/sysutils/password-store/Makefile Sun May 14 12:48:56 2017 (r440874) +++ head/sysutils/password-store/Makefile Sun May 14 12:57:42 2017 (r440875) @@ -2,6 +2,7 @@ PORTNAME= password-store PORTVERSION= 1.7.1 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://git.zx2c4.com/password-store/snapshot/ @@ -14,7 +15,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= bash:shells/bash \ getopt>=0:misc/getopt \ gnupg>=2:security/gnupg \ - pwgen>=0:sysutils/pwgen \ tree>=1.7:sysutils/tree NO_ARCH= yes @@ -32,6 +32,7 @@ QRENCODE_DESC= Enable QR code support GIT_RUN_DEPENDS= git>=0:devel/git XCLIP_RUN_DEPENDS= base64>=0:converters/base64 \ xclip>=0:x11/xclip +CONTRIB_RUN_DEPENDS= pwgen>=0:sysutils/pwgen QRENCODE_RUN_DEPENDS= qrencode>=0:graphics/libqrencode SUB_FILES= pass
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705141257.v4ECvg2R030741>