From owner-svn-ports-head@FreeBSD.ORG Wed May 6 17:36:06 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F18684DE; Wed, 6 May 2015 17:36:05 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DFEFA14B3; Wed, 6 May 2015 17:36:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t46Ha5Ip026368; Wed, 6 May 2015 17:36:05 GMT (envelope-from sbz@FreeBSD.org) Received: (from sbz@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t46Ha5Xw026364; Wed, 6 May 2015 17:36:05 GMT (envelope-from sbz@FreeBSD.org) Message-Id: <201505061736.t46Ha5Xw026364@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sbz set sender to sbz@FreeBSD.org using -f From: Sofian Brabez Date: Wed, 6 May 2015 17:36:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385530 - 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.20 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: Wed, 06 May 2015 17:36:06 -0000 Author: sbz Date: Wed May 6 17:36:04 2015 New Revision: 385530 URL: https://svnweb.freebsd.org/changeset/ports/385530 Log: - Update to 2.8 PR: 199849 Differential Revision: https://reviews.freebsd.org/D2426 Submitted by: myself Approved by: Alexander Grigoryev (maintainer) Modified: head/security/kpcli/Makefile head/security/kpcli/distinfo Modified: head/security/kpcli/Makefile ============================================================================== --- head/security/kpcli/Makefile Wed May 6 17:27:48 2015 (r385529) +++ head/security/kpcli/Makefile Wed May 6 17:36:04 2015 (r385530) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= kpcli -PORTVERSION= 2.7 +PORTVERSION= 2.8 CATEGORIES= security MASTER_SITES= SF/kpcli/ EXTRACT_SUFX= .pl @@ -19,7 +19,9 @@ RUN_DEPENDS= p5-Crypt-Rijndael>=1.08:${P p5-Term-ShellUI>=0.9:${PORTSDIR}/shells/p5-Term-ShellUI \ p5-ReadLine-Gnu>=1.19:${PORTSDIR}/devel/p5-ReadLine-Gnu \ p5-Data-Password>=0:${PORTSDIR}/security/p5-Data-Password \ - p5-Clone>=0.31:${PORTSDIR}/devel/p5-Clone + p5-Clone>=0.31:${PORTSDIR}/devel/p5-Clone \ + p5-Capture-Tiny>=0:${PORTSDIR}/devel/p5-Capture-Tiny \ + p5-Clipboard>=0:${PORTSDIR}/x11/p5-Clipboard BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 shebangfix Modified: head/security/kpcli/distinfo ============================================================================== --- head/security/kpcli/distinfo Wed May 6 17:27:48 2015 (r385529) +++ head/security/kpcli/distinfo Wed May 6 17:36:04 2015 (r385530) @@ -1,2 +1,2 @@ -SHA256 (kpcli-2.7.pl) = 6bb1f7320b4474d6dbb73915393e5df96862f27c6228aa042a810fef46e2b777 -SIZE (kpcli-2.7.pl) = 166288 +SHA256 (kpcli-2.8.pl) = 21351afe96bd8d151cc5b551b9852249199802deac5ed05ba8538f18c308b2ee +SIZE (kpcli-2.8.pl) = 176617