svn commit: r398600 - head/math/p5-Math-BigInt-Pari
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Oct 4 18:00:41 UTC 2015
Author: sunpoet
Date: Sun Oct 4 18:00:38 2015
New Revision: 398600
URL: https://svnweb.freebsd.org/changeset/ports/398600
Log:
- Update to 1.21
- Add NO_ARCH
- Sort PLIST
Changes: http://search.cpan.org/dist/Math-BigInt-Pari/CHANGES
Modified:
head/math/p5-Math-BigInt-Pari/Makefile
head/math/p5-Math-BigInt-Pari/distinfo
head/math/p5-Math-BigInt-Pari/pkg-plist
Modified: head/math/p5-Math-BigInt-Pari/Makefile
==============================================================================
--- head/math/p5-Math-BigInt-Pari/Makefile Sun Oct 4 18:00:33 2015 (r398599)
+++ head/math/p5-Math-BigInt-Pari/Makefile Sun Oct 4 18:00:38 2015 (r398600)
@@ -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 at 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
Modified: head/math/p5-Math-BigInt-Pari/distinfo
==============================================================================
--- head/math/p5-Math-BigInt-Pari/distinfo Sun Oct 4 18:00:33 2015 (r398599)
+++ head/math/p5-Math-BigInt-Pari/distinfo Sun Oct 4 18:00:38 2015 (r398600)
@@ -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
Modified: head/math/p5-Math-BigInt-Pari/pkg-plist
==============================================================================
--- head/math/p5-Math-BigInt-Pari/pkg-plist Sun Oct 4 18:00:33 2015 (r398599)
+++ head/math/p5-Math-BigInt-Pari/pkg-plist Sun Oct 4 18:00:38 2015 (r398600)
@@ -1,2 +1,2 @@
-%%PERL5_MAN3%%/Math::BigInt::Pari.3.gz
%%SITE_PERL%%/Math/BigInt/Pari.pm
+%%PERL5_MAN3%%/Math::BigInt::Pari.3.gz
More information about the svn-ports-all
mailing list