aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-MPFR
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2014-07-30 10:55:21 +0000
committerKurt Jaeger <pi@FreeBSD.org>2014-07-30 10:55:21 +0000
commite89103457210c87dbb23816405f20945264b324d (patch)
tree97e438a290aa4c91ac22cda267a83b28f70903c7 /math/p5-Math-MPFR
parentb58d56eff1f2b281ba81e26f578ddc4fc2dc643e (diff)
downloadports-e89103457210c87dbb23816405f20945264b324d.tar.gz
ports-e89103457210c87dbb23816405f20945264b324d.zip
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()
Notes
Notes: svn path=/head/; revision=363460
Diffstat (limited to 'math/p5-Math-MPFR')
-rw-r--r--math/p5-Math-MPFR/Makefile7
-rw-r--r--math/p5-Math-MPFR/distinfo4
2 files changed, 8 insertions, 3 deletions
diff --git a/math/p5-Math-MPFR/Makefile b/math/p5-Math-MPFR/Makefile
index 7a99456e2f9a..d8fd87aadad8 100644
--- a/math/p5-Math-MPFR/Makefile
+++ b/math/p5-Math-MPFR/Makefile
@@ -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>
diff --git a/math/p5-Math-MPFR/distinfo b/math/p5-Math-MPFR/distinfo
index 4c1f9e0f675b..747fa8fede5c 100644
--- a/math/p5-Math-MPFR/distinfo
+++ b/math/p5-Math-MPFR/distinfo
@@ -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