diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-10-05 02:00:28 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-10-05 02:00:28 +0800 |
commit | 97a32faf225ba5d4969a9ac6070f53852b78d17f (patch) | |
tree | 1ec3519fbc87e51d0ad97176217359c6096b9177 /math | |
parent | 1e8b8da98524ccdc8143c382bc2be671f46d0f39 (diff) | |
download | freebsd-ports-gnome-97a32faf225ba5d4969a9ac6070f53852b78d17f.tar.gz freebsd-ports-gnome-97a32faf225ba5d4969a9ac6070f53852b78d17f.tar.zst freebsd-ports-gnome-97a32faf225ba5d4969a9ac6070f53852b78d17f.zip |
- Update to 1.999704
Changes: http://search.cpan.org/dist/Math-BigInt/CHANGES
PR: 203206
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 15 days)
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-BigInt/Makefile | 2 | ||||
-rw-r--r-- | math/p5-Math-BigInt/distinfo | 4 | ||||
-rw-r--r-- | math/p5-Math-BigInt/pkg-descr | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/math/p5-Math-BigInt/Makefile b/math/p5-Math-BigInt/Makefile index 5f44600d0d10..43fc66151b59 100644 --- a/math/p5-Math-BigInt/Makefile +++ b/math/p5-Math-BigInt/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Math-BigInt -PORTVERSION= 1.9993 +PORTVERSION= 1.999704 CATEGORIES= math perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PJACKLAM diff --git a/math/p5-Math-BigInt/distinfo b/math/p5-Math-BigInt/distinfo index 64368f97cd35..a78c0a2daf31 100644 --- a/math/p5-Math-BigInt/distinfo +++ b/math/p5-Math-BigInt/distinfo @@ -1,2 +1,2 @@ -SHA256 (Math-BigInt-1.9993.tar.gz) = d937c0d1afbb3ddd9b666177faf56471b6c2d1917863db5879d04a2d1a69bf7e -SIZE (Math-BigInt-1.9993.tar.gz) = 215143 +SHA256 (Math-BigInt-1.999704.tar.gz) = af03da7e30b4e19f79c87d87b8c66938139a8162b35e45986480234016bae5d8 +SIZE (Math-BigInt-1.999704.tar.gz) = 223552 diff --git a/math/p5-Math-BigInt/pkg-descr b/math/p5-Math-BigInt/pkg-descr index 8e86d5a614a4..d263620da12f 100644 --- a/math/p5-Math-BigInt/pkg-descr +++ b/math/p5-Math-BigInt/pkg-descr @@ -4,6 +4,3 @@ This is a complete rewrite of Math::BigInt, Math::BigFloat and friends, which are included with the standard system perl. WWW: http://search.cpan.org/dist/Math-BigInt/ - --Anton -<tobez@FreeBSD.org> |