Date: Sat, 6 Feb 2016 16:44:03 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408304 - head/math/p5-Math-MPC Message-ID: <201602061644.u16Gi3q1003760@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Sat Feb 6 16:44:03 2016 New Revision: 408304 URL: https://svnweb.freebsd.org/changeset/ports/408304 Log: Update to 1.05. Strip XS module. Remove p5-Test-Pod from TEST_DEPENDS, as that is for author tests, not end-user tests. Changes: https://metacpan.org/changes/distribution/Math-MPC Modified: head/math/p5-Math-MPC/Makefile head/math/p5-Math-MPC/distinfo Modified: head/math/p5-Math-MPC/Makefile ============================================================================== --- head/math/p5-Math-MPC/Makefile Sat Feb 6 16:32:39 2016 (r408303) +++ head/math/p5-Math-MPC/Makefile Sat Feb 6 16:44:03 2016 (r408304) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Math-MPC -PORTVERSION= 1.04 +PORTVERSION= 1.05 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,10 +18,12 @@ LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/ libmpc.so:${PORTSDIR}/math/mpc \ libmpfr.so:${PORTSDIR}/math/mpfr RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod MAKE_ENV= INC="-I${LOCALBASE}/include" USES= perl5 USE_PERL5= configure +post-install: + ${STRIP_CMD} ${STAGEDIR}${SITE_ARCH}/auto/Math/MPC/MPC.so + .include <bsd.port.mk> Modified: head/math/p5-Math-MPC/distinfo ============================================================================== --- head/math/p5-Math-MPC/distinfo Sat Feb 6 16:32:39 2016 (r408303) +++ head/math/p5-Math-MPC/distinfo Sat Feb 6 16:44:03 2016 (r408304) @@ -1,2 +1,2 @@ -SHA256 (Math-MPC-1.04.tar.gz) = 0796afc34a37847f55a2e40c1e7f2ca12a2baee28809b0ea4a7ae366fcde48a0 -SIZE (Math-MPC-1.04.tar.gz) = 51587 +SHA256 (Math-MPC-1.05.tar.gz) = e0fd91159d758b14b6b876a751c6f9d868b2e577854bda6797f322f5061fd85e +SIZE (Math-MPC-1.05.tar.gz) = 54337
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602061644.u16Gi3q1003760>