diff options
author | milki <milki@FreeBSD.org> | 2014-05-25 05:25:32 +0800 |
---|---|---|
committer | milki <milki@FreeBSD.org> | 2014-05-25 05:25:32 +0800 |
commit | c83685ce3a458e46f39cfbd677e0a803e8e5b198 (patch) | |
tree | 9e8aaa8855eede1da18ee97211eabb68f4f747d3 /sysutils | |
parent | 60f57220025c8789375f5a479df80239b8a1cac9 (diff) | |
download | freebsd-ports-gnome-c83685ce3a458e46f39cfbd677e0a803e8e5b198.tar.gz freebsd-ports-gnome-c83685ce3a458e46f39cfbd677e0a803e8e5b198.tar.zst freebsd-ports-gnome-c83685ce3a458e46f39cfbd677e0a803e8e5b198.zip |
Update to 1.6.2_1
- Add missing RUN_DEPENDS for misc/getopt
Approved by: swills (mentor)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/password-store/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/password-store/Makefile b/sysutils/password-store/Makefile index da02976b5921..ce8c0ce38c6e 100644 --- a/sysutils/password-store/Makefile +++ b/sysutils/password-store/Makefile @@ -2,6 +2,7 @@ PORTNAME= password-store PORTVERSION= 1.6.2 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://git.zx2c4.com/password-store/snapshot/ @@ -11,6 +12,7 @@ COMMENT= Stores, retrieves, generates, and synchronizes passwords securely LICENSE= GPLv2 RUN_DEPENDS= bash>=0:${PORTSDIR}/shells/bash \ + getopt>=0:${PORTSDIR}/misc/getopt \ gnupg>=2:${PORTSDIR}/security/gnupg \ pwgen>=0:${PORTSDIR}/sysutils/pwgen \ tree>=1.7:${PORTSDIR}/sysutils/tree |