diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-09-10 21:18:32 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-09-10 21:18:32 +0800 |
commit | b9f414f2647efa9f77f20d6b325e363cca83325d (patch) | |
tree | 48bb1f9f8ead3a3ef684759d5730cd80c173dbb1 /math | |
parent | 080a7016d171437c8cdd8257a7d53dc32a38f6ed (diff) | |
download | freebsd-ports-gnome-b9f414f2647efa9f77f20d6b325e363cca83325d.tar.gz freebsd-ports-gnome-b9f414f2647efa9f77f20d6b325e363cca83325d.tar.zst freebsd-ports-gnome-b9f414f2647efa9f77f20d6b325e363cca83325d.zip |
- Update to 0.30
Changes: http://search.cpan.org/dist/Math-BigInt-FastCalc/CHANGES
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-BigInt-FastCalc/Makefile | 5 | ||||
-rw-r--r-- | math/p5-Math-BigInt-FastCalc/distinfo | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/math/p5-Math-BigInt-FastCalc/Makefile b/math/p5-Math-BigInt-FastCalc/Makefile index bc86bc9cf62f..6162c3a2ba4d 100644 --- a/math/p5-Math-BigInt-FastCalc/Makefile +++ b/math/p5-Math-BigInt-FastCalc/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Math-BigInt-FastCalc -PORTVERSION= 0.29 +PORTVERSION= 0.30 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Math::BigInt::Calc with some XS for more speed -RUN_DEPENDS= p5-Math-BigInt>=1.993:${PORTSDIR}/math/p5-Math-BigInt +BUILD_DEPENDS= p5-Math-BigInt>=1.997:${PORTSDIR}/math/p5-Math-BigInt +RUN_DEPENDS= p5-Math-BigInt>=1.997:${PORTSDIR}/math/p5-Math-BigInt PERL_CONFIGURE= yes diff --git a/math/p5-Math-BigInt-FastCalc/distinfo b/math/p5-Math-BigInt-FastCalc/distinfo index 48ce40c7058d..8118485aa2a4 100644 --- a/math/p5-Math-BigInt-FastCalc/distinfo +++ b/math/p5-Math-BigInt-FastCalc/distinfo @@ -1,2 +1,2 @@ -SHA256 (Math-BigInt-FastCalc-0.29.tar.gz) = 85428f27040eb333705e5287773f658eab93bc83b41fd6b7da610f6d9b4419b9 -SIZE (Math-BigInt-FastCalc-0.29.tar.gz) = 64035 +SHA256 (Math-BigInt-FastCalc-0.30.tar.gz) = b9a73b1d0afc084dc72805bac3a46d3b56eaec6b4024f0f8f2b1bd4fb9d099c0 +SIZE (Math-BigInt-FastCalc-0.30.tar.gz) = 65100 |