From owner-svn-ports-all@FreeBSD.ORG Sat Dec 6 19:05:12 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4D794646; Sat, 6 Dec 2014 19:05:12 +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 1FDFF3F2; Sat, 6 Dec 2014 19:05:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sB6J5Cc2072632; Sat, 6 Dec 2014 19:05:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sB6J5B3k072628; Sat, 6 Dec 2014 19:05:11 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201412061905.sB6J5B3k072628@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 6 Dec 2014 19:05:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374135 - head/math/p5-Math-GSL X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2014 19:05:12 -0000 Author: sunpoet Date: Sat Dec 6 19:05:10 2014 New Revision: 374135 URL: https://svnweb.freebsd.org/changeset/ports/374135 QAT: https://qat.redports.org/buildarchive/r374135/ Log: - Update to 0.34 Changes: http://search.cpan.org/dist/Math-GSL/Changes Modified: head/math/p5-Math-GSL/Makefile head/math/p5-Math-GSL/distinfo head/math/p5-Math-GSL/pkg-plist Modified: head/math/p5-Math-GSL/Makefile ============================================================================== --- head/math/p5-Math-GSL/Makefile Sat Dec 6 19:05:06 2014 (r374134) +++ head/math/p5-Math-GSL/Makefile Sat Dec 6 19:05:10 2014 (r374135) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Math-GSL -PORTVERSION= 0.33 -PORTREVISION= 1 +PORTVERSION= 0.34 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/math/p5-Math-GSL/distinfo ============================================================================== --- head/math/p5-Math-GSL/distinfo Sat Dec 6 19:05:06 2014 (r374134) +++ head/math/p5-Math-GSL/distinfo Sat Dec 6 19:05:10 2014 (r374135) @@ -1,2 +1,2 @@ -SHA256 (Math-GSL-0.33.tar.gz) = d8041b30a389741235a0c9d068e99eceb4b752f11d8e9c03d842f52356e7e73f -SIZE (Math-GSL-0.33.tar.gz) = 10904038 +SHA256 (Math-GSL-0.34.tar.gz) = 2eadfebe54373833e6c505f41cfaa1be1373a0d70612d938001302de2bd35983 +SIZE (Math-GSL-0.34.tar.gz) = 10901351 Modified: head/math/p5-Math-GSL/pkg-plist ============================================================================== --- head/math/p5-Math-GSL/pkg-plist Sat Dec 6 19:05:06 2014 (r374134) +++ head/math/p5-Math-GSL/pkg-plist Sat Dec 6 19:05:10 2014 (r374135) @@ -124,6 +124,7 @@ bin/smolder_smoke_signal %%PERL5_MAN3%%/Math::GSL::Heapsort.3.gz %%PERL5_MAN3%%/Math::GSL::Histogram.3.gz %%PERL5_MAN3%%/Math::GSL::Histogram2D.3.gz +%%PERL5_MAN3%%/Math::GSL::IEEEUtils.3.gz %%PERL5_MAN3%%/Math::GSL::Integration.3.gz %%PERL5_MAN3%%/Math::GSL::Interp.3.gz %%PERL5_MAN3%%/Math::GSL::Linalg.3.gz