From owner-svn-ports-all@FreeBSD.ORG Sun Dec 23 17:45:15 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 56E5433F; Sun, 23 Dec 2012 17:45:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 2101C8FC0C; Sun, 23 Dec 2012 17:45:15 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBNHjFGb038046; Sun, 23 Dec 2012 17:45:15 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBNHjEJU038043; Sun, 23 Dec 2012 17:45:14 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201212231745.qBNHjEJU038043@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sun, 23 Dec 2012 17:45:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309433 - 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.14 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: Sun, 23 Dec 2012 17:45:15 -0000 Author: sunpoet Date: Sun Dec 23 17:45:14 2012 New Revision: 309433 URL: http://svnweb.freebsd.org/changeset/ports/309433 Log: - Update to 0.28 - While I'm here, cleanup Makefile header Changes: http://search.cpan.org/dist/Math-Int64/Changes PR: ports/174358 Submitted by: Kurt Jaeger Modified: head/math/p5-Math-Int64/Makefile (contents, props changed) head/math/p5-Math-Int64/distinfo (contents, props changed) head/math/p5-Math-Int64/pkg-plist (contents, props changed) Modified: head/math/p5-Math-Int64/Makefile ============================================================================== --- head/math/p5-Math-Int64/Makefile Sun Dec 23 17:44:09 2012 (r309432) +++ head/math/p5-Math-Int64/Makefile Sun Dec 23 17:45:14 2012 (r309433) @@ -1,12 +1,8 @@ -# New ports collection makefile for: p5-Math-Int64 -# Date created: 2011-12-15 -# Whom: Sunpoet Po-Chuan Hsieh -# +# Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ -# PORTNAME= Math-Int64 -PORTVERSION= 0.26 +PORTVERSION= 0.28 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -20,6 +16,7 @@ LICENSE_COMB= dual PERL_CONFIGURE= yes MAN3= Math::Int64.3 \ - Math::Int64::die_on_overflow.3 + Math::Int64::die_on_overflow.3 \ + Math::UInt64.3 .include Modified: head/math/p5-Math-Int64/distinfo ============================================================================== --- head/math/p5-Math-Int64/distinfo Sun Dec 23 17:44:09 2012 (r309432) +++ head/math/p5-Math-Int64/distinfo Sun Dec 23 17:45:14 2012 (r309433) @@ -1,2 +1,2 @@ -SHA256 (Math-Int64-0.26.tar.gz) = 25260a15308287f82d96aa2a636ba3bdc74ff6815cb8b61953a5ceef10ca2fb2 -SIZE (Math-Int64-0.26.tar.gz) = 62338 +SHA256 (Math-Int64-0.28.tar.gz) = c54e1c5bad49a7165306f8d290aa55366b113ba7d84bb61e3cd45e4463843b5c +SIZE (Math-Int64-0.28.tar.gz) = 67852 Modified: head/math/p5-Math-Int64/pkg-plist ============================================================================== --- head/math/p5-Math-Int64/pkg-plist Sun Dec 23 17:44:09 2012 (r309432) +++ head/math/p5-Math-Int64/pkg-plist Sun Dec 23 17:45:14 2012 (r309433) @@ -4,6 +4,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Int64/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Int64/Int64.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Int64/Int64.so +%%SITE_PERL%%/%%PERL_ARCH%%/Math/UInt64.pm @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Int64 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math/Int64