Date: Sat, 13 Feb 2016 18:17:28 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408820 - head/security/p5-Crypt-PBKDF2 Message-ID: <201602131817.u1DIHSSJ011222@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602131817.u1DIHSSJ011222>