1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

math/p5-Math-MPFR: 3.21 -> 3.22

- Add some metadata to Makefile.PL.
- Fix the LNGAMMA_BUG workaround in mpfr.c, and change test 69 in t/test1.t
  to test for correct behaviour of mpfr_lngamma().
- Add Rmpfr_set_NV - and use it in new().
- Remove Rmpfr_sprintf_ret and Rmpfr_snprintf_ret.
- No longer include inttypes.h on the basis of USE_LONG_DOUBLE being defined.
  (Was harmless ... but didn't make much sense.)
- Define PERL_NO_GET_CONTEXT.
- Tweaks to Math::MPFR::gmp_v() and Math::MPFR::V::gmp_v()
This commit is contained in:
Kurt Jaeger 2014-07-30 10:55:21 +00:00
parent b58d56eff1
commit e891034572
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363460
2 changed files with 8 additions and 3 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= Math-MPFR
PORTVERSION= 3.21
PORTVERSION= 3.22
CATEGORIES= math perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:SISYPHUS
@ -25,4 +25,9 @@ USES= perl5
USE_PERL5= configure
MAKE_ENV= INC="-I${LOCALBASE}/include"
post-stage:
${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Math/MPFR/Prec/Prec.so
${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Math/MPFR/V/V.so
${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Math/MPFR/MPFR.so
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (Math-MPFR-3.21.tar.gz) = 99f4f87cd4511c4dba2b9d2d1242a97ac93010d3e7ae90baae40a4b5031972b7
SIZE (Math-MPFR-3.21.tar.gz) = 92471
SHA256 (Math-MPFR-3.22.tar.gz) = a25e187095c430ab9025a26808993ca30849703bd73f3b0391d1954605a7733e
SIZE (Math-MPFR-3.22.tar.gz) = 96296