From owner-svn-ports-head@FreeBSD.ORG Thu Nov 29 17:10:16 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EDCF5B85; Thu, 29 Nov 2012 17:10:16 +0000 (UTC) (envelope-from culot@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 B90C28FC0C; Thu, 29 Nov 2012 17:10:16 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qATHAGRQ022734; Thu, 29 Nov 2012 17:10:16 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qATHAGJv022732; Thu, 29 Nov 2012 17:10:16 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201211291710.qATHAGJv022732@svn.freebsd.org> From: Frederic Culot Date: Thu, 29 Nov 2012 17:10:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307968 - 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.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: Thu, 29 Nov 2012 17:10:17 -0000 Author: culot Date: Thu Nov 29 17:10:16 2012 New Revision: 307968 URL: http://svnweb.freebsd.org/changeset/ports/307968 Log: - Update to 2.64 - Add LICENSE (Artistic 1 & GPL 1) Changes: http://search.cpan.org/dist/Math-Polynomial-Solve/Changes Feature safe: yes Modified: head/math/p5-Math-Polynomial-Solve/Makefile head/math/p5-Math-Polynomial-Solve/distinfo Modified: head/math/p5-Math-Polynomial-Solve/Makefile ============================================================================== --- head/math/p5-Math-Polynomial-Solve/Makefile Thu Nov 29 16:13:26 2012 (r307967) +++ head/math/p5-Math-Polynomial-Solve/Makefile Thu Nov 29 17:10:16 2012 (r307968) @@ -1,12 +1,8 @@ -# New ports collection makefile for: p5-Math-Polynomial-Solve -# Date created: 2006-10-23 -# Whom: Gea-Suan Lin -# +# Created by: Gea-Suan Lin # $FreeBSD$ -# PORTNAME= Math-Polynomial-Solve -PORTVERSION= 2.61 +PORTVERSION= 2.64 CATEGORIES= math perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Math @@ -15,8 +11,18 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Find the roots of polynomial equations +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + PERL_CONFIGURE= yes MAN3= Math::Polynomial::Solve.3 -.include +.include + +.if ${PERL_LEVEL} < 501001 +BUILD_DEPENDS+= p5-Math-Complex>=1.36:${PORTSDIR}/math/p5-Math-Complex +RUN_DEPENDS+= p5-Math-Complex>=1.36:${PORTSDIR}/math/p5-Math-Complex +.endif + +.include Modified: head/math/p5-Math-Polynomial-Solve/distinfo ============================================================================== --- head/math/p5-Math-Polynomial-Solve/distinfo Thu Nov 29 16:13:26 2012 (r307967) +++ head/math/p5-Math-Polynomial-Solve/distinfo Thu Nov 29 17:10:16 2012 (r307968) @@ -1,2 +1,2 @@ -SHA256 (Math-Polynomial-Solve-2.61.tar.gz) = 9f7b6ce0fef87badc43a33abad54304c593e4b5cee2dc841064ea471c6541c92 -SIZE (Math-Polynomial-Solve-2.61.tar.gz) = 1095322 +SHA256 (Math-Polynomial-Solve-2.64.tar.gz) = fab8c1ebd48a761e09afcc74cc4802f384ad25a1fa9b5e22b672468fd2d55040 +SIZE (Math-Polynomial-Solve-2.64.tar.gz) = 1108020