Date: Sat, 28 May 2016 17:09:50 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416035 - head/math/p5-Math-Polynomial-Solve Message-ID: <201605281709.u4SH9oFH003320@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat May 28 17:09:49 2016 New Revision: 416035 URL: https://svnweb.freebsd.org/changeset/ports/416035 Log: - Update to 2.75 - Add LICENSE_FILE 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 Modified: head/math/p5-Math-Polynomial-Solve/Makefile ============================================================================== --- head/math/p5-Math-Polynomial-Solve/Makefile Sat May 28 17:09:44 2016 (r416034) +++ head/math/p5-Math-Polynomial-Solve/Makefile Sat May 28 17:09:49 2016 (r416035) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Math-Polynomial-Solve -PORTVERSION= 2.72 +PORTVERSION= 2.75 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,6 +12,7 @@ COMMENT= Find the roots of polynomial eq LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Math-Utils>=1.06:math/p5-Math-Utils RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/math/p5-Math-Polynomial-Solve/distinfo ============================================================================== --- head/math/p5-Math-Polynomial-Solve/distinfo Sat May 28 17:09:44 2016 (r416034) +++ head/math/p5-Math-Polynomial-Solve/distinfo Sat May 28 17:09:49 2016 (r416035) @@ -1,2 +1,3 @@ -SHA256 (Math-Polynomial-Solve-2.72.tar.gz) = fdb0cd9ba5a80af035e16e40c0f340e1baec527b9e0dfc29803fb71a0b02f712 -SIZE (Math-Polynomial-Solve-2.72.tar.gz) = 1120798 +TIMESTAMP = 1464328798 +SHA256 (Math-Polynomial-Solve-2.75.tar.gz) = 1cf19e5cd59876e3e35d56f6fda50c9572505f8330f5d634003a99731fb47d94 +SIZE (Math-Polynomial-Solve-2.75.tar.gz) = 1088410
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605281709.u4SH9oFH003320>