Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Apr 2018 08:56:10 +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: r467992 - head/math/p5-bignum
Message-ID:  <201804220856.w3M8uALH034563@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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