diff options
author | miwi <miwi@FreeBSD.org> | 2011-03-18 11:26:55 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-03-18 11:26:55 +0800 |
commit | 3a1c73bf52473f7ef4721b6c33c7b5321eee3627 (patch) | |
tree | 1924bac693d8f54a87c08c327c5c1ebba67d05c1 /math | |
parent | b817fb6b4665520ec74f910667dedf876436ae33 (diff) | |
download | freebsd-ports-gnome-3a1c73bf52473f7ef4721b6c33c7b5321eee3627.tar.gz freebsd-ports-gnome-3a1c73bf52473f7ef4721b6c33c7b5321eee3627.tar.zst freebsd-ports-gnome-3a1c73bf52473f7ef4721b6c33c7b5321eee3627.zip |
- Update to 0.28
PR: 155631
Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-BigInt-FastCalc/Makefile | 6 | ||||
-rw-r--r-- | math/p5-Math-BigInt-FastCalc/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/math/p5-Math-BigInt-FastCalc/Makefile b/math/p5-Math-BigInt-FastCalc/Makefile index de6c6ef8df85..d2674a9f1970 100644 --- a/math/p5-Math-BigInt-FastCalc/Makefile +++ b/math/p5-Math-BigInt-FastCalc/Makefile @@ -6,15 +6,15 @@ # PORTNAME= Math-BigInt-FastCalc -PORTVERSION= 0.24 +PORTVERSION= 0.28 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= gslin@gslin.org +MAINTAINER= perl@FreeBSD.org COMMENT= Math::BigInt::Calc with some XS for more speed -RUN_DEPENDS= p5-Math-BigInt>=0:${PORTSDIR}/math/p5-Math-BigInt +RUN_DEPENDS= p5-Math-BigInt>=1.993:${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 57e93d502b8b..e609649dc078 100644 --- a/math/p5-Math-BigInt-FastCalc/distinfo +++ b/math/p5-Math-BigInt-FastCalc/distinfo @@ -1,2 +1,2 @@ -SHA256 (Math-BigInt-FastCalc-0.24.tar.gz) = b537a6217771ea54321ba90130b25b074c024ca253e6091941f0db77c2cd80e7 -SIZE (Math-BigInt-FastCalc-0.24.tar.gz) = 62000 +SHA256 (Math-BigInt-FastCalc-0.28.tar.gz) = d7b36f21368a50798e4637607fff6d33050a39f3f316a5d0cc008a30cfe3a204 +SIZE (Math-BigInt-FastCalc-0.28.tar.gz) = 63787 |