svn commit: r467989 - head/math/p5-Math-BigInt-GMP
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Apr 22 08:55:59 UTC 2018
Author: sunpoet
Date: Sun Apr 22 08:55:55 2018
New Revision: 467989
URL: https://svnweb.freebsd.org/changeset/ports/467989
Log:
Update to 1.6005
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 Sun Apr 22 08:55:50 2018 (r467988)
+++ head/math/p5-Math-BigInt-GMP/Makefile Sun Apr 22 08:55:55 2018 (r467989)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= Math-BigInt-GMP
-PORTVERSION= 1.6004
-PORTREVISION= 1
+PORTVERSION= 1.6005
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,7 +13,9 @@ COMMENT= Math::BigInt::GMP - Use the GMP library for M
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
+BUILD_DEPENDS= p5-Math-BigInt>=1.999812:math/p5-Math-BigInt
LIB_DEPENDS= libgmp.so:math/gmp
+RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_PERL5= configure
USES= localbase perl5
@@ -22,11 +23,4 @@ USES= localbase perl5
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/BigInt/GMP/GMP.so
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 502508
-BUILD_DEPENDS+= p5-Math-BigInt>=1.999801:math/p5-Math-BigInt
-RUN_DEPENDS+= p5-Math-BigInt>=1.999801:math/p5-Math-BigInt
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/math/p5-Math-BigInt-GMP/distinfo
==============================================================================
--- head/math/p5-Math-BigInt-GMP/distinfo Sun Apr 22 08:55:50 2018 (r467988)
+++ head/math/p5-Math-BigInt-GMP/distinfo Sun Apr 22 08:55:55 2018 (r467989)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1486383647
-SHA256 (Math-BigInt-GMP-1.6004.tar.gz) = 236229dd7d323f142d8b24b83d21061152432096be7aea026002b8dbbba733f2
-SIZE (Math-BigInt-GMP-1.6004.tar.gz) = 2440178
+TIMESTAMP = 1524262625
+SHA256 (Math-BigInt-GMP-1.6005.tar.gz) = 4c562ac3d41c871a65666bb111d3dcf17912364580f0db559dd4909ba5e6b828
+SIZE (Math-BigInt-GMP-1.6005.tar.gz) = 2454467
More information about the svn-ports-all
mailing list