aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-07-09 10:28:10 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-07-09 10:28:10 +0000
commit7443f493026ba775bc035615690b61610a3540c8 (patch)
treee510f4581e57f8ca07a55bc2a1b6711969baaf1f
parenta773f5f9592f25bfc7280d095a11d3234b647c2b (diff)
downloadports-7443f493026ba775bc035615690b61610a3540c8.tar.gz
ports-7443f493026ba775bc035615690b61610a3540c8.zip
math/p5-Math-MPFR: Update to 4.27
-rw-r--r--math/p5-Math-MPFR/Makefile2
-rw-r--r--math/p5-Math-MPFR/distinfo6
-rw-r--r--math/p5-Math-MPFR/files/patch-Makefile.PL38
3 files changed, 23 insertions, 23 deletions
diff --git a/math/p5-Math-MPFR/Makefile b/math/p5-Math-MPFR/Makefile
index 11befaacfc5b..d1f3b062960d 100644
--- a/math/p5-Math-MPFR/Makefile
+++ b/math/p5-Math-MPFR/Makefile
@@ -1,5 +1,5 @@
PORTNAME= Math-MPFR
-PORTVERSION= 4.26
+PORTVERSION= 4.27
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
diff --git a/math/p5-Math-MPFR/distinfo b/math/p5-Math-MPFR/distinfo
index c8c80f377dd0..75c32afa2ed9 100644
--- a/math/p5-Math-MPFR/distinfo
+++ b/math/p5-Math-MPFR/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1679499172
-SHA256 (Math-MPFR-4.26.tar.gz) = 71f7a9fb5830ef88365e256120b6d988b5016387870f1809acfaa1633e5143fd
-SIZE (Math-MPFR-4.26.tar.gz) = 226453
+TIMESTAMP = 1688167270
+SHA256 (Math-MPFR-4.27.tar.gz) = f79406c3f1e0b1b9330addbe43fb6ea93f8fdf28d71fb838e21f2c04846c14fc
+SIZE (Math-MPFR-4.27.tar.gz) = 229685
diff --git a/math/p5-Math-MPFR/files/patch-Makefile.PL b/math/p5-Math-MPFR/files/patch-Makefile.PL
index 7663833bbd36..fb37e75807ba 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 2023-02-22 05:30:24 UTC
+--- Makefile.PL.orig 2023-02-09 12:30:20 UTC
+++ Makefile.PL
-@@ -196,7 +196,7 @@ unless($skip_msvc) {
-
- print $SAVE "\n\n" if $save;
-
-- 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.
-@@ -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',
+@@ -196,7 +196,7 @@ unless($skip_msvc) {
+
+ print $SAVE "\n\n" if $save;
+
+- 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.
+@@ -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',