diff --git a/math/p5-Math-MPFR/Makefile b/math/p5-Math-MPFR/Makefile index a5d47e74718d..d342b9000bf9 100644 --- a/math/p5-Math-MPFR/Makefile +++ b/math/p5-Math-MPFR/Makefile @@ -1,30 +1,30 @@ PORTNAME= Math-MPFR -PORTVERSION= 4.24 +PORTVERSION= 4.25 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl interface to MPFR Library WWW= https://metacpan.org/release/Math-MPFR LICENSE= ART10 GPLv1+ LICENSE_COMB= dual LIB_DEPENDS= libgmp.so:math/gmp \ libmpfr.so:math/mpfr TEST_DEPENDS= p5-Math-GMP>=0:math/p5-Math-GMP \ p5-Math-GMPf>=0:math/p5-Math-GMPf \ p5-Math-GMPq>=0:math/p5-Math-GMPq \ p5-Math-GMPz>=0:math/p5-Math-GMPz USES= localbase perl5 USE_PERL5= configure post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/MPFR/MPFR.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/MPFR/Prec/Prec.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/MPFR/Random/Random.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/MPFR/V/V.so .include diff --git a/math/p5-Math-MPFR/distinfo b/math/p5-Math-MPFR/distinfo index d34329f36a2d..73b8f2ce7312 100644 --- a/math/p5-Math-MPFR/distinfo +++ b/math/p5-Math-MPFR/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1655208448 -SHA256 (Math-MPFR-4.24.tar.gz) = f4abe6b5e54e2dbc3a96372a8b603dc764251b8dbc3aa353754b5e4cb6ceff19 -SIZE (Math-MPFR-4.24.tar.gz) = 216245 +TIMESTAMP = 1677771779 +SHA256 (Math-MPFR-4.25.tar.gz) = 45cffe1736173e3cf556b2f05e51acc4d62df508da565e71bfdbc2625a2877ca +SIZE (Math-MPFR-4.25.tar.gz) = 220309 diff --git a/math/p5-Math-MPFR/files/patch-Makefile.PL b/math/p5-Math-MPFR/files/patch-Makefile.PL index bf409823390b..7663833bbd36 100644 --- a/math/p5-Math-MPFR/files/patch-Makefile.PL +++ b/math/p5-Math-MPFR/files/patch-Makefile.PL @@ -1,20 +1,20 @@ ---- Makefile.PL.orig 2022-03-08 11:03:33 UTC +--- Makefile.PL.orig 2023-02-22 05:30:24 UTC +++ Makefile.PL -@@ -182,7 +182,7 @@ if(!defined($have_float128)) { # __float128 support, h +@@ -196,7 +196,7 @@ unless($skip_msvc) { - print $SAVE "\n\n" if $save; + print $SAVE "\n\n" if $save; -- my $mylibs = $mklib . " " . $mylibpth . " -lquadmath"; -+ my $mylibs = $mklib . " " . $mylibpth; +- my $mylibs = $mklib . " " . $mylibpth . " -lquadmath"; ++ my $mylibs = $mklib . " " . $mylibpth; - # First up, build have_f128.exe from have_f128.c. - # This simply establishes whether the __float128 type is available. -@@ -392,7 +392,7 @@ my %options = ( + # First up, build have_f128.exe from have_f128.c. + # This simply establishes whether the __float128 type is available. +@@ -418,7 +418,7 @@ my %options = ( AUTHOR => 'Sisyphus (sisyphus at (@) cpan dot (.) org)', ABSTRACT => 'Perl interface to the MPFR (floating point) library', DEFINE => $defines, - LIBS => [ '-lmpfr -lgmp -lquadmath' ], + LIBS => [ '-lmpfr -lgmp' ], PREREQ_PM => { 'Test::More' => '0.88', }, #OBJECT => '$(O_FILES)', # set below if $Config{nvsize} == 8 LICENSE => 'perl',