Update to 1.52
- Sort *_DEPENDS - Update version requirement of *_DEPENDS - Sort PLIST Changes: https://metacpan.org/changes/distribution/Crypt-Random
This commit is contained in:
parent
fcaaae0caa
commit
4b62259e0b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=490194
3 changed files with 9 additions and 7 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Crypt-Random
|
||||
PORTVERSION= 1.25
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 1.52
|
||||
CATEGORIES= security perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -15,11 +14,13 @@ LICENSE= ART10 GPLv1+
|
|||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Math-Pari>=0:math/p5-Math-Pari \
|
||||
p5-Class-Loader>=0:devel/p5-Class-Loader
|
||||
RUN_DEPENDS= p5-Class-Loader>=2.00:devel/p5-Class-Loader \
|
||||
p5-Math-Pari>=2.001804:math/p5-Math-Pari \
|
||||
p5-Statistics-ChiSquare>=1.0000:math/p5-Statistics-ChiSquare
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (Crypt-Random-1.25.tar.gz) = 6c45c5146b41dd7a1cd4c949f297a0ec691adc85b5d261376275ea36ae36752e
|
||||
SIZE (Crypt-Random-1.25.tar.gz) = 8770
|
||||
TIMESTAMP = 1547401652
|
||||
SHA256 (Crypt-Random-1.52.tar.gz) = a93c06de409e6f2eb2e9868ea6d4e653d99f2f7900b2c1831e1f65ace0c4ef84
|
||||
SIZE (Crypt-Random-1.52.tar.gz) = 9525
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
bin/makerandom
|
||||
%%PERL5_MAN3%%/Crypt::Random.3.gz
|
||||
%%SITE_PERL%%/Crypt/Random.pm
|
||||
%%SITE_PERL%%/Crypt/Random/Generator.pm
|
||||
%%SITE_PERL%%/Crypt/Random/Provider/File.pm
|
||||
|
@ -7,3 +6,4 @@ bin/makerandom
|
|||
%%SITE_PERL%%/Crypt/Random/Provider/devurandom.pm
|
||||
%%SITE_PERL%%/Crypt/Random/Provider/egd.pm
|
||||
%%SITE_PERL%%/Crypt/Random/Provider/rand.pm
|
||||
%%PERL5_MAN3%%/Crypt::Random.3.gz
|
||||
|
|
Loading…
Reference in a new issue