diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-11 06:42:16 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-11 06:42:16 +0800 |
commit | 1e1dd987773a72f10a6fbe79b20acadc77124cf7 (patch) | |
tree | 4d94bf53c3e2699c6ee66c35fb00adfd557ecdc5 /math | |
parent | 3e3c0d31e76fcc24f93ebbf63352d10799e32d35 (diff) | |
download | freebsd-ports-gnome-1e1dd987773a72f10a6fbe79b20acadc77124cf7.tar.gz freebsd-ports-gnome-1e1dd987773a72f10a6fbe79b20acadc77124cf7.tar.zst freebsd-ports-gnome-1e1dd987773a72f10a6fbe79b20acadc77124cf7.zip |
- Update to 2.07
- Strip shared object
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-GMP/Makefile | 6 | ||||
-rw-r--r-- | math/p5-Math-GMP/distinfo | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/math/p5-Math-GMP/Makefile b/math/p5-Math-GMP/Makefile index 91c4e2da6da2..538d21b8a1ba 100644 --- a/math/p5-Math-GMP/Makefile +++ b/math/p5-Math-GMP/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Math-GMP -PORTVERSION= 2.06 -PORTREVISION= 1 +PORTVERSION= 2.07 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -20,4 +19,7 @@ CONFIGURE_ARGS= INC=-I${LOCALBASE}/include LIBS="-L${LOCALBASE}/lib -lgmp" USES= perl5 USE_PERL5= configure +post-install: + @${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Math/GMP/GMP.so + .include <bsd.port.mk> diff --git a/math/p5-Math-GMP/distinfo b/math/p5-Math-GMP/distinfo index 4524203f023b..b379dc62b4cb 100644 --- a/math/p5-Math-GMP/distinfo +++ b/math/p5-Math-GMP/distinfo @@ -1,2 +1,2 @@ -SHA256 (Math-GMP-2.06.tar.gz) = bfd044c51687c7356edba1582f83c34a9dfc0c3451f6faeff400be62a7852b37 -SIZE (Math-GMP-2.06.tar.gz) = 24563 +SHA256 (Math-GMP-2.07.tar.gz) = 2a1f153c5615bae2a8cf1204b0879d3f46b82d766254a1c1d786ddfb8c12b0c9 +SIZE (Math-GMP-2.07.tar.gz) = 24696 |