Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 May 2014 21:25:33 +0000 (UTC)
From:      Jonathan Chu <milki@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r355090 - head/sysutils/password-store
Message-ID:  <201405242125.s4OLPXOM017589@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: milki
Date: Sat May 24 21:25:32 2014
New Revision: 355090
URL: http://svnweb.freebsd.org/changeset/ports/355090
QAT: https://qat.redports.org/buildarchive/r355090/

Log:
  Update to 1.6.2_1
  
  - Add missing RUN_DEPENDS for misc/getopt
  
  Approved by:	swills (mentor)

Modified:
  head/sysutils/password-store/Makefile

Modified: head/sysutils/password-store/Makefile
==============================================================================
--- head/sysutils/password-store/Makefile	Sat May 24 21:19:36 2014	(r355089)
+++ head/sysutils/password-store/Makefile	Sat May 24 21:25:32 2014	(r355090)
@@ -2,6 +2,7 @@
 
 PORTNAME=	password-store
 PORTVERSION=	1.6.2
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://git.zx2c4.com/password-store/snapshot/
 
@@ -11,6 +12,7 @@ COMMENT=	Stores, retrieves, generates, a
 LICENSE=	GPLv2
 
 RUN_DEPENDS=	bash>=0:${PORTSDIR}/shells/bash \
+		getopt>=0:${PORTSDIR}/misc/getopt \
 		gnupg>=2:${PORTSDIR}/security/gnupg \
 		pwgen>=0:${PORTSDIR}/sysutils/pwgen \
 		tree>=1.7:${PORTSDIR}/sysutils/tree



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