From owner-svn-ports-all@freebsd.org Wed Nov 11 16:52:02 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E658CA2CC8D; Wed, 11 Nov 2015 16:52:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 870A01CD8; Wed, 11 Nov 2015 16:52:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABGq1sP068806; Wed, 11 Nov 2015 16:52:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABGq1kD068804; Wed, 11 Nov 2015 16:52:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511111652.tABGq1kD068804@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 11 Nov 2015 16:52:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401266 - head/math/p5-Math-BigInt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 16:52:03 -0000 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