diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2014-07-30 10:55:21 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2014-07-30 10:55:21 +0000 |
commit | e89103457210c87dbb23816405f20945264b324d (patch) | |
tree | 97e438a290aa4c91ac22cda267a83b28f70903c7 /math/p5-Math-MPFR | |
parent | b58d56eff1f2b281ba81e26f578ddc4fc2dc643e (diff) | |
download | ports-e89103457210c87dbb23816405f20945264b324d.tar.gz ports-e89103457210c87dbb23816405f20945264b324d.zip |
Notes
Diffstat (limited to 'math/p5-Math-MPFR')
-rw-r--r-- | math/p5-Math-MPFR/Makefile | 7 | ||||
-rw-r--r-- | math/p5-Math-MPFR/distinfo | 4 |
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 |