svn commit: r467992 - head/math/p5-bignum
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Apr 22 08:56:14 UTC 2018
Author: sunpoet
Date: Sun Apr 22 08:56:10 2018
New Revision: 467992
URL: https://svnweb.freebsd.org/changeset/ports/467992
Log:
Update to 0.50
Changes: http://search.cpan.org/dist/bignum/CHANGES
Modified:
head/math/p5-bignum/Makefile
head/math/p5-bignum/distinfo
Modified: head/math/p5-bignum/Makefile
==============================================================================
--- head/math/p5-bignum/Makefile Sun Apr 22 08:56:05 2018 (r467991)
+++ head/math/p5-bignum/Makefile Sun Apr 22 08:56:10 2018 (r467992)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= bignum
-PORTVERSION= 0.49
+PORTVERSION= 0.50
CATEGORIES= math perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:PJACKLAM
@@ -13,15 +13,11 @@ COMMENT= Transparent BigNumber/BigRational support for
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
+BUILD_DEPENDS= p5-Math-BigInt>=1.999812:math/p5-Math-BigInt
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 502503
-BUILD_DEPENDS+= p5-Math-BigInt>=1.999718:math/p5-Math-BigInt
-RUN_DEPENDS+= p5-Math-BigInt>=1.999718:math/p5-Math-BigInt
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/math/p5-bignum/distinfo
==============================================================================
--- head/math/p5-bignum/distinfo Sun Apr 22 08:56:05 2018 (r467991)
+++ head/math/p5-bignum/distinfo Sun Apr 22 08:56:10 2018 (r467992)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1517844776
-SHA256 (bignum-0.49.tar.gz) = 28685b271251927d327851e5951e38649524a4e50cb0d1d35d649e2b814f212d
-SIZE (bignum-0.49.tar.gz) = 26899
+TIMESTAMP = 1524262670
+SHA256 (bignum-0.50.tar.gz) = 82f88a0acbbfa9c4c69f620316b37da8f4b3d2895208e6aad6121a8f0203a94f
+SIZE (bignum-0.50.tar.gz) = 27999
More information about the svn-ports-all
mailing list