math/p5-Math-Int64: 0.32 -> 0.34
http://cpansearch.perl.org/src/SALVA/Math-Int64-0.34/Changes - native_to_uint64 was broken when using native integers (bug report by Aleksey Mashanov) - add sv_seti64 and sv_setu64 macros (feature request by Graham Ollis) PR: 194735 Approved by: sunpoet (maintainer timeout)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Math-Int64
|
||||
PORTVERSION= 0.32
|
||||
PORTVERSION= 0.34
|
||||
CATEGORIES= math perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@@ -16,4 +16,8 @@ LICENSE_COMB= dual
|
||||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
|
||||
post-stage:
|
||||
${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Math/Int64/Int64.so
|
||||
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
SHA256 (Math-Int64-0.32.tar.gz) = ec853a26a970a4ecdb3c666aefa64f2fe6241f177778c486eb23460f22e74c50
|
||||
SIZE (Math-Int64-0.32.tar.gz) = 68247
|
||||
SHA256 (Math-Int64-0.34.tar.gz) = d04c10ab9593a98a8793f950523c60f62bfead94973d2b99d3a36edce4c94e58
|
||||
SIZE (Math-Int64-0.34.tar.gz) = 69212
|
||||
|
||||
@@ -7,7 +7,3 @@
|
||||
%%PERL5_MAN3%%/Math::Int64.3.gz
|
||||
%%PERL5_MAN3%%/Math::Int64::die_on_overflow.3.gz
|
||||
%%PERL5_MAN3%%/Math::UInt64.3.gz
|
||||
@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
|
||||
|
||||
Reference in New Issue
Block a user