diff options
| author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-09-23 18:44:04 +0000 |
|---|---|---|
| committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-09-23 18:44:04 +0000 |
| commit | fbd4f11fd7910e50e3240f594c2c8b1cf35bdf8f (patch) | |
| tree | 73f9aee2d9fab79170c38d7e397fdd3bd3519acd | |
| parent | - Fix make package when py-distribute or py-setuptools were installed (diff) | |
- Update to 1.17
Changes: http://search.cpan.org/dist/Math-BigInt-Pari/CHANGES
| -rw-r--r-- | math/p5-Math-BigInt-Pari/Makefile | 9 | ||||
| -rw-r--r-- | math/p5-Math-BigInt-Pari/distinfo | 4 |
2 files changed, 8 insertions, 5 deletions
diff --git a/math/p5-Math-BigInt-Pari/Makefile b/math/p5-Math-BigInt-Pari/Makefile index 4126e4ca5cd7..d61089812274 100644 --- a/math/p5-Math-BigInt-Pari/Makefile +++ b/math/p5-Math-BigInt-Pari/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Math-BigInt-Pari -PORTVERSION= 1.16 +PORTVERSION= 1.17 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,10 +14,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Use Math::Pari for Math::BigInt routines -RUN_DEPENDS= p5-Math-Pari>=2.010709:${PORTSDIR}/math/p5-Math-Pari +BUILD_DEPENDS= p5-Math-BigInt>=1.997:${PORTSDIR}/math/p5-Math-BigInt \ + p5-Math-Pari>=2.010709:${PORTSDIR}/math/p5-Math-Pari +RUN_DEPENDS= p5-Math-BigInt>=1.997:${PORTSDIR}/math/p5-Math-BigInt \ + p5-Math-Pari>=2.010709:${PORTSDIR}/math/p5-Math-Pari PERL_CONFIGURE= yes -MAN3= Math::BigInt::Pari.3 +MAN3= Math::BigInt::Pari.3 .include <bsd.port.mk> diff --git a/math/p5-Math-BigInt-Pari/distinfo b/math/p5-Math-BigInt-Pari/distinfo index ab5bff341c3f..bae27cc63a08 100644 --- a/math/p5-Math-BigInt-Pari/distinfo +++ b/math/p5-Math-BigInt-Pari/distinfo @@ -1,2 +1,2 @@ -SHA256 (Math-BigInt-Pari-1.16.tar.gz) = 026a58a13fea4fab55a72cba3ad2afb828e549fe3260ce6d5faecbfcf0b3b70e -SIZE (Math-BigInt-Pari-1.16.tar.gz) = 56114 +SHA256 (Math-BigInt-Pari-1.17.tar.gz) = 7e836f6a057491985d0af0c380b7344da43e41b9d5d2dba3931d9f6dd462c5b4 +SIZE (Math-BigInt-Pari-1.17.tar.gz) = 84196 |
