aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-MPFR
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-04-17 23:48:22 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-04-17 23:59:02 +0000
commit7f86bbfb73afaa16ae51399b1a04008759d9087f (patch)
tree79606890809b2d7844a0609792064b3e86cb5345 /math/p5-Math-MPFR
parent0e51aa316140f30a7f93a5900c6329686a3b496b (diff)
downloadports-7f86bbfb73afaa16ae51399b1a04008759d9087f.tar.gz
ports-7f86bbfb73afaa16ae51399b1a04008759d9087f.zip
math/p5-Math-MPFR: Update to 4.21
Diffstat (limited to 'math/p5-Math-MPFR')
-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.PL16
3 files changed, 12 insertions, 12 deletions
diff --git a/math/p5-Math-MPFR/Makefile b/math/p5-Math-MPFR/Makefile
index eb13c39107e1..a8d2062143e4 100644
--- a/math/p5-Math-MPFR/Makefile
+++ b/math/p5-Math-MPFR/Makefile
@@ -1,7 +1,7 @@
# Created by: Wen Heping <wenheping@gmail.com>
PORTNAME= Math-MPFR
-PORTVERSION= 4.17
+PORTVERSION= 4.21
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
diff --git a/math/p5-Math-MPFR/distinfo b/math/p5-Math-MPFR/distinfo
index 8e9181b32a82..5a678fed03d7 100644
--- a/math/p5-Math-MPFR/distinfo
+++ b/math/p5-Math-MPFR/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1632227660
-SHA256 (Math-MPFR-4.17.tar.gz) = 160bfcf8e0e45418876fb13830018bd246bd9d1383f39e202594c5749fc6ede2
-SIZE (Math-MPFR-4.17.tar.gz) = 207313
+TIMESTAMP = 1650229112
+SHA256 (Math-MPFR-4.21.tar.gz) = 2959e17ba420702e74d521efa94d6bc77bca08ea4b18c4834aa7f2e52d9f7ebb
+SIZE (Math-MPFR-4.21.tar.gz) = 213491
diff --git a/math/p5-Math-MPFR/files/patch-Makefile.PL b/math/p5-Math-MPFR/files/patch-Makefile.PL
index 0f91682676f0..bf409823390b 100644
--- a/math/p5-Math-MPFR/files/patch-Makefile.PL
+++ b/math/p5-Math-MPFR/files/patch-Makefile.PL
@@ -1,15 +1,15 @@
---- Makefile.PL.orig 2021-02-12 11:08:52 UTC
+--- Makefile.PL.orig 2022-03-08 11:03:33 UTC
+++ Makefile.PL
-@@ -206,7 +206,7 @@ else { # we still need to determine whether__float128
+@@ -182,7 +182,7 @@ if(!defined($have_float128)) { # __float128 support, h
- 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;
- my $out = `$mycc -o have_f128.exe -x c have_f128.in 2>&1`;
-
-@@ -347,7 +347,7 @@ my %options = (
+ # 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 = (
AUTHOR => 'Sisyphus (sisyphus at (@) cpan dot (.) org)',
ABSTRACT => 'Perl interface to the MPFR (floating point) library',
DEFINE => $defines,