From milki@cibo.ircmylife.com  Fri Sep 28 00:19:42 2012
Return-Path: <milki@cibo.ircmylife.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 662D41065670
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 28 Sep 2012 00:19:42 +0000 (UTC)
	(envelope-from milki@cibo.ircmylife.com)
Received: from cibo.ircmylife.com (unknown [IPv6:2607:f2f8:af08::2])
	by mx1.freebsd.org (Postfix) with ESMTP id 4BCAB8FC12
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 28 Sep 2012 00:19:42 +0000 (UTC)
Received: from cibo.ircmylife.com (localhost [127.0.0.1])
	by cibo.ircmylife.com (8.14.5/8.14.5) with ESMTP id q8S0Jdag072070
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 27 Sep 2012 17:19:39 -0700 (PDT)
	(envelope-from milki@cibo.ircmylife.com)
Received: (from milki@localhost)
	by cibo.ircmylife.com (8.14.5/8.14.5/Submit) id q8S0JdOW072069;
	Thu, 27 Sep 2012 17:19:39 -0700 (PDT)
	(envelope-from milki)
Message-Id: <201209280019.q8S0JdOW072069@cibo.ircmylife.com>
Date: Thu, 27 Sep 2012 17:19:39 -0700 (PDT)
From: milki <milki@rescomp.berkeley.edu>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] sysutils/password-store: update to 1.4_2
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         172126
>Category:       ports
>Synopsis:       [MAINTAINER] sysutils/password-store: update to 1.4_2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    swills
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 28 00:20:03 UTC 2012
>Closed-Date:    Sat Sep 29 13:27:13 UTC 2012
>Last-Modified:  Sat Sep 29 13:30:08 UTC 2012
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->swills 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Sep 28 00:20:14 UTC 2012 
Responsible-Changed-Why:  
swills@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=172126 
State-Changed-From-To: open->closed 
State-Changed-By: swills 
State-Changed-When: Sat Sep 29 13:27:12 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=172126 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/172126: commit references a PR
Date: Sat, 29 Sep 2012 13:27:18 +0000 (UTC)

 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"
 
>Unformatted:
