From owner-svn-ports-all@freebsd.org Tue Sep 8 23:36:08 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D1C17A00994; Tue, 8 Sep 2015 23:36:08 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org (repo.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 C2570132E; Tue, 8 Sep 2015 23:36:08 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t88Na8IQ057222; Tue, 8 Sep 2015 23:36:08 GMT (envelope-from cs@FreeBSD.org) Received: (from cs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t88Na83Z057221; Tue, 8 Sep 2015 23:36:08 GMT (envelope-from cs@FreeBSD.org) Message-Id: <201509082336.t88Na83Z057221@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cs set sender to cs@FreeBSD.org using -f From: Carlo Strub Date: Tue, 8 Sep 2015 23:36:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r396448 - head/security/p5-Crypt-PWSafe3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Sep 2015 23:36:08 -0000 Author: cs Date: Tue Sep 8 23:36:07 2015 New Revision: 396448 URL: https://svnweb.freebsd.org/changeset/ports/396448 Log: Removed p5-Digest-SHA and p5-File-Temp (already exists in perl5-* package) PR: 202220 Submitted by: alexander.4mail@gmail.com (maintainer) Modified: head/security/p5-Crypt-PWSafe3/Makefile Modified: head/security/p5-Crypt-PWSafe3/Makefile ============================================================================== --- head/security/p5-Crypt-PWSafe3/Makefile Tue Sep 8 23:35:38 2015 (r396447) +++ head/security/p5-Crypt-PWSafe3/Makefile Tue Sep 8 23:36:07 2015 (r396448) @@ -3,6 +3,7 @@ PORTNAME= Crypt-PWSafe3 PORTVERSION= 1.21 +PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,13 +14,11 @@ COMMENT= Read and write Passwordsafe v3 LICENSE= ART20 BUILD_DEPENDS= p5-Digest-HMAC>=1.00:${PORTSDIR}/security/p5-Digest-HMAC \ - p5-Digest-SHA>=1.00:${PORTSDIR}/security/p5-Digest-SHA \ p5-Crypt-CBC>=2.30:${PORTSDIR}/security/p5-Crypt-CBC \ p5-Crypt-ECB>=1.45:${PORTSDIR}/security/p5-Crypt-ECB \ p5-Crypt-Twofish>=2.14:${PORTSDIR}/security/p5-Crypt-Twofish \ p5-Crypt-Random>=1.25:${PORTSDIR}/security/p5-Crypt-Random \ - p5-Data-UUID>=1.217:${PORTSDIR}/devel/p5-Data-UUID \ - p5-File-Temp>=0:${PORTSDIR}/devel/p5-File-Temp + p5-Data-UUID>=1.217:${PORTSDIR}/devel/p5-Data-UUID RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5