diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-12-05 13:39:37 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-12-05 13:39:37 +0000 |
commit | 01dce006817c4c05fd10fa48ac7c4ce47cba095b (patch) | |
tree | 44ea9da720fe2d66419dc2be34ca371aa06e32d4 /math/p5-bignum | |
parent | 09f2f8e2d239be0f62c7fcd9794b588b49ef8e94 (diff) | |
download | freebsd-ports-01dce006817c4c05fd10fa48ac7c4ce47cba095b.zip |
- Update to 0.45
Changes: http://search.cpan.org/dist/bignum/CHANGES
Diffstat (limited to 'math/p5-bignum')
-rw-r--r-- | math/p5-bignum/Makefile | 4 | ||||
-rw-r--r-- | math/p5-bignum/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/math/p5-bignum/Makefile b/math/p5-bignum/Makefile index 48c2a3bb4fa8..2c97a999b3c8 100644 --- a/math/p5-bignum/Makefile +++ b/math/p5-bignum/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= bignum -PORTVERSION= 0.44 +PORTVERSION= 0.45 CATEGORIES= math perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PJACKLAM @@ -13,7 +13,7 @@ COMMENT= Transparent BigNumber/BigRational support for Perl LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Math-BigInt>=1.999712:math/p5-Math-BigInt +BUILD_DEPENDS= p5-Math-BigInt>=1.999718:math/p5-Math-BigInt RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes diff --git a/math/p5-bignum/distinfo b/math/p5-bignum/distinfo index c3ae34161b81..3c8cb85c75dc 100644 --- a/math/p5-bignum/distinfo +++ b/math/p5-bignum/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1479554370 -SHA256 (bignum-0.44.tar.gz) = e32048bfc77788f1407e0b2bf54e0aba44d9e5e2743d2013b3afd6a630bed06f -SIZE (bignum-0.44.tar.gz) = 44307 +TIMESTAMP = 1480923818 +SHA256 (bignum-0.45.tar.gz) = 303e9f9ac41a169e476189e7f7a0fb68b1e48394e2ac0362eb15e933080ce834 +SIZE (bignum-0.45.tar.gz) = 26719 |