diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-09-24 02:44:04 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-09-24 02:44:04 +0800 |
commit | 6c60ebbe497a8b66487354558f8c0099edc5ed46 (patch) | |
tree | 5da097be919cd473c7590029f9dde56def42bfce /math | |
parent | 5b444bc735aec4f6340a3ba6a7c8aecfe333a4d3 (diff) | |
download | freebsd-ports-gnome-6c60ebbe497a8b66487354558f8c0099edc5ed46.tar.gz freebsd-ports-gnome-6c60ebbe497a8b66487354558f8c0099edc5ed46.tar.zst freebsd-ports-gnome-6c60ebbe497a8b66487354558f8c0099edc5ed46.zip |
- Update to 1.17
Changes: http://search.cpan.org/dist/Math-BigInt-Pari/CHANGES
Diffstat (limited to 'math')
-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 |