Date: Sat, 19 Nov 2016 17:10:57 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426497 - head/math/p5-Math-BigInt-GMP Message-ID: <201611191710.uAJHAv2v078663@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Nov 19 17:10:57 2016 New Revision: 426497 URL: https://svnweb.freebsd.org/changeset/ports/426497 Log: - Update to 1.6000 - Use USES=localbase Changes: http://search.cpan.org/dist/Math-BigInt-GMP/CHANGES Modified: head/math/p5-Math-BigInt-GMP/Makefile head/math/p5-Math-BigInt-GMP/distinfo Modified: head/math/p5-Math-BigInt-GMP/Makefile ============================================================================== --- head/math/p5-Math-BigInt-GMP/Makefile Sat Nov 19 17:10:52 2016 (r426496) +++ head/math/p5-Math-BigInt-GMP/Makefile Sat Nov 19 17:10:57 2016 (r426497) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Math-BigInt-GMP -PORTVERSION= 1.51 +PORTVERSION= 1.6000 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,18 +13,12 @@ COMMENT= Math::BigInt::GMP - Use the GMP LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Math-BigInt>=1.999719:math/p5-Math-BigInt +BUILD_DEPENDS= p5-Math-BigInt>=1.999800:math/p5-Math-BigInt LIB_DEPENDS= libgmp.so:math/gmp RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 -USE_PERL5= configure patch -CONFIGURE_ARGS= INC="-I${LOCALBASE}/include" - -post-patch: - @${PERL} -pi -e "s!-lgmp!-L${LOCALBASE}/lib $$&!;" \ - -e "if (/'LIBS'/) { print qq!'INC' => '-I${LOCALBASE}/include',!; }" \ - ${WRKSRC}/Makefile.PL +USE_PERL5= configure +USES= localbase perl5 post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/BigInt/GMP/GMP.so Modified: head/math/p5-Math-BigInt-GMP/distinfo ============================================================================== --- head/math/p5-Math-BigInt-GMP/distinfo Sat Nov 19 17:10:52 2016 (r426496) +++ head/math/p5-Math-BigInt-GMP/distinfo Sat Nov 19 17:10:57 2016 (r426497) @@ -1,2 +1,3 @@ -SHA256 (Math-BigInt-GMP-1.51.tar.gz) = 77ac59cc5af8a2c88ccc27098ed8c4b301d2b5ed5b9c1f12eb8961844f119475 -SIZE (Math-BigInt-GMP-1.51.tar.gz) = 59701 +TIMESTAMP = 1479554311 +SHA256 (Math-BigInt-GMP-1.6000.tar.gz) = 378a1a088da6712bfd9df044798df278131802e3a1c8b72e7b2078f3ab2f6901 +SIZE (Math-BigInt-GMP-1.6000.tar.gz) = 2249006
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611191710.uAJHAv2v078663>