diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-06-02 04:54:05 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-06-02 04:54:05 +0800 |
commit | 88aa1c04aed1856b2117bb2e8fd560fbfa26c1b0 (patch) | |
tree | 25f04ea5cd5767a8c200489daf7dfc701b2103b2 /math | |
parent | 4c60d9c873d5394a7d5b0949737259f776c9d32e (diff) | |
download | freebsd-ports-gnome-88aa1c04aed1856b2117bb2e8fd560fbfa26c1b0.tar.gz freebsd-ports-gnome-88aa1c04aed1856b2117bb2e8fd560fbfa26c1b0.tar.zst freebsd-ports-gnome-88aa1c04aed1856b2117bb2e8fd560fbfa26c1b0.zip |
- Update to 0.19
Changes: http://search.cpan.org/dist/Math-Int64/Changes
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-Int64/Makefile | 5 | ||||
-rw-r--r-- | math/p5-Math-Int64/distinfo | 4 | ||||
-rw-r--r-- | math/p5-Math-Int64/pkg-plist | 3 |
3 files changed, 8 insertions, 4 deletions
diff --git a/math/p5-Math-Int64/Makefile b/math/p5-Math-Int64/Makefile index 2ad9a3014993..e67683f1471b 100644 --- a/math/p5-Math-Int64/Makefile +++ b/math/p5-Math-Int64/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Math-Int64 -PORTVERSION= 0.17 +PORTVERSION= 0.19 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,6 +16,7 @@ COMMENT= Manipulate 64 bits integers in Perl PERL_CONFIGURE= yes -MAN3= Math::Int64.3 +MAN3= Math::Int64.3 \ + Math::Int64::die_on_overflow.3 .include <bsd.port.mk> diff --git a/math/p5-Math-Int64/distinfo b/math/p5-Math-Int64/distinfo index 3a8d181ae2fd..7175ce62b6af 100644 --- a/math/p5-Math-Int64/distinfo +++ b/math/p5-Math-Int64/distinfo @@ -1,2 +1,2 @@ -SHA256 (Math-Int64-0.17.tar.gz) = 18e82f78fee606ebac3adb47e4871f66fe20f8c6cdeb99a3c14cabba36cdb5b2 -SIZE (Math-Int64-0.17.tar.gz) = 56691 +SHA256 (Math-Int64-0.19.tar.gz) = bc70650319c223e8ef86d5f7c12b40ab8c3c0d835e7168c9db7dd9f4aaeefd64 +SIZE (Math-Int64-0.19.tar.gz) = 61285 diff --git a/math/p5-Math-Int64/pkg-plist b/math/p5-Math-Int64/pkg-plist index 85c4458decd7..6ffec546b3c8 100644 --- a/math/p5-Math-Int64/pkg-plist +++ b/math/p5-Math-Int64/pkg-plist @@ -1,7 +1,10 @@ %%SITE_PERL%%/%%PERL_ARCH%%/Math/Int64.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Math/Int64/die_on_overflow.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Math/Int64/native_if_available.pm %%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 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Int64 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math/Int64 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math |