diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-03-14 22:51:43 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-03-14 22:51:43 +0800 |
commit | 5c970f14c78a03a17960d056a27fd22460afa14e (patch) | |
tree | 81b03fd4b74c7c21b9087b91d196d6d3b9e4903e /math | |
parent | 2d90696175d566b91c5f6f79210fb0dd03ee5a40 (diff) | |
download | freebsd-ports-gnome-5c970f14c78a03a17960d056a27fd22460afa14e.tar.gz freebsd-ports-gnome-5c970f14c78a03a17960d056a27fd22460afa14e.tar.zst freebsd-ports-gnome-5c970f14c78a03a17960d056a27fd22460afa14e.zip |
- Update to 0.21
Changes: http://search.cpan.org/dist/Math-Int128/Changes
PR: 198562
Submitted by: sunpoet (myself)
Approved by: pi
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-Int128/Makefile | 6 | ||||
-rw-r--r-- | math/p5-Math-Int128/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/math/p5-Math-Int128/Makefile b/math/p5-Math-Int128/Makefile index a144f4d0ccbb..51e20f5a4026 100644 --- a/math/p5-Math-Int128/Makefile +++ b/math/p5-Math-Int128/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Math-Int128 -PORTVERSION= 0.20 +PORTVERSION= 0.21 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,8 +12,8 @@ COMMENT= Manipulate 128 bits integers in Perl LICENSE= ART10 -BUILD_DEPENDS= p5-Math-Int64>=0.34:${PORTSDIR}/math/p5-Math-Int64 -RUN_DEPENDS= p5-Math-Int64>=0.34:${PORTSDIR}/math/p5-Math-Int64 +BUILD_DEPENDS= p5-Math-Int64>=0.51:${PORTSDIR}/math/p5-Math-Int64 +RUN_DEPENDS= p5-Math-Int64>=0.51:${PORTSDIR}/math/p5-Math-Int64 USES= perl5 USE_PERL5= configure diff --git a/math/p5-Math-Int128/distinfo b/math/p5-Math-Int128/distinfo index 4da71d18958d..22a6ac50386c 100644 --- a/math/p5-Math-Int128/distinfo +++ b/math/p5-Math-Int128/distinfo @@ -1,2 +1,2 @@ -SHA256 (Math-Int128-0.20.tar.gz) = ba311cd25d28d6e9639bf9b3337ef1ec4ece709fd5cc938d3ab28c3a44500ddb -SIZE (Math-Int128-0.20.tar.gz) = 105479 +SHA256 (Math-Int128-0.21.tar.gz) = ee8496cd91431027561fa4ed137535c8fcbf2ea4e45f6850929d363fa68da24f +SIZE (Math-Int128-0.21.tar.gz) = 103580 |