Date: Mon, 10 Feb 2014 22:42:17 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343690 - head/math/p5-Math-GMP Message-ID: <201402102242.s1AMgH3N054922@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Mon Feb 10 22:42:16 2014 New Revision: 343690 URL: http://svnweb.freebsd.org/changeset/ports/343690 QAT: https://qat.redports.org/buildarchive/r343690/ Log: - Update to 2.07 - Strip shared object Modified: head/math/p5-Math-GMP/Makefile head/math/p5-Math-GMP/distinfo Modified: head/math/p5-Math-GMP/Makefile ============================================================================== --- head/math/p5-Math-GMP/Makefile Mon Feb 10 22:38:43 2014 (r343689) +++ head/math/p5-Math-GMP/Makefile Mon Feb 10 22:42:16 2014 (r343690) @@ -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}/inclu USES= perl5 USE_PERL5= configure +post-install: + @${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Math/GMP/GMP.so + .include <bsd.port.mk> Modified: head/math/p5-Math-GMP/distinfo ============================================================================== --- head/math/p5-Math-GMP/distinfo Mon Feb 10 22:38:43 2014 (r343689) +++ head/math/p5-Math-GMP/distinfo Mon Feb 10 22:42:16 2014 (r343690) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402102242.s1AMgH3N054922>