diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-12-24 01:45:14 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-12-24 01:45:14 +0800 |
commit | 7c5e38be1b84d63b9dcaf6bb04780659d526e655 (patch) | |
tree | 027f33165d724346d5a6cf0b490b6e572ab65859 | |
parent | d03aa3b17d2aff5a37b75f082166dbfd7366628a (diff) | |
download | freebsd-ports-gnome-7c5e38be1b84d63b9dcaf6bb04780659d526e655.tar.gz freebsd-ports-gnome-7c5e38be1b84d63b9dcaf6bb04780659d526e655.tar.zst freebsd-ports-gnome-7c5e38be1b84d63b9dcaf6bb04780659d526e655.zip |
- 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>
-rw-r--r-- | math/p5-Math-Int64/Makefile | 11 | ||||
-rw-r--r-- | math/p5-Math-Int64/distinfo | 4 | ||||
-rw-r--r-- | math/p5-Math-Int64/pkg-plist | 1 |
3 files changed, 7 insertions, 9 deletions
diff --git a/math/p5-Math-Int64/Makefile b/math/p5-Math-Int64/Makefile index 9fa1b94945aa..ab8dcbc3c17f 100644 --- a/math/p5-Math-Int64/Makefile +++ b/math/p5-Math-Int64/Makefile @@ -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> diff --git a/math/p5-Math-Int64/distinfo b/math/p5-Math-Int64/distinfo index f47faf7ceb1e..77ff0eb11321 100644 --- a/math/p5-Math-Int64/distinfo +++ b/math/p5-Math-Int64/distinfo @@ -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 diff --git a/math/p5-Math-Int64/pkg-plist b/math/p5-Math-Int64/pkg-plist index 6ffec546b3c8..167fc3822825 100644 --- a/math/p5-Math-Int64/pkg-plist +++ b/math/p5-Math-Int64/pkg-plist @@ -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 |