Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Sep 2012 13:27:07 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r305033 - head/sysutils/password-store
Message-ID:  <201209291327.q8TDR7kX031434@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209291327.q8TDR7kX031434>