mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
pwgen is only used by some contributed zsh scripts of password-store
Make the pwgen dependency depend on the CONTRIB option and bump PORTREVISION
This commit is contained in:
parent
a201de8ee6
commit
c2b5bde1fb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=440875
1 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
PORTNAME= password-store
|
PORTNAME= password-store
|
||||||
PORTVERSION= 1.7.1
|
PORTVERSION= 1.7.1
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
MASTER_SITES= http://git.zx2c4.com/password-store/snapshot/
|
MASTER_SITES= http://git.zx2c4.com/password-store/snapshot/
|
||||||
|
|
||||||
|
@ -14,7 +15,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
RUN_DEPENDS= bash:shells/bash \
|
RUN_DEPENDS= bash:shells/bash \
|
||||||
getopt>=0:misc/getopt \
|
getopt>=0:misc/getopt \
|
||||||
gnupg>=2:security/gnupg \
|
gnupg>=2:security/gnupg \
|
||||||
pwgen>=0:sysutils/pwgen \
|
|
||||||
tree>=1.7:sysutils/tree
|
tree>=1.7:sysutils/tree
|
||||||
|
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
|
@ -32,6 +32,7 @@ QRENCODE_DESC= Enable QR code support
|
||||||
GIT_RUN_DEPENDS= git>=0:devel/git
|
GIT_RUN_DEPENDS= git>=0:devel/git
|
||||||
XCLIP_RUN_DEPENDS= base64>=0:converters/base64 \
|
XCLIP_RUN_DEPENDS= base64>=0:converters/base64 \
|
||||||
xclip>=0:x11/xclip
|
xclip>=0:x11/xclip
|
||||||
|
CONTRIB_RUN_DEPENDS= pwgen>=0:sysutils/pwgen
|
||||||
QRENCODE_RUN_DEPENDS= qrencode>=0:graphics/libqrencode
|
QRENCODE_RUN_DEPENDS= qrencode>=0:graphics/libqrencode
|
||||||
|
|
||||||
SUB_FILES= pass
|
SUB_FILES= pass
|
||||||
|
|
Loading…
Add table
Reference in a new issue