aboutsummaryrefslogtreecommitdiff
path: root/sysutils/password-store
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2012-09-29 13:27:07 +0000
committerSteve Wills <swills@FreeBSD.org>2012-09-29 13:27:07 +0000
commit6c8f6e451a04a6ed6e86f3d65e80cd9773476cf7 (patch)
treed2b94287ece0f7cae712edae2d419f49c9cf12a8 /sysutils/password-store
parentedee8865adcb5e8900f3c0524784ec74953214ac (diff)
downloadports-6c8f6e451a04a6ed6e86f3d65e80cd9773476cf7.tar.gz
ports-6c8f6e451a04a6ed6e86f3d65e80cd9773476cf7.zip
Notes
Diffstat (limited to 'sysutils/password-store')
-rw-r--r--sysutils/password-store/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/password-store/Makefile b/sysutils/password-store/Makefile
index 9b11a69d05d6..494d07c635d2 100644
--- a/sysutils/password-store/Makefile
+++ b/sysutils/password-store/Makefile
@@ -2,7 +2,7 @@
PORTNAME= password-store
PORTVERSION= 1.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= http://git.zx2c4.com/password-store/snapshot/
@@ -11,7 +11,8 @@ COMMENT= Stores, retrieves, generates, and synchronizes passwords securely
LICENSE= GPLv2
-RUN_DEPENDS= gnupg>=2:${PORTSDIR}/security/gnupg \
+RUN_DEPENDS= bash>=0:${PORTSDIR}/shells/bash \
+ gnupg>=2:${PORTSDIR}/security/gnupg \
pwgen>=0:${PORTSDIR}/sysutils/pwgen \
tree>=0:${PORTSDIR}/sysutils/tree