Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Sep 2013 10:19:43 +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: r326601 - head/www/p5-Catalyst-Runtime
Message-ID:  <201309071019.r87AJhsW071665@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Sep  7 10:19:43 2013
New Revision: 326601
URL: http://svnweb.freebsd.org/changeset/ports/326601

Log:
  - Update to 5.90042
  - Fix *_DEPENDS: p5-Class-Data-Inheritable is not a test-only dependency
  
  Changes:	http://search.cpan.org/dist/Catalyst-Runtime/Changes

Modified:
  head/www/p5-Catalyst-Runtime/Makefile
  head/www/p5-Catalyst-Runtime/distinfo

Modified: head/www/p5-Catalyst-Runtime/Makefile
==============================================================================
--- head/www/p5-Catalyst-Runtime/Makefile	Sat Sep  7 10:19:38 2013	(r326600)
+++ head/www/p5-Catalyst-Runtime/Makefile	Sat Sep  7 10:19:43 2013	(r326601)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Catalyst-Runtime
-PORTVERSION=	5.90040
+PORTVERSION=	5.90042
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:JJNAPIORK
@@ -17,13 +17,13 @@ LICENSE_COMB=	dual
 # Do not add the following ports to TEST_DEPENDS to avoid cyclic dependencies in tinderbox:
 # - devel/p5-Test-WWW-Mechanize-Catalyst
 # - www/p5-Catalyst-Engine-PSGI
-# - www/p5-Catalyst-Plugin-Params-Nested
 # - www/p5-CatalystX-LeakChecker
 #
 # DEPENDS: Devel::InnerPackage was first released with perl v5.8.9 and removed from v5.19.0
 BUILD_DEPENDS=	p5-CGI-Simple>=1.109:${PORTSDIR}/www/p5-CGI-Simple \
 		p5-Catalyst-DispatchType-Regex>=5.90.021:${PORTSDIR}/www/p5-Catalyst-DispatchType-Regex \
 		p5-Class-C3-Adopt-NEXT>=0.07:${PORTSDIR}/devel/p5-Class-C3-Adopt-NEXT \
+		p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
 		p5-Class-Load>=0.12:${PORTSDIR}/devel/p5-Class-Load \
 		p5-Data-Dump>=0:${PORTSDIR}/devel/p5-Data-Dump \
 		p5-Data-OptList>=0:${PORTSDIR}/devel/p5-Data-OptList \
@@ -58,8 +58,7 @@ BUILD_DEPENDS=	p5-CGI-Simple>=1.109:${PO
 		p5-namespace-autoclean>=0.09:${PORTSDIR}/devel/p5-namespace-autoclean \
 		p5-namespace-clean>=0.23:${PORTSDIR}/devel/p5-namespace-clean
 RUN_DEPENDS:=	${BUILD_DEPENDS}
-TEST_DEPENDS=	p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
-		p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy \
+TEST_DEPENDS=	p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy \
 		p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
 		p5-Test-Without-Module>=0:${PORTSDIR}/devel/p5-Test-Without-Module \
 		p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML

Modified: head/www/p5-Catalyst-Runtime/distinfo
==============================================================================
--- head/www/p5-Catalyst-Runtime/distinfo	Sat Sep  7 10:19:38 2013	(r326600)
+++ head/www/p5-Catalyst-Runtime/distinfo	Sat Sep  7 10:19:43 2013	(r326601)
@@ -1,2 +1,2 @@
-SHA256 (Catalyst-Runtime-5.90040.tar.gz) = fb37477bc5e7015744ae0079ee8b988ef9093a09f5e5b7ce9ad52444aa8d7496
-SIZE (Catalyst-Runtime-5.90040.tar.gz) = 289138
+SHA256 (Catalyst-Runtime-5.90042.tar.gz) = 45865a8703ceb03d58f800e4735ea6bfb255ca4e84bca09e981899d3f637ae83
+SIZE (Catalyst-Runtime-5.90042.tar.gz) = 290342



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309071019.r87AJhsW071665>