- Update to 3.25

- Strip shared library

Changes:	http://search.cpan.org/dist/Math-MPFR/CHANGES
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-07-08 20:31:45 +00:00
parent 0aafe552be
commit fa771b7f67
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=391597
2 changed files with 7 additions and 6 deletions

View file

@ -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:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/MPFR/Prec/Prec.so
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/MPFR/V/V.so
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
.include <bsd.port.mk>

View file

@ -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