- Update to 5.03
PR: ports/101811 Submitted by: maintainer (Gea-Suan Lin)
This commit is contained in:
parent
be27d54e23
commit
be822cbee1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170350
2 changed files with 10 additions and 6 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue