diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-10-05 02:00:38 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-10-05 02:00:38 +0800 |
commit | 9fc1b57dffb49e186e0647d621f22ac0784310f9 (patch) | |
tree | f8530c1629f025eb4bd2af4512bef649dce88e97 /math | |
parent | 6d5623fdbbb094962cc4c80a0ff12dd5eef5e3c5 (diff) | |
download | freebsd-ports-gnome-9fc1b57dffb49e186e0647d621f22ac0784310f9.tar.gz freebsd-ports-gnome-9fc1b57dffb49e186e0647d621f22ac0784310f9.tar.zst freebsd-ports-gnome-9fc1b57dffb49e186e0647d621f22ac0784310f9.zip |
- Update to 1.21
- Add NO_ARCH
- Sort PLIST
Changes: http://search.cpan.org/dist/Math-BigInt-Pari/CHANGES
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-BigInt-Pari/Makefile | 6 | ||||
-rw-r--r-- | math/p5-Math-BigInt-Pari/distinfo | 4 | ||||
-rw-r--r-- | math/p5-Math-BigInt-Pari/pkg-plist | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/math/p5-Math-BigInt-Pari/Makefile b/math/p5-Math-BigInt-Pari/Makefile index 4fddec47af23..53e9f023b51a 100644 --- a/math/p5-Math-BigInt-Pari/Makefile +++ b/math/p5-Math-BigInt-Pari/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Math-BigInt-Pari -PORTVERSION= 1.18 -PORTREVISION= 1 +PORTVERSION= 1.21 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,10 +10,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Use Math::Pari for Math::BigInt routines -BUILD_DEPENDS= p5-Math-BigInt>=1.9993:${PORTSDIR}/math/p5-Math-BigInt \ +BUILD_DEPENDS= p5-Math-BigInt>=1.999703:${PORTSDIR}/math/p5-Math-BigInt \ p5-Math-Pari>=2.010709:${PORTSDIR}/math/p5-Math-Pari RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure diff --git a/math/p5-Math-BigInt-Pari/distinfo b/math/p5-Math-BigInt-Pari/distinfo index dda1da07b251..a3fdf8579a07 100644 --- a/math/p5-Math-BigInt-Pari/distinfo +++ b/math/p5-Math-BigInt-Pari/distinfo @@ -1,2 +1,2 @@ -SHA256 (Math-BigInt-Pari-1.18.tar.gz) = 4f7c027e4f4d90897d648118686b2d41581d999301fec0675b30d77f4d9629db -SIZE (Math-BigInt-Pari-1.18.tar.gz) = 85829 +SHA256 (Math-BigInt-Pari-1.21.tar.gz) = 2b4ec298968c8c31a53c70d4d9d33da998fce9d5468aaa07143b4f97fa6b334f +SIZE (Math-BigInt-Pari-1.21.tar.gz) = 59044 diff --git a/math/p5-Math-BigInt-Pari/pkg-plist b/math/p5-Math-BigInt-Pari/pkg-plist index e876e29b0cb0..dbe06e9ce021 100644 --- a/math/p5-Math-BigInt-Pari/pkg-plist +++ b/math/p5-Math-BigInt-Pari/pkg-plist @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Math::BigInt::Pari.3.gz %%SITE_PERL%%/Math/BigInt/Pari.pm +%%PERL5_MAN3%%/Math::BigInt::Pari.3.gz |