Date: Mon, 18 Apr 2022 00:05:20 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7f86bbfb73af - main - math/p5-Math-MPFR: Update to 4.21 Message-ID: <202204180005.23I05KHf048815@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=7f86bbfb73afaa16ae51399b1a04008759d9087f commit 7f86bbfb73afaa16ae51399b1a04008759d9087f Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-04-17 23:48:22 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-04-17 23:59:02 +0000 math/p5-Math-MPFR: Update to 4.21 Changes: https://metacpan.org/dist/Math-MPFR/changes --- math/p5-Math-MPFR/Makefile | 2 +- math/p5-Math-MPFR/distinfo | 6 +++--- math/p5-Math-MPFR/files/patch-Makefile.PL | 16 ++++++++-------- 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,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204180005.23I05KHf048815>