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

Jonathan Chu milki at FreeBSD.org
Sat May 24 21:25:33 UTC 2014


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


More information about the svn-ports-all mailing list