Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Nov 2015 16:52:01 +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: r401266 - head/math/p5-Math-BigInt
Message-ID:  <201511111652.tABGq1kD068804@repo.freebsd.org>

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



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