svn commit: r309433 - head/math/p5-Math-Int64
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Dec 23 17:45:15 UTC 2012
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 at 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 at FreeBSD.org>
-#
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet at 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
More information about the svn-ports-head
mailing list