From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 10:19:44 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C0909F29; Sat, 7 Sep 2013 10:19:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CA91F27E2; Sat, 7 Sep 2013 10:19:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87AJhb7071667; Sat, 7 Sep 2013 10:19:43 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87AJhsW071665; Sat, 7 Sep 2013 10:19:43 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309071019.r87AJhsW071665@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2013 10:19:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326601 - head/www/p5-Catalyst-Runtime 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: Sat, 07 Sep 2013 10:19:44 -0000 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