From 69a1afa66311231d4f9852ac209931d50fe5918a Mon Sep 17 00:00:00 2001 From: sunpoet Date: Sun, 12 Jun 2011 17:54:10 +0000 Subject: - Update to 0.007 - Sort MAN3 Changes: http://search.cpan.org/dist/Data-Entropy/Changes --- security/p5-Data-Entropy/Makefile | 28 +++++++++++++++++----------- security/p5-Data-Entropy/distinfo | 4 ++-- 2 files changed, 19 insertions(+), 13 deletions(-) (limited to 'security') diff --git a/security/p5-Data-Entropy/Makefile b/security/p5-Data-Entropy/Makefile index 2eb71ac99201..ab87abeea908 100644 --- a/security/p5-Data-Entropy/Makefile +++ b/security/p5-Data-Entropy/Makefile @@ -6,8 +6,7 @@ # PORTNAME= Data-Entropy -PORTVERSION= 0.006 -PORTREVISION= 1 +PORTVERSION= 0.007 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,18 +14,25 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Entropy (randomness) management -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Crypt/Rijndael.pm:${PORTSDIR}/security/p5-Crypt-Rijndael \ - ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/${PERL_ARCH}/Params/Classify.pm:${PORTSDIR}/devel/p5-Params-Classify \ - p5-Data-Float>=0.002:${PORTSDIR}/math/p5-Data-Float +RUN_DEPENDS= p5-Crypt-Rijndael>=0:${PORTSDIR}/security/p5-Crypt-Rijndael \ + p5-Data-Float>=0.008:${PORTSDIR}/math/p5-Data-Float \ + p5-HTTP-Lite>=0.22:${PORTSDIR}/www/p5-HTTP-Lite \ + p5-Params-Classify>=0:${PORTSDIR}/devel/p5-Params-Classify PERL_MODBUILD= yes -MAN3= Data::Entropy::Algorithms.3 \ +MAN3= Data::Entropy.3 \ + Data::Entropy::Algorithms.3 \ Data::Entropy::RawSource::CryptCounter.3 \ - Data::Entropy::RawSource::Local.3 \ + Data::Entropy::RawSource::Local.3 \ Data::Entropy::RawSource::RandomOrg.3 \ - Data::Entropy::RawSource::RandomnumbersInfo.3 \ - Data::Entropy::Source.3 Data::Entropy.3 + Data::Entropy::RawSource::RandomnumbersInfo.3 \ + Data::Entropy::Source.3 -.include +.include + +.if ${PERL_LEVEL} < 501001 +RUN_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent +.endif + +.include diff --git a/security/p5-Data-Entropy/distinfo b/security/p5-Data-Entropy/distinfo index 1a4c5883e548..a11d0ddcc027 100644 --- a/security/p5-Data-Entropy/distinfo +++ b/security/p5-Data-Entropy/distinfo @@ -1,2 +1,2 @@ -SHA256 (Data-Entropy-0.006.tar.gz) = b03ac40636bc810dcf231c5850f442fae215e035a36fdb85188c66bab3aca881 -SIZE (Data-Entropy-0.006.tar.gz) = 43513 +SHA256 (Data-Entropy-0.007.tar.gz) = 2611c4a1a3038594d79ea4ed14d9e15a9af8f77105f51667795fe4f8a53427e4 +SIZE (Data-Entropy-0.007.tar.gz) = 43667 -- cgit