mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -04:00
- Update to 6.17
- Sort *_DEPENDS Changes: http://search.cpan.org/dist/Math-Random-MT-Auto/Changes
This commit is contained in:
parent
58400574b5
commit
76e86dada6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=289093
2 changed files with 16 additions and 7 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= Math-Random-MT-Auto
|
||||
PORTVERSION= 6.16
|
||||
PORTVERSION= 6.17
|
||||
CATEGORIES= math perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:JDHEDDEN
|
||||
|
@ -15,12 +15,21 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Auto-seeded Mersenne Twister PRNGs
|
||||
|
||||
BUILD_DEPENDS= p5-Object-InsideOut>=2.06:${PORTSDIR}/devel/p5-Object-InsideOut \
|
||||
p5-Exception-Class>=1.22:${PORTSDIR}/devel/p5-Exception-Class
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= p5-Exception-Class>=1.32:${PORTSDIR}/devel/p5-Exception-Class \
|
||||
p5-Object-InsideOut>=3.85:${PORTSDIR}/devel/p5-Object-InsideOut
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
TEST_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Math::Random::MT::Auto.3 Math::Random::MT::Auto::Range.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 501400
|
||||
BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.23:${PORTSDIR}/lang/p5-Scalar-List-Utils
|
||||
RUN_DEPENDS+= p5-Scalar-List-Utils>=1.23:${PORTSDIR}/lang/p5-Scalar-List-Utils
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (Math-Random-MT-Auto-6.16.tar.gz) = 798d4b977d7e7c3f023db5214f8492de4c57c6fa1ffe451339ec66a75f74643e
|
||||
SIZE (Math-Random-MT-Auto-6.16.tar.gz) = 133762
|
||||
SHA256 (Math-Random-MT-Auto-6.17.tar.gz) = dc0b24cc92748b7be2a4e8104dc5b031252671c784fed42fa0c3b888a43e7011
|
||||
SIZE (Math-Random-MT-Auto-6.17.tar.gz) = 134137
|
||||
|
|
Loading…
Add table
Reference in a new issue