diff options
author | clsung <clsung@FreeBSD.org> | 2006-08-11 20:35:28 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-08-11 20:35:28 +0800 |
commit | 31b2b821ff2a3a79f2075b11471dbe35547ff399 (patch) | |
tree | 37a6df6732dbab9929ebbc14028db2abec5f91c0 /math | |
parent | 516e6e598aa4b8633f9a0f6268a8716869306229 (diff) | |
download | freebsd-ports-gnome-31b2b821ff2a3a79f2075b11471dbe35547ff399.tar.gz freebsd-ports-gnome-31b2b821ff2a3a79f2075b11471dbe35547ff399.tar.zst freebsd-ports-gnome-31b2b821ff2a3a79f2075b11471dbe35547ff399.zip |
- Update to 5.03
PR: ports/101811
Submitted by: maintainer (Gea-Suan Lin)
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-Random-MT-Auto/Makefile | 10 | ||||
-rw-r--r-- | math/p5-Math-Random-MT-Auto/distinfo | 6 |
2 files changed, 10 insertions, 6 deletions
diff --git a/math/p5-Math-Random-MT-Auto/Makefile b/math/p5-Math-Random-MT-Auto/Makefile index 1970564859e4..79ccd1b52c6c 100644 --- a/math/p5-Math-Random-MT-Auto/Makefile +++ b/math/p5-Math-Random-MT-Auto/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Math-Random-MT-Auto -PORTVERSION= 5.02 +PORTVERSION= 5.03 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Math @@ -15,8 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= gslin@gslin.org COMMENT= Auto-seeded Mersenne Twister PRNGs -RUN_DEPENDS= ${SITE_PERL}/Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class \ - ${SITE_PERL}/Object/InsideOut.pm:${PORTSDIR}/devel/p5-Object-InsideOut +RUN_DEPENDS= ${SITE_PERL}/Object/InsideOut.pm:${PORTSDIR}/devel/p5-Object-InsideOut \ + p5-Exception-Class>=1.22:${PORTSDIR}/devel/p5-Exception-Class PERL_CONFIGURE= yes @@ -28,4 +28,8 @@ MAN3= Math::Random::MT::Auto.3 Math::Random::MT::Auto::Range.3 IGNORE= requires perl 5.8 or later. Install lang/perl5.8 and try again .endif +.if ${PERL_LEVEL} < 500808 +RUN_DEPENDS+= p5-Scalar-List-Utils>=1.18:${PORTSDIR}/lang/p5-Scalar-List-Utils +.endif + .include <bsd.port.post.mk> diff --git a/math/p5-Math-Random-MT-Auto/distinfo b/math/p5-Math-Random-MT-Auto/distinfo index 3975331111de..c237814d62ed 100644 --- a/math/p5-Math-Random-MT-Auto/distinfo +++ b/math/p5-Math-Random-MT-Auto/distinfo @@ -1,3 +1,3 @@ -MD5 (Math-Random-MT-Auto-5.02.tar.gz) = 1eeccd3a864a0ce486998d31b77ecdfa -SHA256 (Math-Random-MT-Auto-5.02.tar.gz) = b7a6e0c72f14ef7c530a6697fc119bce63830a7e011eac758020e184f0e070a1 -SIZE (Math-Random-MT-Auto-5.02.tar.gz) = 123773 +MD5 (Math-Random-MT-Auto-5.03.tar.gz) = f5e27c6c29d3b730012b2a5de1127b42 +SHA256 (Math-Random-MT-Auto-5.03.tar.gz) = 2220aafce436dbb135df2e80ff76486739ed95e3b842e61b900949fb249aa414 +SIZE (Math-Random-MT-Auto-5.03.tar.gz) = 123822 |