From owner-svn-ports-head@FreeBSD.ORG Tue Oct 8 07:44:08 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6293E33E; Tue, 8 Oct 2013 07:44:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 361332B04; Tue, 8 Oct 2013 07:44:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r987i8BV045622; Tue, 8 Oct 2013 07:44:08 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r987i7Jn045619; Tue, 8 Oct 2013 07:44:07 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201310080744.r987i7Jn045619@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 8 Oct 2013 07:44:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329765 - head/math/p5-Math-Int128 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.14 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: Tue, 08 Oct 2013 07:44:08 -0000 Author: sunpoet Date: Tue Oct 8 07:44:07 2013 New Revision: 329765 URL: http://svnweb.freebsd.org/changeset/ports/329765 Log: - Update to 0.13 - While I'm here, support STAGEDIR Changes: http://search.cpan.org/dist/Math-Int128/Changes PR: ports/182808 Submitted by: Kurt Jaeger (maintainer) Modified: head/math/p5-Math-Int128/Makefile head/math/p5-Math-Int128/distinfo head/math/p5-Math-Int128/pkg-plist Modified: head/math/p5-Math-Int128/Makefile ============================================================================== --- head/math/p5-Math-Int128/Makefile Tue Oct 8 07:14:27 2013 (r329764) +++ head/math/p5-Math-Int128/Makefile Tue Oct 8 07:44:07 2013 (r329765) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Math-Int128 -PORTVERSION= 0.12 +PORTVERSION= 0.13 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -20,10 +20,6 @@ USE_PERL5= configure NOT_FOR_ARCHS= i386 -MAN3= Math::Int128.3 \ - Math::Int128::die_on_overflow.3 - -NO_STAGE= yes .include # need clang 3.2+ or GCC 4.4+ Modified: head/math/p5-Math-Int128/distinfo ============================================================================== --- head/math/p5-Math-Int128/distinfo Tue Oct 8 07:14:27 2013 (r329764) +++ head/math/p5-Math-Int128/distinfo Tue Oct 8 07:44:07 2013 (r329765) @@ -1,2 +1,2 @@ -SHA256 (Math-Int128-0.12.tar.gz) = 09075e44aba51722d8f464e3e15ecbab291e3fb58d3bfc3d124a53b29f7dd876 -SIZE (Math-Int128-0.12.tar.gz) = 61847 +SHA256 (Math-Int128-0.13.tar.gz) = c960482f5b2d27547c9f6e08df43ba9531b3305328a8912004011280be443afe +SIZE (Math-Int128-0.13.tar.gz) = 62147 Modified: head/math/p5-Math-Int128/pkg-plist ============================================================================== --- head/math/p5-Math-Int128/pkg-plist Tue Oct 8 07:14:27 2013 (r329764) +++ head/math/p5-Math-Int128/pkg-plist Tue Oct 8 07:44:07 2013 (r329765) @@ -3,6 +3,8 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Int128/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Int128/Int128.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Int128/Int128.so +%%PERL5_MAN3%%/Math::Int128.3.gz +%%PERL5_MAN3%%/Math::Int128::die_on_overflow.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Int128 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Math/Int128