diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-01-13 17:06:18 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-01-13 17:06:18 +0800 |
commit | 9c7bb50ff1a7d771d39adb037491cb81400bb19f (patch) | |
tree | e51014e34cf94e7e8a2fd1a9edc93b05d05a4bfd /math | |
parent | 33bb1acfd9fc70805b46286d2ba6b7ce119ad497 (diff) | |
download | freebsd-ports-gnome-9c7bb50ff1a7d771d39adb037491cb81400bb19f.tar.gz freebsd-ports-gnome-9c7bb50ff1a7d771d39adb037491cb81400bb19f.tar.zst freebsd-ports-gnome-9c7bb50ff1a7d771d39adb037491cb81400bb19f.zip |
- Update to 6.17
- Sort *_DEPENDS
Changes: http://search.cpan.org/dist/Math-Random-MT-Auto/Changes
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-Random-MT-Auto/Makefile | 19 | ||||
-rw-r--r-- | math/p5-Math-Random-MT-Auto/distinfo | 4 |
2 files changed, 16 insertions, 7 deletions
diff --git a/math/p5-Math-Random-MT-Auto/Makefile b/math/p5-Math-Random-MT-Auto/Makefile index 6ea7ecdb2daf..9109c80e5f5d 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= 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> diff --git a/math/p5-Math-Random-MT-Auto/distinfo b/math/p5-Math-Random-MT-Auto/distinfo index 61a8aa6e170b..b67c0116d7e3 100644 --- a/math/p5-Math-Random-MT-Auto/distinfo +++ b/math/p5-Math-Random-MT-Auto/distinfo @@ -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 |