math/p5-Math-Pari: update to 2.030518

Changelog: https://metacpan.org/dist/Math-Pari/changes

Bump PORTEPOCH due to perl version inconsistency
This commit is contained in:
Rodrigo Osorio 2025-03-19 16:30:56 +01:00
parent 047f335938
commit 181573cf2c
4 changed files with 16 additions and 25 deletions

View file

@ -1,6 +1,6 @@
PORTNAME= Math-Pari
PORTVERSION= 2.01080900
PORTREVISION= 2
PORTVERSION= 2.030518
PORTEPOCH= 1
CATEGORIES= math perl5
MASTER_SITES= CPAN \
http://pari.math.u-bordeaux.fr/pub/pari/unix/OLD/2.3/:pari \

View file

@ -1,5 +1,5 @@
TIMESTAMP = 1485271442
SHA256 (Math-Pari-2.01080900.zip) = 5845d9350fe0cd9d909d71b6d6b88ab67d17da88f4b0df6570938583d6f365fc
SIZE (Math-Pari-2.01080900.zip) = 166396
TIMESTAMP = 1742395262
SHA256 (Math-Pari-2.030518.zip) = dc38955a9690be6bafa8de2526212377c3ec9fe8da5ec02263a9caf94b58bb91
SIZE (Math-Pari-2.030518.zip) = 232718
SHA256 (pari-2.3.5.tar.gz) = 47ddae1af73b4476660d2a89338483949067a97ffb8758c82e8189dfa4c89d88
SIZE (pari-2.3.5.tar.gz) = 2018097

View file

@ -1,22 +1,11 @@
--- Makefile.PL.orig 2016-05-07 03:14:29 UTC
--- Makefile.PL.orig 2025-03-19 14:58:34 UTC
+++ Makefile.PL
@@ -142,9 +142,9 @@ if ($os eq "solaris") {
}
my %opts;
+ make_pod 'libPARI.pod', '-to_pod', $paridir; # Now the docs
unless ($common::parilib) {
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;
# ... and paricfg.h
%opts = build_paricfg($paridir, $common::do_configure, $pari_version);
@@ -199,7 +199,7 @@ my $extra_inc = extra_includes($paridir)
# 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 => '-I$(PARI_DIR)/src',
NAME => 'Math::Pari',
($common::parilib ? () :
@@ -255,7 +255,7 @@
) :
(MYEXTLIB => 'libPARI/libPARI$(LIB_EXT)')),
LIBS => $libs,
- INC => $extra_inc . ' -I $(PARI_DIR_SRC)/headers -I $(PARI_DIR_SRC) -I ./libPARI',
+ INC => '-I$(PARI_DIR)/src',
VERSION_FROM => 'Pari.pm',
($] >= 5.005 ? ## Add these new keywords supported since 5.005
(ABSTRACT_FROM => 'Pari.pm', # retrieve abstract from module

View file

@ -3,6 +3,8 @@
%%PERL5_MAN3%%/Math::libPARI.3.gz
%%SITE_ARCH%%/Math/Pari.pm
%%SITE_ARCH%%/Math/PariInit.pm
%%PERL5_MAN3%%/Math::libPARI.dumb.3.gz
%%SITE_ARCH%%/Math/libPARI.dumb.pod
%%SITE_ARCH%%/Math/libPARI.pod
%%SITE_ARCH%%/auto/Math/Pari/libpari-gmp.so.2
%%SITE_ARCH%%/auto/Math/Pari/libpari-gmp.so.2.3.5