From owner-svn-ports-head@FreeBSD.ORG Mon May 13 08:56:42 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]) by hub.freebsd.org (Postfix) with ESMTP id 6CE887BD; Mon, 13 May 2013 08:56:42 +0000 (UTC) (envelope-from tobez@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 44507F72; Mon, 13 May 2013 08:56:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4D8ugLO027284; Mon, 13 May 2013 08:56:42 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4D8ufNX027281; Mon, 13 May 2013 08:56:41 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201305130856.r4D8ufNX027281@svn.freebsd.org> From: Anton Berezin Date: Mon, 13 May 2013 08:56:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318017 - head/math/p5-Math-MPFR 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: Mon, 13 May 2013 08:56:42 -0000 Author: tobez Date: Mon May 13 08:56:41 2013 New Revision: 318017 URL: http://svnweb.freebsd.org/changeset/ports/318017 Log: Update to 3.18. Changes: http://search.cpan.org/dist/Math-MPFR/CHANGES Modified: head/math/p5-Math-MPFR/Makefile head/math/p5-Math-MPFR/distinfo head/math/p5-Math-MPFR/pkg-plist Modified: head/math/p5-Math-MPFR/Makefile ============================================================================== --- head/math/p5-Math-MPFR/Makefile Mon May 13 08:55:36 2013 (r318016) +++ head/math/p5-Math-MPFR/Makefile Mon May 13 08:56:41 2013 (r318017) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Math-MPFR -PORTVERSION= 3.17 +PORTVERSION= 3.18 CATEGORIES= math perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SISYPHUS Modified: head/math/p5-Math-MPFR/distinfo ============================================================================== --- head/math/p5-Math-MPFR/distinfo Mon May 13 08:55:36 2013 (r318016) +++ head/math/p5-Math-MPFR/distinfo Mon May 13 08:56:41 2013 (r318017) @@ -1,2 +1,2 @@ -SHA256 (Math-MPFR-3.17.tar.gz) = 5ef9e989492de961ff712b1a5151e6ec2a223655dda74f012015aff483854a74 -SIZE (Math-MPFR-3.17.tar.gz) = 83031 +SHA256 (Math-MPFR-3.18.tar.gz) = 196858246a0eb398acaa3a819de2f5b01ea3d18dff7840df8092383358a3af0a +SIZE (Math-MPFR-3.18.tar.gz) = 87234 Modified: head/math/p5-Math-MPFR/pkg-plist ============================================================================== --- head/math/p5-Math-MPFR/pkg-plist Mon May 13 08:55:36 2013 (r318016) +++ head/math/p5-Math-MPFR/pkg-plist Mon May 13 08:56:41 2013 (r318017) @@ -1,11 +1,15 @@ %%SITE_PERL%%/%%PERL_ARCH%%/Math/MPFR.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Math/MPFR/Prec.pm %%SITE_PERL%%/%%PERL_ARCH%%/Math/MPFR/V.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/MPFR/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/MPFR/MPFR.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/MPFR/MPFR.so +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/MPFR/Prec/Prec.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/MPFR/Prec/Prec.so %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/MPFR/V/V.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/MPFR/V/V.so @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/MPFR/V +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/MPFR/Prec @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/MPFR @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math/MPFR