From owner-svn-ports-all@freebsd.org Sat Feb 13 18:17:30 2016 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 32E9DAA7C2E; Sat, 13 Feb 2016 18:17:30 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 E00A11F15; Sat, 13 Feb 2016 18:17:29 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1DIHSp5011224; Sat, 13 Feb 2016 18:17:28 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1DIHSSJ011222; Sat, 13 Feb 2016 18:17:28 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201602131817.u1DIHSSJ011222@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sat, 13 Feb 2016 18:17:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408820 - head/security/p5-Crypt-PBKDF2 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: Sat, 13 Feb 2016 18:17:30 -0000 Author: adamw Date: Sat Feb 13 18:17:28 2016 New Revision: 408820 URL: https://svnweb.freebsd.org/changeset/ports/408820 Log: Update to 0.160410. Note that the dependencies have all changed for this version. Crypt::PBKDF2 switched from Moose to Moo/Type::Tiny/strictures. Also, register a Digest::SHA3 dependency. Changes: https://metacpan.org/changes/distribution/Crypt-PBKDF2 Modified: head/security/p5-Crypt-PBKDF2/Makefile head/security/p5-Crypt-PBKDF2/distinfo Modified: head/security/p5-Crypt-PBKDF2/Makefile ============================================================================== --- head/security/p5-Crypt-PBKDF2/Makefile Sat Feb 13 18:12:24 2016 (r408819) +++ head/security/p5-Crypt-PBKDF2/Makefile Sat Feb 13 18:17:28 2016 (r408820) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= Crypt-PBKDF2 -PORTVERSION= 0.150900 +PORTVERSION= 0.160410 CATEGORIES= security perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:ARODLAND PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org @@ -15,12 +14,15 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-Digest-HMAC>=1.01:${PORTSDIR}/security/p5-Digest-HMAC \ - p5-Method-Signatures-Simple>=0:${PORTSDIR}/devel/p5-Method-Signatures-Simple \ + p5-Digest-SHA3>=0.22:${PORTSDIR}/security/p5-Digest-SHA3 \ p5-Module-Runtime>=0:${PORTSDIR}/devel/p5-Module-Runtime \ - p5-Moose>=1:${PORTSDIR}/devel/p5-Moose \ + p5-Moo>=2:${PORTSDIR}/devel/p5-Moo \ p5-Try-Tiny>=0.04:${PORTSDIR}/lang/p5-Try-Tiny \ - p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean + p5-Type-Tiny>=0:${PORTSDIR}/devel/p5-Type-Tiny \ + p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean \ + p5-strictures>=2:${PORTSDIR}/devel/p5-strictures RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal USES= perl5 USE_PERL5= configure Modified: head/security/p5-Crypt-PBKDF2/distinfo ============================================================================== --- head/security/p5-Crypt-PBKDF2/distinfo Sat Feb 13 18:12:24 2016 (r408819) +++ head/security/p5-Crypt-PBKDF2/distinfo Sat Feb 13 18:17:28 2016 (r408820) @@ -1,2 +1,2 @@ -SHA256 (Crypt-PBKDF2-0.150900.tar.gz) = da2523bcec700918ebd62347297318582b99463c12a8c6f4c9eae4b01e7861bf -SIZE (Crypt-PBKDF2-0.150900.tar.gz) = 18941 +SHA256 (Crypt-PBKDF2-0.160410.tar.gz) = 3a9a43ce8daa7f60ad25b2158ec20b58fa3fe13742a05418b1717c41f161473a +SIZE (Crypt-PBKDF2-0.160410.tar.gz) = 16995