Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Sep 2012 17:19:39 -0700 (PDT)
From:      milki <milki@rescomp.berkeley.edu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/172126: [MAINTAINER] sysutils/password-store: update to 1.4_2
Message-ID:  <201209280019.q8S0JdOW072069@cibo.ircmylife.com>
Resent-Message-ID: <201209280020.q8S0K3kq031899@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         172126
>Category:       ports
>Synopsis:       [MAINTAINER] sysutils/password-store: update to 1.4_2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 28 00:20:03 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     milki
>Release:        FreeBSD 8.3-RELEASE-p3 amd64
>Organization:
cibo
>Environment:
System: FreeBSD cibo.ircmylife.com 8.3-RELEASE-p3 FreeBSD 8.3-RELEASE-p3 #0: Tue Jun 12 00:39:29 UTC 2012
>Description:
- Update to 1.4_2

Add missing bash depends

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
>How-To-Repeat:
>Fix:

--- password-store-1.4_2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/sysutils/password-store/Makefile ./Makefile
--- /usr/ports/sysutils/password-store/Makefile	2012-09-27 06:30:59.000000000 -0700
+++ ./Makefile	2012-09-27 17:19:20.000000000 -0700
@@ -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 @@
 
 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
 
--- password-store-1.4_2.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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