From owner-svn-ports-head@FreeBSD.ORG Tue Jul 9 14:25:57 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 4D30DC9F; Tue, 9 Jul 2013 14:25:57 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 3F9C112CF; Tue, 9 Jul 2013 14:25:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r69EPvSF020689; Tue, 9 Jul 2013 14:25:57 GMT (envelope-from feld@svn.freebsd.org) Received: (from feld@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r69EPvhd020687; Tue, 9 Jul 2013 14:25:57 GMT (envelope-from feld@svn.freebsd.org) Message-Id: <201307091425.r69EPvhd020687@svn.freebsd.org> From: Mark Felder Date: Tue, 9 Jul 2013 14:25:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322560 - head/security/kpcli X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Jul 2013 14:25:57 -0000 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