svn commit: r399389 - head/math/p5-Math-Polynomial-Solve

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Oct 15 20:18:27 UTC 2015


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


More information about the svn-ports-all mailing list