diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-01-12 21:40:30 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-01-12 21:40:30 +0000 |
commit | 57df4a4ccd067bfee843e143990bffa9ac5c99fe (patch) | |
tree | 7df38e5118329fbec7f04182f1d62e5a59e8c2f2 /math | |
parent | b0757ed492eaff4085b8427b0a3d81c79254e192 (diff) | |
download | freebsd-ports-57df4a4ccd067bfee843e143990bffa9ac5c99fe.zip |
- Update to 1.49
Changes: http://search.cpan.org/dist/Math-BigInt-GMP/CHANGES
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-BigInt-GMP/Makefile | 4 | ||||
-rw-r--r-- | math/p5-Math-BigInt-GMP/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/math/p5-Math-BigInt-GMP/Makefile b/math/p5-Math-BigInt-GMP/Makefile index 2094e1b0dda2..632cfc843a88 100644 --- a/math/p5-Math-BigInt-GMP/Makefile +++ b/math/p5-Math-BigInt-GMP/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Math-BigInt-GMP -PORTVERSION= 1.46 +PORTVERSION= 1.49 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,7 +13,7 @@ COMMENT= Math::BigInt::GMP - Use the GMP library for Math::BigInt routines LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Math-BigInt>=1.999709:${PORTSDIR}/math/p5-Math-BigInt +BUILD_DEPENDS= p5-Math-BigInt>=1.999714:${PORTSDIR}/math/p5-Math-BigInt LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp RUN_DEPENDS:= ${BUILD_DEPENDS} diff --git a/math/p5-Math-BigInt-GMP/distinfo b/math/p5-Math-BigInt-GMP/distinfo index c3d54c621939..f79cec80acea 100644 --- a/math/p5-Math-BigInt-GMP/distinfo +++ b/math/p5-Math-BigInt-GMP/distinfo @@ -1,2 +1,2 @@ -SHA256 (Math-BigInt-GMP-1.46.tar.gz) = 414a0c22d195ebc426fed535cf8dc6a3ca2de9da270c828c313c018ab5335772 -SIZE (Math-BigInt-GMP-1.46.tar.gz) = 58150 +SHA256 (Math-BigInt-GMP-1.49.tar.gz) = 757b5f7859f1e82ef96ef560bac22fe37c1d7d6759f479a312676ad65181362f +SIZE (Math-BigInt-GMP-1.49.tar.gz) = 59712 |