svn commit: r305033 - head/sysutils/password-store

Steve Wills swills at FreeBSD.org
Sat Sep 29 13:27:08 UTC 2012


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 at 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
 



More information about the svn-ports-all mailing list