diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-03-06 20:32:02 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-03-06 20:32:02 +0000 |
commit | feb2f42738a5439ce6c201dec4d6805bf5eaafb6 (patch) | |
tree | 14fb0959e1cc5e11bf924e5d8afa43308b3b695d /math/p5-Math-MPFR | |
parent | 2c8a455b483be32d3027bbacec9f036cab3b3340 (diff) | |
download | freebsd-ports-feb2f42738a5439ce6c201dec4d6805bf5eaafb6.zip |
Update to 4.01
Changes: http://search.cpan.org/dist/Math-MPFR/CHANGES
Diffstat (limited to 'math/p5-Math-MPFR')
-rw-r--r-- | math/p5-Math-MPFR/Makefile | 5 | ||||
-rw-r--r-- | math/p5-Math-MPFR/distinfo | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/math/p5-Math-MPFR/Makefile b/math/p5-Math-MPFR/Makefile index ad188c17ce73..b902f21d01e2 100644 --- a/math/p5-Math-MPFR/Makefile +++ b/math/p5-Math-MPFR/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Math-MPFR -PORTVERSION= 4.0 +PORTVERSION= 4.01 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -23,6 +23,9 @@ TEST_DEPENDS= p5-Math-GMP>=0:math/p5-Math-GMP \ USE_PERL5= configure USES= localbase perl5 +post-patch: + @${REINPLACE_CMD} -e 's| -lquadmath||' ${WRKSRC}/Makefile.PL + 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 diff --git a/math/p5-Math-MPFR/distinfo b/math/p5-Math-MPFR/distinfo index 23005aff1c31..eff29854e16e 100644 --- a/math/p5-Math-MPFR/distinfo +++ b/math/p5-Math-MPFR/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1515159240 -SHA256 (Math-MPFR-4.0.tar.gz) = 9f1f1237781b01f4d319be97ea370c3e8ae64c103f258a7a2311985686195ab5 -SIZE (Math-MPFR-4.0.tar.gz) = 147334 +TIMESTAMP = 1520364898 +SHA256 (Math-MPFR-4.01.tar.gz) = 0d5afc5bcfdb8f163e9638519e0122df78bf6e985aae9d1ec7ebf8fd2f7ab9b3 +SIZE (Math-MPFR-4.01.tar.gz) = 151364 |