svn commit: r363460 - head/math/p5-Math-MPFR

Kurt Jaeger pi at FreeBSD.org
Wed Jul 30 10:55:23 UTC 2014


Author: pi
Date: Wed Jul 30 10:55:21 2014
New Revision: 363460
URL: http://svnweb.freebsd.org/changeset/ports/363460
QAT: https://qat.redports.org/buildarchive/r363460/

Log:
  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()

Modified:
  head/math/p5-Math-MPFR/Makefile
  head/math/p5-Math-MPFR/distinfo

Modified: head/math/p5-Math-MPFR/Makefile
==============================================================================
--- head/math/p5-Math-MPFR/Makefile	Wed Jul 30 10:49:41 2014	(r363459)
+++ head/math/p5-Math-MPFR/Makefile	Wed Jul 30 10:55:21 2014	(r363460)
@@ -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>

Modified: head/math/p5-Math-MPFR/distinfo
==============================================================================
--- head/math/p5-Math-MPFR/distinfo	Wed Jul 30 10:49:41 2014	(r363459)
+++ head/math/p5-Math-MPFR/distinfo	Wed Jul 30 10:55:21 2014	(r363460)
@@ -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


More information about the svn-ports-all mailing list