From owner-svn-ports-head@freebsd.org Sat Nov 19 17:14:18 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 773E5C4B1E1; Sat, 19 Nov 2016 17:14:18 +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 7FC2CDD6; Sat, 19 Nov 2016 17:10:49 +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 uAJHAmBF077213; Sat, 19 Nov 2016 17:10:48 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAJHAmSg076737; Sat, 19 Nov 2016 17:10:48 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611191710.uAJHAmSg076737@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 19 Nov 2016 17:10:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426495 - 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-head@freebsd.org X-Mailman-Version: 2.1.23 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: Sat, 19 Nov 2016 17:14:18 -0000 Author: sunpoet Date: Sat Nov 19 17:10:48 2016 New Revision: 426495 URL: https://svnweb.freebsd.org/changeset/ports/426495 Log: - Update to 1.999800 Changes: http://search.cpan.org/dist/Math-BigInt/CHANGES With hat: perl Modified: head/math/p5-Math-BigInt/Makefile head/math/p5-Math-BigInt/distinfo head/math/p5-Math-BigInt/pkg-plist Modified: head/math/p5-Math-BigInt/Makefile ============================================================================== --- head/math/p5-Math-BigInt/Makefile Sat Nov 19 17:10:43 2016 (r426494) +++ head/math/p5-Math-BigInt/Makefile Sat Nov 19 17:10:48 2016 (r426495) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Math-BigInt -PORTVERSION= 1.999722 +PORTVERSION= 1.999800 CATEGORIES= math perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PJACKLAM Modified: head/math/p5-Math-BigInt/distinfo ============================================================================== --- head/math/p5-Math-BigInt/distinfo Sat Nov 19 17:10:43 2016 (r426494) +++ head/math/p5-Math-BigInt/distinfo Sat Nov 19 17:10:48 2016 (r426495) @@ -1,2 +1,3 @@ -SHA256 (Math-BigInt-1.999722.tar.gz) = c76a2d5e6a996186a42a7e516b8d82217fb0cd18c7e1e55241322c4a859ccf40 -SIZE (Math-BigInt-1.999722.tar.gz) = 262922 +TIMESTAMP = 1479556990 +SHA256 (Math-BigInt-1.999800.tar.gz) = 216096d1f937252bfc449b1de01b760ffaab46e753e150cc2a685f4935bd030d +SIZE (Math-BigInt-1.999800.tar.gz) = 2727031 Modified: head/math/p5-Math-BigInt/pkg-plist ============================================================================== --- head/math/p5-Math-BigInt/pkg-plist Sat Nov 19 17:10:43 2016 (r426494) +++ head/math/p5-Math-BigInt/pkg-plist Sat Nov 19 17:10:48 2016 (r426495) @@ -2,7 +2,9 @@ %%SITE_PERL%%/Math/BigInt.pm %%SITE_PERL%%/Math/BigInt/Calc.pm %%SITE_PERL%%/Math/BigInt/CalcEmu.pm +%%SITE_PERL%%/Math/BigInt/Lib.pm %%PERL5_MAN3%%/Math::BigFloat.3.gz %%PERL5_MAN3%%/Math::BigInt.3.gz %%PERL5_MAN3%%/Math::BigInt::Calc.3.gz %%PERL5_MAN3%%/Math::BigInt::CalcEmu.3.gz +%%PERL5_MAN3%%/Math::BigInt::Lib.3.gz