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>
This commit is contained in:
Sergey Skvortsov 2009-12-31 12:14:04 +00:00
parent 5fc3f78962
commit d42d9af630
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=246936
5 changed files with 12 additions and 14 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= Math-Pari
PORTVERSION= 2.010803
PORTVERSION= 2.01080603
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-

View File

@ -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

View File

@ -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 ? () :

View File

@ -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

View File

@ -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