diff --git a/math/p5-Math-MPFR/Makefile b/math/p5-Math-MPFR/Makefile index 610db351125b..a6a4220de40b 100644 --- a/math/p5-Math-MPFR/Makefile +++ b/math/p5-Math-MPFR/Makefile @@ -1,30 +1,30 @@ PORTNAME= Math-MPFR -PORTVERSION= 4.29 +PORTVERSION= 4.31 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl interface to MPFR Library WWW= https://metacpan.org/release/Math-MPFR LICENSE= ART10 GPLv1+ LICENSE_COMB= dual LIB_DEPENDS= libgmp.so:math/gmp \ libmpfr.so:math/mpfr TEST_DEPENDS= p5-Math-GMP>=0:math/p5-Math-GMP \ p5-Math-GMPf>=0:math/p5-Math-GMPf \ p5-Math-GMPq>=0:math/p5-Math-GMPq \ p5-Math-GMPz>=0:math/p5-Math-GMPz USES= localbase perl5 USE_PERL5= configure post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/MPFR/MPFR.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/MPFR/Prec/Prec.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/MPFR/Random/Random.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/MPFR/V/V.so .include diff --git a/math/p5-Math-MPFR/distinfo b/math/p5-Math-MPFR/distinfo index 1e856acf8b08..dfb1a847ac20 100644 --- a/math/p5-Math-MPFR/distinfo +++ b/math/p5-Math-MPFR/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1715843826 -SHA256 (Math-MPFR-4.29.tar.gz) = 2f73b5a831100394605809429482fefef4a182f35da1700eeea2698dc54889a0 -SIZE (Math-MPFR-4.29.tar.gz) = 222826 +TIMESTAMP = 1731679896 +SHA256 (Math-MPFR-4.31.tar.gz) = ee7671c94fbd0e3b0937599f5527a9180374da0a67bb3b2e2e1cc64e52d3161f +SIZE (Math-MPFR-4.31.tar.gz) = 226344 diff --git a/math/p5-Math-MPFR/files/patch-math_mpfr_include.h b/math/p5-Math-MPFR/files/patch-math_mpfr_include.h new file mode 100644 index 000000000000..14bb0e1e9c6b --- /dev/null +++ b/math/p5-Math-MPFR/files/patch-math_mpfr_include.h @@ -0,0 +1,10 @@ +--- math_mpfr_include.h.orig 2024-11-13 04:28:47 UTC ++++ math_mpfr_include.h +@@ -178,7 +178,6 @@ FALLBACK_NOTIFY : If defined, $Math::MPFR::do + #include + + #if defined(MPFR_WANT_FLOAT128) || defined(USE_QUADMATH) +-#include + #if defined(USE_QUADMATH) && defined(MPFR_WANT_FLOAT128) && defined(MPFR_VERSION) && MPFR_VERSION >= MPFR_VERSION_NUM(4,0,0) + #define CAN_PASS_FLOAT128 + #endif