Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Jul 2013 14:25:57 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r322560 - head/security/kpcli
Message-ID:  <201307091425.r69EPvhd020687@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Tue Jul  9 14:25:56 2013
New Revision: 322560
URL: http://svnweb.freebsd.org/changeset/ports/322560

Log:
  - Add support for pwck command
  
  PR: ports/180371
  Approved by: swills (mentor)

Modified:
  head/security/kpcli/Makefile

Modified: head/security/kpcli/Makefile
==============================================================================
--- head/security/kpcli/Makefile	Tue Jul  9 13:37:13 2013	(r322559)
+++ head/security/kpcli/Makefile	Tue Jul  9 14:25:56 2013	(r322560)
@@ -2,6 +2,7 @@
 
 PORTNAME=	kpcli
 PORTVERSION=	2.3
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	SF/kpcli/
 EXTRACT_SUFX=	.pl
@@ -17,11 +18,12 @@ RUN_DEPENDS=	p5-Crypt-Rijndael>=1.08:${P
 		p5-Sort-Naturally>=1.02:${PORTSDIR}/textproc/p5-Sort-Naturally \
 		p5-File-KeePass>=2.03:${PORTSDIR}/security/p5-File-KeePass \
 		p5-Term-ShellUI>=0.9:${PORTSDIR}/shells/p5-Term-ShellUI \
-		p5-ReadLine-Gnu>=1.19:${PORTSDIR}/devel/p5-ReadLine-Gnu
+		p5-ReadLine-Gnu>=1.19:${PORTSDIR}/devel/p5-ReadLine-Gnu \
+		p5-Data-Password>=0:${PORTSDIR}/security/p5-Data-Password
+
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
 USE_PERL5=	yes
-
 MAN1=	${PORTNAME}.1
 MANCOMPRESSED=	yes
 PLIST_FILES=	bin/kpcli



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