diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-07-09 04:31:45 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-07-09 04:31:45 +0800 |
commit | 1a0709ce0a3a6bc5058e200260b288f4e767026a (patch) | |
tree | 99cd30336eb3d014ee1ad3f9efde610a17e1bd5d /math | |
parent | 1d326e1618d5945e94333350c5e94b7e6d82b647 (diff) | |
download | freebsd-ports-gnome-1a0709ce0a3a6bc5058e200260b288f4e767026a.tar.gz freebsd-ports-gnome-1a0709ce0a3a6bc5058e200260b288f4e767026a.tar.zst freebsd-ports-gnome-1a0709ce0a3a6bc5058e200260b288f4e767026a.zip |
- Update to 3.25
- Strip shared library
Changes: http://search.cpan.org/dist/Math-MPFR/CHANGES
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-MPFR/Makefile | 7 | ||||
-rw-r--r-- | math/p5-Math-MPFR/distinfo | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/math/p5-Math-MPFR/Makefile b/math/p5-Math-MPFR/Makefile index b608926ed1ba..ba3ba616aec4 100644 --- a/math/p5-Math-MPFR/Makefile +++ b/math/p5-Math-MPFR/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Math-MPFR -PORTVERSION= 3.24 +PORTVERSION= 3.25 CATEGORIES= math perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SISYPHUS @@ -25,9 +25,10 @@ USES= perl5 USE_PERL5= configure MAKE_ENV= INC="-I${LOCALBASE}/include" -post-stage: +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 - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/MPFR/MPFR.so .include <bsd.port.mk> diff --git a/math/p5-Math-MPFR/distinfo b/math/p5-Math-MPFR/distinfo index 6f6204f6f0e1..996f937014ba 100644 --- a/math/p5-Math-MPFR/distinfo +++ b/math/p5-Math-MPFR/distinfo @@ -1,2 +1,2 @@ -SHA256 (Math-MPFR-3.24.tar.gz) = ac993bfbf3bbf18f1840b9cc0f60d92a2ce9dc6de5f83836717a8cfbd5211031 -SIZE (Math-MPFR-3.24.tar.gz) = 103694 +SHA256 (Math-MPFR-3.25.tar.gz) = 5f5df3c14ff533de2b763d327b0821a5c6b6cf331deaa930db90a2e031aa755c +SIZE (Math-MPFR-3.25.tar.gz) = 104028 |