From owner-svn-ports-all@FreeBSD.ORG Tue Mar 10 15:15:15 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AF5DE79; Tue, 10 Mar 2015 15:15:15 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 9A126CB6; Tue, 10 Mar 2015 15:15:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2AFFFrL075520; Tue, 10 Mar 2015 15:15:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2AFFEkS075517; Tue, 10 Mar 2015 15:15:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201503101515.t2AFFEkS075517@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 10 Mar 2015 15:15:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r380938 - head/math/p5-Math-Int64 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.18-1 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: Tue, 10 Mar 2015 15:15:15 -0000 Author: sunpoet Date: Tue Mar 10 15:15:14 2015 New Revision: 380938 URL: https://svnweb.freebsd.org/changeset/ports/380938 QAT: https://qat.redports.org/buildarchive/r380938/ Log: - Update to 0.51 Changes: http://search.cpan.org/dist/Math-Int64/Changes Modified: head/math/p5-Math-Int64/Makefile head/math/p5-Math-Int64/distinfo head/math/p5-Math-Int64/pkg-plist Modified: head/math/p5-Math-Int64/Makefile ============================================================================== --- head/math/p5-Math-Int64/Makefile Tue Mar 10 15:15:00 2015 (r380937) +++ head/math/p5-Math-Int64/Makefile Tue Mar 10 15:15:14 2015 (r380938) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Math-Int64 -PORTVERSION= 0.34 -PORTREVISION= 1 +PORTVERSION= 0.51 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/math/p5-Math-Int64/distinfo ============================================================================== --- head/math/p5-Math-Int64/distinfo Tue Mar 10 15:15:00 2015 (r380937) +++ head/math/p5-Math-Int64/distinfo Tue Mar 10 15:15:14 2015 (r380938) @@ -1,2 +1,2 @@ -SHA256 (Math-Int64-0.34.tar.gz) = d04c10ab9593a98a8793f950523c60f62bfead94973d2b99d3a36edce4c94e58 -SIZE (Math-Int64-0.34.tar.gz) = 69212 +SHA256 (Math-Int64-0.51.tar.gz) = dd0da186b8ae39ac8c2cc09bede39b00ad3a73a3bdf503b4c76ccf5f00dcc4f5 +SIZE (Math-Int64-0.51.tar.gz) = 118495 Modified: head/math/p5-Math-Int64/pkg-plist ============================================================================== --- head/math/p5-Math-Int64/pkg-plist Tue Mar 10 15:15:00 2015 (r380937) +++ head/math/p5-Math-Int64/pkg-plist Tue Mar 10 15:15:14 2015 (r380938) @@ -5,4 +5,5 @@ %%SITE_ARCH%%/Math/UInt64.pm %%PERL5_MAN3%%/Math::Int64.3.gz %%PERL5_MAN3%%/Math::Int64::die_on_overflow.3.gz +%%PERL5_MAN3%%/Math::Int64::native_if_available.3.gz %%PERL5_MAN3%%/Math::UInt64.3.gz