From owner-svn-ports-head@FreeBSD.ORG Wed Nov 19 06:19:21 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E04EC52D; Wed, 19 Nov 2014 06:19:21 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B367C125; Wed, 19 Nov 2014 06:19:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAJ6JLmZ024393; Wed, 19 Nov 2014 06:19:21 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAJ6JL5S024389; Wed, 19 Nov 2014 06:19:21 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201411190619.sAJ6JL5S024389@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Wed, 19 Nov 2014 06:19:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372760 - head/math/p5-Math-Int64 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2014 06:19:22 -0000 Author: pi Date: Wed Nov 19 06:19:20 2014 New Revision: 372760 URL: https://svnweb.freebsd.org/changeset/ports/372760 QAT: https://qat.redports.org/buildarchive/r372760/ Log: 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) Modified: head/math/p5-Math-Int64/Makefile head/math/p5-Math-Int64/distinfo head/math/p5-Math-Int64/pkg-plist Modified: head/math/p5-Math-Int64/Makefile ============================================================================== --- head/math/p5-Math-Int64/Makefile Wed Nov 19 03:36:27 2014 (r372759) +++ head/math/p5-Math-Int64/Makefile Wed Nov 19 06:19:20 2014 (r372760) @@ -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 Modified: head/math/p5-Math-Int64/distinfo ============================================================================== --- head/math/p5-Math-Int64/distinfo Wed Nov 19 03:36:27 2014 (r372759) +++ head/math/p5-Math-Int64/distinfo Wed Nov 19 06:19:20 2014 (r372760) @@ -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 Modified: head/math/p5-Math-Int64/pkg-plist ============================================================================== --- head/math/p5-Math-Int64/pkg-plist Wed Nov 19 03:36:27 2014 (r372759) +++ head/math/p5-Math-Int64/pkg-plist Wed Nov 19 06:19:20 2014 (r372760) @@ -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