mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
security/p5-Data-Entropy: Update to 0.008
- Add BUILD_DEPENDS - Sort PLIST Changes: https://metacpan.org/dist/Data-Entropy/changes
This commit is contained in:
parent
789f5722ce
commit
a649039c24
3 changed files with 17 additions and 13 deletions
|
@ -1,6 +1,5 @@
|
|||
PORTNAME= Data-Entropy
|
||||
PORTVERSION= 0.007
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.008
|
||||
CATEGORIES= security perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -12,13 +11,17 @@ WWW= https://metacpan.org/release/Data-Entropy
|
|||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Crypt-Rijndael>=0:security/p5-Crypt-Rijndael \
|
||||
p5-Crypt-URandom>=0.36:security/p5-Crypt-URandom \
|
||||
p5-Data-Float>=0.008:math/p5-Data-Float \
|
||||
p5-HTTP-Lite>=0.22:www/p5-HTTP-Lite \
|
||||
p5-HTTP-Lite>=2.20:www/p5-HTTP-Lite \
|
||||
p5-Module-Build>=0:devel/p5-Module-Build \
|
||||
p5-Params-Classify>=0:devel/p5-Params-Classify
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
USE_PERL5= configure
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (Data-Entropy-0.007.tar.gz) = 2611c4a1a3038594d79ea4ed14d9e15a9af8f77105f51667795fe4f8a53427e4
|
||||
SIZE (Data-Entropy-0.007.tar.gz) = 43667
|
||||
TIMESTAMP = 1744289416
|
||||
SHA256 (Data-Entropy-0.008.tar.gz) = 18a52b1386e82c6b8cdb384a39861d60220a442a790e077010be72dd853b67b3
|
||||
SIZE (Data-Entropy-0.008.tar.gz) = 40697
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
%%PERL5_MAN3%%/Data::Entropy.3.gz
|
||||
%%PERL5_MAN3%%/Data::Entropy::Algorithms.3.gz
|
||||
%%PERL5_MAN3%%/Data::Entropy::RawSource::CryptCounter.3.gz
|
||||
%%PERL5_MAN3%%/Data::Entropy::RawSource::Local.3.gz
|
||||
%%PERL5_MAN3%%/Data::Entropy::RawSource::RandomOrg.3.gz
|
||||
%%PERL5_MAN3%%/Data::Entropy::RawSource::RandomnumbersInfo.3.gz
|
||||
%%PERL5_MAN3%%/Data::Entropy::Source.3.gz
|
||||
%%SITE_PERL%%/Data/Entropy.pm
|
||||
%%SITE_PERL%%/Data/Entropy/Algorithms.pm
|
||||
%%SITE_PERL%%/Data/Entropy/RawSource/CryptCounter.pm
|
||||
|
@ -12,3 +5,10 @@
|
|||
%%SITE_PERL%%/Data/Entropy/RawSource/RandomOrg.pm
|
||||
%%SITE_PERL%%/Data/Entropy/RawSource/RandomnumbersInfo.pm
|
||||
%%SITE_PERL%%/Data/Entropy/Source.pm
|
||||
%%PERL5_MAN3%%/Data::Entropy.3.gz
|
||||
%%PERL5_MAN3%%/Data::Entropy::Algorithms.3.gz
|
||||
%%PERL5_MAN3%%/Data::Entropy::RawSource::CryptCounter.3.gz
|
||||
%%PERL5_MAN3%%/Data::Entropy::RawSource::Local.3.gz
|
||||
%%PERL5_MAN3%%/Data::Entropy::RawSource::RandomOrg.3.gz
|
||||
%%PERL5_MAN3%%/Data::Entropy::RawSource::RandomnumbersInfo.3.gz
|
||||
%%PERL5_MAN3%%/Data::Entropy::Source.3.gz
|
||||
|
|
Loading…
Add table
Reference in a new issue