git: 5f0679bb28c9 - main - math/p5-Math-MPFR: Update to 4.28

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Wed, 21 Feb 2024 15:37:33 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5f0679bb28c9f8b64ac01533c70f7b65acf96340

commit 5f0679bb28c9f8b64ac01533c70f7b65acf96340
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-02-21 15:01:20 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-02-21 15:11:05 +0000

    math/p5-Math-MPFR: Update to 4.28
    
    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 | 38 +++++++++++++++----------------
 3 files changed, 23 insertions(+), 23 deletions(-)

diff --git a/math/p5-Math-MPFR/Makefile b/math/p5-Math-MPFR/Makefile
index d1f3b062960d..3a3956bc1855 100644
--- a/math/p5-Math-MPFR/Makefile
+++ b/math/p5-Math-MPFR/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	Math-MPFR
-PORTVERSION=	4.27
+PORTVERSION=	4.28
 CATEGORIES=	math perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
diff --git a/math/p5-Math-MPFR/distinfo b/math/p5-Math-MPFR/distinfo
index 75c32afa2ed9..4a564dfc398d 100644
--- a/math/p5-Math-MPFR/distinfo
+++ b/math/p5-Math-MPFR/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1688167270
-SHA256 (Math-MPFR-4.27.tar.gz) = f79406c3f1e0b1b9330addbe43fb6ea93f8fdf28d71fb838e21f2c04846c14fc
-SIZE (Math-MPFR-4.27.tar.gz) = 229685
+TIMESTAMP = 1708450708
+SHA256 (Math-MPFR-4.28.tar.gz) = 701c6744a4430b0d1b285c7d333d02511027792449c3475af142e33005cd0843
+SIZE (Math-MPFR-4.28.tar.gz) = 221426
diff --git a/math/p5-Math-MPFR/files/patch-Makefile.PL b/math/p5-Math-MPFR/files/patch-Makefile.PL
index fb37e75807ba..f7c6c7d980c6 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-09 12:30:20 UTC
+--- Makefile.PL.orig	2024-01-15 03:30:56 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',