From owner-svn-ports-head@freebsd.org Thu Oct 15 20:18:27 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 01412A16176; Thu, 15 Oct 2015 20:18:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 A356810DF; Thu, 15 Oct 2015 20:18:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9FKIPKC026227; Thu, 15 Oct 2015 20:18:25 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9FKIPHQ026224; Thu, 15 Oct 2015 20:18:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201510152018.t9FKIPHQ026224@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 15 Oct 2015 20:18:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399389 - head/math/p5-Math-Polynomial-Solve 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.20 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: Thu, 15 Oct 2015 20:18:27 -0000 Author: sunpoet Date: Thu Oct 15 20:18:25 2015 New Revision: 399389 URL: https://svnweb.freebsd.org/changeset/ports/399389 Log: - Update to 2.71 - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/Math-Polynomial-Solve/Changes Modified: head/math/p5-Math-Polynomial-Solve/Makefile head/math/p5-Math-Polynomial-Solve/distinfo head/math/p5-Math-Polynomial-Solve/pkg-plist Modified: head/math/p5-Math-Polynomial-Solve/Makefile ============================================================================== --- head/math/p5-Math-Polynomial-Solve/Makefile Thu Oct 15 20:18:20 2015 (r399388) +++ head/math/p5-Math-Polynomial-Solve/Makefile Thu Oct 15 20:18:25 2015 (r399389) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Math-Polynomial-Solve -PORTVERSION= 2.70 -PORTREVISION= 1 +PORTVERSION= 2.71 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,6 +13,10 @@ COMMENT= Find the roots of polynomial eq LICENSE= ART10 GPLv1 LICENSE_COMB= dual +BUILD_DEPENDS= p5-Math-Utils>=1.06:${PORTSDIR}/math/p5-Math-Utils +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/math/p5-Math-Polynomial-Solve/distinfo ============================================================================== --- head/math/p5-Math-Polynomial-Solve/distinfo Thu Oct 15 20:18:20 2015 (r399388) +++ head/math/p5-Math-Polynomial-Solve/distinfo Thu Oct 15 20:18:25 2015 (r399389) @@ -1,2 +1,2 @@ -SHA256 (Math-Polynomial-Solve-2.70.tar.gz) = 07834e8224b924662f0fc22a3d995ab32987e03752869a0ba4ff9c4ef4524f24 -SIZE (Math-Polynomial-Solve-2.70.tar.gz) = 1102248 +SHA256 (Math-Polynomial-Solve-2.71.tar.gz) = 4c479fed27e5dc86775a4c2f915907f704fcb4be84b0469ec35180360a20be1d +SIZE (Math-Polynomial-Solve-2.71.tar.gz) = 1103103 Modified: head/math/p5-Math-Polynomial-Solve/pkg-plist ============================================================================== --- head/math/p5-Math-Polynomial-Solve/pkg-plist Thu Oct 15 20:18:20 2015 (r399388) +++ head/math/p5-Math-Polynomial-Solve/pkg-plist Thu Oct 15 20:18:25 2015 (r399389) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Math::Polynomial::Solve.3.gz %%SITE_PERL%%/Math/Polynomial/Solve.pm +%%PERL5_MAN3%%/Math::Polynomial::Solve.3.gz