diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-11-20 01:10:57 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-11-20 01:10:57 +0800 |
commit | 79fa27652686c12df7edaa36f3fe0dc39c1e6a51 (patch) | |
tree | 28b58d343e1ae2656d7afb744ef09b11abcf6a72 | |
parent | 1a35bf1600cf41cc6257d824c7fd61b14a6fc57e (diff) | |
download | freebsd-ports-gnome-79fa27652686c12df7edaa36f3fe0dc39c1e6a51.tar.gz freebsd-ports-gnome-79fa27652686c12df7edaa36f3fe0dc39c1e6a51.tar.zst freebsd-ports-gnome-79fa27652686c12df7edaa36f3fe0dc39c1e6a51.zip |
- Update to 1.6000
- Use USES=localbase
Changes: http://search.cpan.org/dist/Math-BigInt-GMP/CHANGES
-rw-r--r-- | math/p5-Math-BigInt-GMP/Makefile | 14 | ||||
-rw-r--r-- | math/p5-Math-BigInt-GMP/distinfo | 5 |
2 files changed, 7 insertions, 12 deletions
diff --git a/math/p5-Math-BigInt-GMP/Makefile b/math/p5-Math-BigInt-GMP/Makefile index f49d20f4442d..d5643513328d 100644 --- a/math/p5-Math-BigInt-GMP/Makefile +++ b/math/p5-Math-BigInt-GMP/Makefile @@ -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 library for Math::BigInt routines 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 diff --git a/math/p5-Math-BigInt-GMP/distinfo b/math/p5-Math-BigInt-GMP/distinfo index 37e47dce12b6..70c9fa192868 100644 --- a/math/p5-Math-BigInt-GMP/distinfo +++ b/math/p5-Math-BigInt-GMP/distinfo @@ -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 |