From owner-svn-ports-head@freebsd.org Tue Jan 12 21:40:47 2016 Return-Path: Delivered-To: svn-ports-head@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 0911EA6DA81; Tue, 12 Jan 2016 21:40:47 +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 A8BA312E8; Tue, 12 Jan 2016 21:40:46 +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 u0CLej9v077347; Tue, 12 Jan 2016 21:40:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0CLejw7077345; Tue, 12 Jan 2016 21:40:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601122140.u0CLejw7077345@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 12 Jan 2016 21:40:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405957 - head/math/p5-bignum X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Jan 2016 21:40:47 -0000 Author: sunpoet Date: Tue Jan 12 21:40:45 2016 New Revision: 405957 URL: https://svnweb.freebsd.org/changeset/ports/405957 Log: - Update to 0.42 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 Tue Jan 12 21:40:40 2016 (r405956) +++ head/math/p5-bignum/Makefile Tue Jan 12 21:40:45 2016 (r405957) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= bignum -PORTVERSION= 0.41 +PORTVERSION= 0.42 CATEGORIES= math perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PJACKLAM @@ -13,6 +13,9 @@ COMMENT= Transparent BigNumber/BigRation LICENSE= ART10 GPLv1 LICENSE_COMB= dual +BUILD_DEPENDS= p5-Math-BigInt>=1.999712:${PORTSDIR}/math/p5-Math-BigInt +RUN_DEPENDS:= ${BUILD_DEPENDS} + NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/math/p5-bignum/distinfo ============================================================================== --- head/math/p5-bignum/distinfo Tue Jan 12 21:40:40 2016 (r405956) +++ head/math/p5-bignum/distinfo Tue Jan 12 21:40:45 2016 (r405957) @@ -1,2 +1,2 @@ -SHA256 (bignum-0.41.tar.gz) = d41cd79fcdeae337f0ae4f18832807b6c7b280180ccd3961a6c56111bdf87ca5 -SIZE (bignum-0.41.tar.gz) = 42055 +SHA256 (bignum-0.42.tar.gz) = 5bc9a16fe6d56584cde0f183828d81466f2cfc08ec1b6ef15d25a732080a9b52 +SIZE (bignum-0.42.tar.gz) = 43360