Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Dec 2012 17:45:14 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r309433 - head/math/p5-Math-Int64
Message-ID:  <201212231745.qBNHjEJU038043@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <fbsd-ports@opsec.eu>

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 <sunpoet@FreeBSD.org>
-#
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
 # $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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212231745.qBNHjEJU038043>