svn commit: r401266 - head/math/p5-Math-BigInt

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Nov 11 16:52:03 UTC 2015


Author: sunpoet
Date: Wed Nov 11 16:52:01 2015
New Revision: 401266
URL: https://svnweb.freebsd.org/changeset/ports/401266

Log:
  - Update to 1.999709
  - Add BUILD_DEPENDS
  
  With hat:	perl

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

Modified: head/math/p5-Math-BigInt/Makefile
==============================================================================
--- head/math/p5-Math-BigInt/Makefile	Wed Nov 11 16:51:57 2015	(r401265)
+++ head/math/p5-Math-BigInt/Makefile	Wed Nov 11 16:52:01 2015	(r401266)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Math-BigInt
-PORTVERSION=	1.999707
+PORTVERSION=	1.999709
 CATEGORIES=	math perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:PJACKLAM
@@ -14,7 +14,8 @@ COMMENT=	Arbitrary size integer math per
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-RUN_DEPENDS=	p5-Math-Complex>=1.39:${PORTSDIR}/math/p5-Math-Complex
+BUILD_DEPENDS=	p5-Math-Complex>=1.39:${PORTSDIR}/math/p5-Math-Complex
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5
 USE_PERL5=	configure

Modified: head/math/p5-Math-BigInt/distinfo
==============================================================================
--- head/math/p5-Math-BigInt/distinfo	Wed Nov 11 16:51:57 2015	(r401265)
+++ head/math/p5-Math-BigInt/distinfo	Wed Nov 11 16:52:01 2015	(r401266)
@@ -1,2 +1,2 @@
-SHA256 (Math-BigInt-1.999707.tar.gz) = 7925e5ac5301341d24a1836a43285af1546428bc853fd737760e0f63f1324130
-SIZE (Math-BigInt-1.999707.tar.gz) = 223884
+SHA256 (Math-BigInt-1.999709.tar.gz) = 617d0f8708bfa6bff256dab4bdf2d33064d1677919bad72359f44c813a310965
+SIZE (Math-BigInt-1.999709.tar.gz) = 224320


More information about the svn-ports-all mailing list