Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 May 2026 05:32:10 +0000
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: 4f6156109cac - main - math/p5-Math-MPFR: Update to 4.47
Message-ID:  <6a13deda.36553.668d4bfd@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4f6156109cac8ff06eb94cb94c984edfad59631b

commit 4f6156109cac8ff06eb94cb94c984edfad59631b
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-05-25 05:24:59 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-05-25 05:28:15 +0000

    math/p5-Math-MPFR: Update to 4.47
    
    Changes:        https://metacpan.org/dist/Math-MPFR/changes
---
 math/p5-Math-MPFR/Makefile                |  3 ++-
 math/p5-Math-MPFR/distinfo                |  6 +++---
 math/p5-Math-MPFR/files/patch-Makefile.PL | 20 --------------------
 3 files changed, 5 insertions(+), 24 deletions(-)

diff --git a/math/p5-Math-MPFR/Makefile b/math/p5-Math-MPFR/Makefile
index 2b4b579e2f14..e4b174d7c291 100644
--- a/math/p5-Math-MPFR/Makefile
+++ b/math/p5-Math-MPFR/Makefile
@@ -1,7 +1,8 @@
 PORTNAME=	Math-MPFR
-PORTVERSION=	4.45
+PORTVERSION=	4.47
 CATEGORIES=	math perl5
 MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	CPAN:SISYPHUS
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	perl@FreeBSD.org
diff --git a/math/p5-Math-MPFR/distinfo b/math/p5-Math-MPFR/distinfo
index fad1dac5cc90..fd983dcac2e3 100644
--- a/math/p5-Math-MPFR/distinfo
+++ b/math/p5-Math-MPFR/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1762084793
-SHA256 (Math-MPFR-4.45.tar.gz) = 290405d343917c620d08074f71546cf71ae2271cb48e338695636b8f56cc3f04
-SIZE (Math-MPFR-4.45.tar.gz) = 248337
+TIMESTAMP = 1779617866
+SHA256 (Math-MPFR-4.47.tar.gz) = 9dd0caa8eca8c01412d1bcb049cf9051965ea140b6df49e87fc0669397095b90
+SIZE (Math-MPFR-4.47.tar.gz) = 257477
diff --git a/math/p5-Math-MPFR/files/patch-Makefile.PL b/math/p5-Math-MPFR/files/patch-Makefile.PL
deleted file mode 100644
index f7c6c7d980c6..000000000000
--- a/math/p5-Math-MPFR/files/patch-Makefile.PL
+++ /dev/null
@@ -1,20 +0,0 @@
---- 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',


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a13deda.36553.668d4bfd>