diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-11-20 01:11:10 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-11-20 01:11:10 +0800 |
commit | 368d84dea79c16447031051f46a967f9048b7c1c (patch) | |
tree | 60cd32011042fcc0c52dedd2c7ed479e56c545a6 /math/p5-Math-MPFR | |
parent | 0402f112b871510db9ca52bb33e86b6141222c20 (diff) | |
download | freebsd-ports-gnome-368d84dea79c16447031051f46a967f9048b7c1c.tar.gz freebsd-ports-gnome-368d84dea79c16447031051f46a967f9048b7c1c.tar.zst freebsd-ports-gnome-368d84dea79c16447031051f46a967f9048b7c1c.zip |
- Update to 3.34
- Use USES=localbase
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, 5 insertions, 6 deletions
diff --git a/math/p5-Math-MPFR/Makefile b/math/p5-Math-MPFR/Makefile index 8f061ffd6ec3..6760fbf7cc42 100644 --- a/math/p5-Math-MPFR/Makefile +++ b/math/p5-Math-MPFR/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Math-MPFR -PORTVERSION= 3.33 +PORTVERSION= 3.34 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -20,9 +20,8 @@ TEST_DEPENDS= p5-Math-GMP>=0:math/p5-Math-GMP \ p5-Math-GMPq>=0:math/p5-Math-GMPq \ p5-Math-GMPz>=0:math/p5-Math-GMPz -USES= perl5 USE_PERL5= configure -MAKE_ENV= INC="-I${LOCALBASE}/include" +USES= localbase perl5 post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/MPFR/MPFR.so diff --git a/math/p5-Math-MPFR/distinfo b/math/p5-Math-MPFR/distinfo index 21dcced871e0..da354c006cd2 100644 --- a/math/p5-Math-MPFR/distinfo +++ b/math/p5-Math-MPFR/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1472161491 -SHA256 (Math-MPFR-3.33.tar.gz) = 7fedfef0806ca55a2cdffb1fe345e819a9efc5cbe25549ce77ae676f1ce0beb8 -SIZE (Math-MPFR-3.33.tar.gz) = 116742 +TIMESTAMP = 1479554358 +SHA256 (Math-MPFR-3.34.tar.gz) = 9ea4dd9ad2a9934fc2fb4777ed09807e3b2b136c99703573a4e80322008eb969 +SIZE (Math-MPFR-3.34.tar.gz) = 127710 |