diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-01-13 05:40:45 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-01-13 05:40:45 +0800 |
commit | 01cc732cc7ab3b0fbd7dffada1bb0766134a5499 (patch) | |
tree | a396aef2fc7d2f0ac66c4c1d939034828d386995 | |
parent | 71980ddd16bb7b2a0d1d5d38e986827baa9e5541 (diff) | |
download | freebsd-ports-gnome-01cc732cc7ab3b0fbd7dffada1bb0766134a5499.tar.gz freebsd-ports-gnome-01cc732cc7ab3b0fbd7dffada1bb0766134a5499.tar.zst freebsd-ports-gnome-01cc732cc7ab3b0fbd7dffada1bb0766134a5499.zip |
- Update to 0.42
Changes: http://search.cpan.org/dist/bignum/CHANGES
-rw-r--r-- | math/p5-bignum/Makefile | 5 | ||||
-rw-r--r-- | math/p5-bignum/distinfo | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/math/p5-bignum/Makefile b/math/p5-bignum/Makefile index 2d0b2b7bf78f..22c46b257f89 100644 --- a/math/p5-bignum/Makefile +++ b/math/p5-bignum/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= bignum -PORTVERSION= 0.41 +PORTVERSION= 0.42 CATEGORIES= math perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PJACKLAM @@ -13,6 +13,9 @@ COMMENT= Transparent BigNumber/BigRational support for Perl LICENSE= ART10 GPLv1 LICENSE_COMB= dual +BUILD_DEPENDS= p5-Math-BigInt>=1.999712:${PORTSDIR}/math/p5-Math-BigInt +RUN_DEPENDS:= ${BUILD_DEPENDS} + NO_ARCH= yes USES= perl5 USE_PERL5= configure diff --git a/math/p5-bignum/distinfo b/math/p5-bignum/distinfo index 3e43321f4ffe..2ca5fb82e8c8 100644 --- a/math/p5-bignum/distinfo +++ b/math/p5-bignum/distinfo @@ -1,2 +1,2 @@ -SHA256 (bignum-0.41.tar.gz) = d41cd79fcdeae337f0ae4f18832807b6c7b280180ccd3961a6c56111bdf87ca5 -SIZE (bignum-0.41.tar.gz) = 42055 +SHA256 (bignum-0.42.tar.gz) = 5bc9a16fe6d56584cde0f183828d81466f2cfc08ec1b6ef15d25a732080a9b52 +SIZE (bignum-0.42.tar.gz) = 43360 |