diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2016-02-13 18:17:28 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2016-02-13 18:17:28 +0000 |
commit | 2c3a83cd5e49688877751173b44198a41b4a8b84 (patch) | |
tree | 11f0022258bcc2e52722d7acff14ab7466d3bb38 | |
parent | Add security/p5-Digest-SHA3, a NIST SHA3 implementation and perl interface. (diff) |
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
-rw-r--r-- | security/p5-Crypt-PBKDF2/Makefile | 12 | ||||
-rw-r--r-- | security/p5-Crypt-PBKDF2/distinfo | 4 |
2 files changed, 9 insertions, 7 deletions
diff --git a/security/p5-Crypt-PBKDF2/Makefile b/security/p5-Crypt-PBKDF2/Makefile index 9a92c220f337..504fa42c9cdf 100644 --- a/security/p5-Crypt-PBKDF2/Makefile +++ b/security/p5-Crypt-PBKDF2/Makefile @@ -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 diff --git a/security/p5-Crypt-PBKDF2/distinfo b/security/p5-Crypt-PBKDF2/distinfo index 13662ad66127..9bff257282ca 100644 --- a/security/p5-Crypt-PBKDF2/distinfo +++ b/security/p5-Crypt-PBKDF2/distinfo @@ -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 |