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
This commit is contained in:
parent
7ef62312f8
commit
2c3a83cd5e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=408820
2 changed files with 9 additions and 7 deletions
|
@ -2,10 +2,9 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= Crypt-PBKDF2
|
PORTNAME= Crypt-PBKDF2
|
||||||
PORTVERSION= 0.150900
|
PORTVERSION= 0.160410
|
||||||
CATEGORIES= security perl5
|
CATEGORIES= security perl5
|
||||||
MASTER_SITES= CPAN
|
MASTER_SITES= CPAN
|
||||||
MASTER_SITE_SUBDIR= CPAN:ARODLAND
|
|
||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
MAINTAINER= perl@FreeBSD.org
|
MAINTAINER= perl@FreeBSD.org
|
||||||
|
@ -15,12 +14,15 @@ LICENSE= ART10 GPLv1
|
||||||
LICENSE_COMB= dual
|
LICENSE_COMB= dual
|
||||||
|
|
||||||
BUILD_DEPENDS= p5-Digest-HMAC>=1.01:${PORTSDIR}/security/p5-Digest-HMAC \
|
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-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-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}
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||||
|
TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal
|
||||||
|
|
||||||
USES= perl5
|
USES= perl5
|
||||||
USE_PERL5= configure
|
USE_PERL5= configure
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (Crypt-PBKDF2-0.150900.tar.gz) = da2523bcec700918ebd62347297318582b99463c12a8c6f4c9eae4b01e7861bf
|
SHA256 (Crypt-PBKDF2-0.160410.tar.gz) = 3a9a43ce8daa7f60ad25b2158ec20b58fa3fe13742a05418b1717c41f161473a
|
||||||
SIZE (Crypt-PBKDF2-0.150900.tar.gz) = 18941
|
SIZE (Crypt-PBKDF2-0.160410.tar.gz) = 16995
|
||||||
|
|
Loading…
Reference in a new issue