Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Oct 2019 19:09:49 +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: r515638 - head/math/p5-Math-BigInt-Lite
Message-ID:  <201910251909.x9PJ9nFU054873@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Oct 25 19:09:49 2019
New Revision: 515638
URL: https://svnweb.freebsd.org/changeset/ports/515638

Log:
  Update to 0.19
  
  Changes:	https://metacpan.org/changes/distribution/Math-BigInt-Lite

Modified:
  head/math/p5-Math-BigInt-Lite/Makefile
  head/math/p5-Math-BigInt-Lite/distinfo

Modified: head/math/p5-Math-BigInt-Lite/Makefile
==============================================================================
--- head/math/p5-Math-BigInt-Lite/Makefile	Fri Oct 25 19:09:43 2019	(r515637)
+++ head/math/p5-Math-BigInt-Lite/Makefile	Fri Oct 25 19:09:49 2019	(r515638)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Math-BigInt-Lite
-PORTVERSION=	0.18
+PORTVERSION=	0.19
 CATEGORIES=	math perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,11 +14,16 @@ LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${RUN_DEPENDS}
-RUN_DEPENDS=	p5-Math-BigInt>=1.999812:math/p5-Math-BigInt
+USES=		perl5
+USE_PERL5=	configure
 
 NO_ARCH=	yes
-USE_PERL5=	configure
-USES=		perl5
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 503000
+BUILD_DEPENDS+=	p5-Math-BigInt>=1.999812:math/p5-Math-BigInt
+RUN_DEPENDS+=	p5-Math-BigInt>=1.999812:math/p5-Math-BigInt
+.endif
+
+.include <bsd.port.post.mk>

Modified: head/math/p5-Math-BigInt-Lite/distinfo
==============================================================================
--- head/math/p5-Math-BigInt-Lite/distinfo	Fri Oct 25 19:09:43 2019	(r515637)
+++ head/math/p5-Math-BigInt-Lite/distinfo	Fri Oct 25 19:09:49 2019	(r515638)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1524259059
-SHA256 (Math-BigInt-Lite-0.18.tar.gz) = 448213bd068843a1179ab1c63d38c5c836b612a61cf226ab89325b23e09427d5
-SIZE (Math-BigInt-Lite-0.18.tar.gz) = 75809
+TIMESTAMP = 1572018521
+SHA256 (Math-BigInt-Lite-0.19.tar.gz) = 30f6034bf5d25c02813c84a8e5a2a98af86e2dbca8149c25a9277718df26151a
+SIZE (Math-BigInt-Lite-0.19.tar.gz) = 78863



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910251909.x9PJ9nFU054873>