aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorskv <skv@FreeBSD.org>2009-12-31 20:14:04 +0800
committerskv <skv@FreeBSD.org>2009-12-31 20:14:04 +0800
commit6edac096863e7f0456e4bc625785176b0f87703a (patch)
treefecf8c86a678f5ae47c2cd8f6f067150dff352f8
parentedc6a1ef7753cd02f0a50510905a0d82bd92f6d9 (diff)
downloadfreebsd-ports-gnome-6edac096863e7f0456e4bc625785176b0f87703a.tar.gz
freebsd-ports-gnome-6edac096863e7f0456e4bc625785176b0f87703a.tar.zst
freebsd-ports-gnome-6edac096863e7f0456e4bc625785176b0f87703a.zip
Update to 2.01080603
Changes: http://cpansearch.perl.org/src/ILYAZ/Math-Pari-2.01080603/Changes PR: ports/142001 Submitted by: Alex Deiter <alex.deiter xx gmail.com>
-rw-r--r--math/p5-Math-Pari/Makefile2
-rw-r--r--math/p5-Math-Pari/distinfo6
-rw-r--r--math/p5-Math-Pari/files/patch-Makefile.PL14
-rw-r--r--math/p5-Math-Pari/pkg-descr2
-rw-r--r--math/p5-Math-Pari/pkg-plist2
5 files changed, 12 insertions, 14 deletions
diff --git a/math/p5-Math-Pari/Makefile b/math/p5-Math-Pari/Makefile
index 31773f3087ca..91d281da665f 100644
--- a/math/p5-Math-Pari/Makefile
+++ b/math/p5-Math-Pari/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Math-Pari
-PORTVERSION= 2.010803
+PORTVERSION= 2.01080603
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
diff --git a/math/p5-Math-Pari/distinfo b/math/p5-Math-Pari/distinfo
index 8a94d099db67..9784083cc56b 100644
--- a/math/p5-Math-Pari/distinfo
+++ b/math/p5-Math-Pari/distinfo
@@ -1,3 +1,3 @@
-MD5 (Math-Pari-2.010803.tar.gz) = c5757b973e8af0d0a58dc23e58e008fc
-SHA256 (Math-Pari-2.010803.tar.gz) = c99bf8eecd3b26ab049e82ae21cc5af316f9c87c9bed7977a4e255af2f15d83b
-SIZE (Math-Pari-2.010803.tar.gz) = 117933
+MD5 (Math-Pari-2.01080603.tar.gz) = e5f970b7a351f671e0641fa8266ce770
+SHA256 (Math-Pari-2.01080603.tar.gz) = 027e219af9b09dcbfcb9e47dc4746360d6c4f0bbd71bdd1761cc8c748afb581c
+SIZE (Math-Pari-2.01080603.tar.gz) = 121370
diff --git a/math/p5-Math-Pari/files/patch-Makefile.PL b/math/p5-Math-Pari/files/patch-Makefile.PL
index ab829f0b95cd..7540fe869366 100644
--- a/math/p5-Math-Pari/files/patch-Makefile.PL
+++ b/math/p5-Math-Pari/files/patch-Makefile.PL
@@ -1,6 +1,6 @@
---- Makefile.PL.orig Wed May 31 12:39:28 2006
-+++ Makefile.PL Fri Sep 15 13:45:27 2006
-@@ -91,9 +91,9 @@
+--- Makefile.PL.orig 2009-12-25 11:08:17.581369187 +0300
++++ Makefile.PL 2009-12-25 11:10:35.244866346 +0300
+@@ -119,9 +119,9 @@
}
my %opts;
@@ -9,13 +9,13 @@
build_tests $paridir; # Convert the test suite
- make_pod 'libPARI.pod', '-to_pod', $paridir; # Now the docs
make_pod 'libPARI.dumb.pod', '-to_dumb_pod', $paridir;
- %opts = build_paricfg($paridir, $common::do_configure); # ... and paricfg.h
-
-@@ -139,7 +139,7 @@
+ # ... and paricfg.h
+ %opts = build_paricfg($paridir, $common::do_configure, $pari_version);
+@@ -176,7 +176,7 @@
# the contents of the Makefile being created.
&WriteMakefile(
LIBS => $libs,
-- INC => $extra_inc . ' -I$(PARI_DIR)/src/headers -I$(PARI_DIR)/src -I./libPARI',
+- INC => $extra_inc . ' -I $(PARI_DIR)/src/headers -I $(PARI_DIR)/src -I ./libPARI',
+ INC => '-I$(PREFIX)/include/pari -I$(PARI_DIR)/src',
NAME => 'Math::Pari',
($common::parilib ? () :
diff --git a/math/p5-Math-Pari/pkg-descr b/math/p5-Math-Pari/pkg-descr
index e630948f955b..4a7dc63d8969 100644
--- a/math/p5-Math-Pari/pkg-descr
+++ b/math/p5-Math-Pari/pkg-descr
@@ -4,5 +4,3 @@ PARI functions as Perl functions, and (almost) seamless merging of PARI
and Perl data.
WWW: http://search.cpan.org/dist/Math-Pari/
-
--- Michael
diff --git a/math/p5-Math-Pari/pkg-plist b/math/p5-Math-Pari/pkg-plist
index 21b045c31920..f9e5656f2d16 100644
--- a/math/p5-Math-Pari/pkg-plist
+++ b/math/p5-Math-Pari/pkg-plist
@@ -4,6 +4,6 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Pari/.packlist
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Pari/Pari.bs
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Pari/Pari.so
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Pari
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Pari
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math