From owner-svn-ports-head@FreeBSD.ORG Sat Oct 12 16:39:47 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 64ADC162; Sat, 12 Oct 2013 16:39:47 +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 36CDC25C4; Sat, 12 Oct 2013 16:39:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9CGdlm8021717; Sat, 12 Oct 2013 16:39:47 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9CGdk8B021714; Sat, 12 Oct 2013 16:39:46 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201310121639.r9CGdk8B021714@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 12 Oct 2013 16:39:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330139 - head/math/p5-Math-Cephes 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: Sat, 12 Oct 2013 16:39:47 -0000 Author: sunpoet Date: Sat Oct 12 16:39:46 2013 New Revision: 330139 URL: http://svnweb.freebsd.org/changeset/ports/330139 Log: - Update to 0.5303 - Support STAGEDIR Changes: http://search.cpan.org/dist/Math-Cephes/Changes Modified: head/math/p5-Math-Cephes/Makefile head/math/p5-Math-Cephes/distinfo (contents, props changed) head/math/p5-Math-Cephes/pkg-plist (contents, props changed) Modified: head/math/p5-Math-Cephes/Makefile ============================================================================== --- head/math/p5-Math-Cephes/Makefile Sat Oct 12 16:38:05 2013 (r330138) +++ head/math/p5-Math-Cephes/Makefile Sat Oct 12 16:39:46 2013 (r330139) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Math-Cephes -PORTVERSION= 0.5302 +PORTVERSION= 0.5303 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,16 +11,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Perl interface to the cephes math library MAKE_JOBS_UNSAFE= yes - -MAN1= pmath.1 -MAN3= Math::Cephes.3 \ - Math::Cephes::Complex.3 \ - Math::Cephes::Fraction.3 \ - Math::Cephes::Matrix.3 \ - Math::Cephes::Polynomial.3 - USES= perl5 USE_PERL5= configure -NO_STAGE= yes .include Modified: head/math/p5-Math-Cephes/distinfo ============================================================================== --- head/math/p5-Math-Cephes/distinfo Sat Oct 12 16:38:05 2013 (r330138) +++ head/math/p5-Math-Cephes/distinfo Sat Oct 12 16:39:46 2013 (r330139) @@ -1,2 +1,2 @@ -SHA256 (Math-Cephes-0.5302.tar.gz) = 5c8646d07ba0785bd3eeff424a6c2429a794d923e4a1366b32a4c46a2b0bc1fb -SIZE (Math-Cephes-0.5302.tar.gz) = 304795 +SHA256 (Math-Cephes-0.5303.tar.gz) = 0d17ff7d186965dcdc983e7b3c3dfb64af06377c689686295abb9f02c4db459f +SIZE (Math-Cephes-0.5303.tar.gz) = 304931 Modified: head/math/p5-Math-Cephes/pkg-plist ============================================================================== --- head/math/p5-Math-Cephes/pkg-plist Sat Oct 12 16:38:05 2013 (r330138) +++ head/math/p5-Math-Cephes/pkg-plist Sat Oct 12 16:39:46 2013 (r330139) @@ -9,6 +9,12 @@ bin/pmath %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Cephes/Cephes.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Cephes/Cephes.so %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Cephes/libmd/extralibs.ld +%%PERL5_MAN3%%/Math::Cephes.3.gz +%%PERL5_MAN3%%/Math::Cephes::Complex.3.gz +%%PERL5_MAN3%%/Math::Cephes::Fraction.3.gz +%%PERL5_MAN3%%/Math::Cephes::Matrix.3.gz +%%PERL5_MAN3%%/Math::Cephes::Polynomial.3.gz +man/man1/pmath.1.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Cephes/libmd @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Cephes @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math