diff options
author | Lars Thegler <lth@FreeBSD.org> | 2008-05-11 15:02:41 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2008-05-11 15:02:41 +0000 |
commit | e2ae405b7a36b60cee1d3f85896f5452c0b93aa9 (patch) | |
tree | 26b6a17c5c4c785c7ec7be3d433e2c3d6e3be8b6 /math | |
parent | 9edbeff3d9b56ad74acefa5b17b3c4fc3fe17faf (diff) |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-bignum/Makefile | 6 | ||||
-rw-r--r-- | math/p5-bignum/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/math/p5-bignum/Makefile b/math/p5-bignum/Makefile index 9a4827505c58..250020079cce 100644 --- a/math/p5-bignum/Makefile +++ b/math/p5-bignum/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bignum -PORTVERSION= 0.22 +PORTVERSION= 0.23 CATEGORIES= math perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../by-authors/id/T/TE/TELS/math @@ -15,8 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= Transparent BigNumber/BigRational support for Perl -RUN_DEPENDS= p5-Math-BigInt>=1.87:${PORTSDIR}/math/p5-Math-BigInt \ - p5-Math-BigRat>=0.19:${PORTSDIR}/math/p5-Math-BigRat +RUN_DEPENDS= p5-Math-BigInt>=1.88:${PORTSDIR}/math/p5-Math-BigInt \ + p5-Math-BigRat>=0.21:${PORTSDIR}/math/p5-Math-BigRat BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/math/p5-bignum/distinfo b/math/p5-bignum/distinfo index 1dbb19a9ea99..508ddcd81eb2 100644 --- a/math/p5-bignum/distinfo +++ b/math/p5-bignum/distinfo @@ -1,3 +1,3 @@ -MD5 (bignum-0.22.tar.gz) = bc93c7ae2e1508ee7be4afa8c2ec2cd0 -SHA256 (bignum-0.22.tar.gz) = bdf833aff30183c3fb5890226e31d20707ea60ce05ccdf8a0ecdf28f3edf64cb -SIZE (bignum-0.22.tar.gz) = 31077 +MD5 (bignum-0.23.tar.gz) = 900309ca9416e64dd391bf47eb63414d +SHA256 (bignum-0.23.tar.gz) = 6aab5db9293cd0cddb40055e70f9721ba1c64e3d0cebdca154256165f29a9566 +SIZE (bignum-0.23.tar.gz) = 31171 |