diff options
author | mat <mat@FreeBSD.org> | 2009-03-05 01:36:12 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2009-03-05 01:36:12 +0800 |
commit | 4c49022f325b77b54298e8ad30586c387058365f (patch) | |
tree | 1008e66f9e8548b72233c5eb138cade14b751685 /security | |
parent | d737d9592e73ccd71efd3c3dc67bc1c86c2bed51 (diff) | |
download | freebsd-ports-gnome-4c49022f325b77b54298e8ad30586c387058365f.tar.gz freebsd-ports-gnome-4c49022f325b77b54298e8ad30586c387058365f.tar.zst freebsd-ports-gnome-4c49022f325b77b54298e8ad30586c387058365f.zip |
Update to 0.005
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Data-Entropy/Makefile | 4 | ||||
-rw-r--r-- | security/p5-Data-Entropy/distinfo | 6 | ||||
-rw-r--r-- | security/p5-Data-Entropy/pkg-plist | 1 |
3 files changed, 5 insertions, 6 deletions
diff --git a/security/p5-Data-Entropy/Makefile b/security/p5-Data-Entropy/Makefile index 3845002ceaa4..78170ad90231 100644 --- a/security/p5-Data-Entropy/Makefile +++ b/security/p5-Data-Entropy/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Data-Entropy -PORTVERSION= 0.004 +PORTVERSION= 0.005 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -21,7 +21,7 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Crypt/Rijndael.pm:${PORTSDIR}/security/p5 ${SITE_PERL}/Params/Classify.pm:${PORTSDIR}/devel/p5-Params-Classify \ p5-Data-Float>=0.002:${PORTSDIR}/math/p5-Data-Float -PERL_CONFIGURE= yes +PERL_MODBUILD= yes MAN3= Data::Entropy::Algorithms.3 \ Data::Entropy::RawSource::CryptCounter.3 \ diff --git a/security/p5-Data-Entropy/distinfo b/security/p5-Data-Entropy/distinfo index d90e24c066f5..d9fcc69a258e 100644 --- a/security/p5-Data-Entropy/distinfo +++ b/security/p5-Data-Entropy/distinfo @@ -1,3 +1,3 @@ -MD5 (Data-Entropy-0.004.tar.gz) = 1f51c2d981a6e260c81e9e781c5a172a -SHA256 (Data-Entropy-0.004.tar.gz) = c5770cb8d3feb961b6154e1bc70e9e0b84ca079bacf9f510b0c720e7fd66108c -SIZE (Data-Entropy-0.004.tar.gz) = 33328 +MD5 (Data-Entropy-0.005.tar.gz) = 633433c01664e73e0e8b8416ed3294c9 +SHA256 (Data-Entropy-0.005.tar.gz) = 27e1c3260eb58796206f0bcb90c8d5ea96ca64c0b6cf0bef7f5e4e0bf8b1f767 +SIZE (Data-Entropy-0.005.tar.gz) = 37011 diff --git a/security/p5-Data-Entropy/pkg-plist b/security/p5-Data-Entropy/pkg-plist index c52fea162368..f17947a5902e 100644 --- a/security/p5-Data-Entropy/pkg-plist +++ b/security/p5-Data-Entropy/pkg-plist @@ -1,5 +1,4 @@ @comment $FreeBSD$ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Entropy/.packlist %%SITE_PERL%%/Data/Entropy.pm %%SITE_PERL%%/Data/Entropy/Algorithms.pm %%SITE_PERL%%/Data/Entropy/RawSource/CryptCounter.pm |