- Update to 1.4_2 Add missing bash depends Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
Responsible Changed From-To: freebsd-ports-bugs->swills swills@ wants his PRs (via the GNATS Auto Assign Tool)
State Changed From-To: open->closed Committed. Thanks!
Author: swills Date: Sat Sep 29 13:27:07 2012 New Revision: 305033 URL: http://svn.freebsd.org/changeset/ports/305033 Log: - Add missing bash depends PR: ports/172126 Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer) Modified: head/sysutils/password-store/Makefile Modified: head/sysutils/password-store/Makefile ============================================================================== --- head/sysutils/password-store/Makefile Sat Sep 29 10:54:52 2012 (r305032) +++ head/sysutils/password-store/Makefile Sat Sep 29 13:27:07 2012 (r305033) @@ -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, a 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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"