From owner-svn-ports-all@FreeBSD.ORG Thu Jan 2 16:32:23 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 746B3D56; Thu, 2 Jan 2014 16:32:23 +0000 (UTC) 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 5F45E1958; Thu, 2 Jan 2014 16:32:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s02GWN8c080605; Thu, 2 Jan 2014 16:32:23 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s02GWNM4080603; Thu, 2 Jan 2014 16:32:23 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201401021632.s02GWNM4080603@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Thu, 2 Jan 2014 16:32:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338462 - head/www/p5-Catalyst-Plugin-ErrorCatcher X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jan 2014 16:32:23 -0000 Author: sunpoet Date: Thu Jan 2 16:32:22 2014 New Revision: 338462 URL: http://svnweb.freebsd.org/changeset/ports/338462 Log: - Update to 0.0.8.15 - Fix *_DEPENDS Changes: http://search.cpan.org/dist/Catalyst-Plugin-ErrorCatcher/Changes Modified: head/www/p5-Catalyst-Plugin-ErrorCatcher/Makefile (contents, props changed) head/www/p5-Catalyst-Plugin-ErrorCatcher/distinfo (contents, props changed) Modified: head/www/p5-Catalyst-Plugin-ErrorCatcher/Makefile ============================================================================== --- head/www/p5-Catalyst-Plugin-ErrorCatcher/Makefile Thu Jan 2 16:24:43 2014 (r338461) +++ head/www/p5-Catalyst-Plugin-ErrorCatcher/Makefile Thu Jan 2 16:32:22 2014 (r338462) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Catalyst-Plugin-ErrorCatcher -PORTVERSION= 0.0.8.13 +PORTVERSION= 0.0.8.15 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:CHISEL @@ -15,32 +15,37 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-Catalyst-Runtime>=5.80000:${PORTSDIR}/www/p5-Catalyst-Runtime \ - p5-Catalyst-Plugin-Authentication>=0.10010:${PORTSDIR}/www/p5-Catalyst-Plugin-Authentication \ - p5-Catalyst-Plugin-ConfigLoader>=0.22:${PORTSDIR}/www/p5-Catalyst-Plugin-ConfigLoader \ - p5-Catalyst-Plugin-Session>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Session \ - p5-Catalyst-Plugin-Session-State-Cookie>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Session-State-Cookie \ - p5-Catalyst-Plugin-Session-Store-File>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Session-Store-File \ - p5-Catalyst-Plugin-StackTrace>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-StackTrace \ - p5-Config-General>0:${PORTSDIR}/devel/p5-Config-General \ p5-Data-Dump>=0:${PORTSDIR}/devel/p5-Data-Dump \ - p5-DateTime>0:${PORTSDIR}/devel/p5-DateTime \ - p5-File-Find-Rule>0:${PORTSDIR}/devel/p5-File-Find-Rule \ + p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ p5-File-Type>=0:${PORTSDIR}/devel/p5-File-Type \ - p5-FindBin-libs>0:${PORTSDIR}/devel/p5-FindBin-libs \ - p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \ - p5-MIME-Lite>0:${PORTSDIR}/mail/p5-MIME-Lite \ - p5-MRO-Compat>=0:${PORTSDIR}/devel/p5-MRO-Compat \ + p5-MIME-Lite>=0:${PORTSDIR}/mail/p5-MIME-Lite \ p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ - p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \ - p5-namespace-autoclean>0:${PORTSDIR}/devel/p5-namespace-autoclean + p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class RUN_DEPENDS:= ${BUILD_DEPENDS} - -TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ +TEST_DEPENDS= p5-Catalyst-Plugin-Authentication>=0.10010:${PORTSDIR}/www/p5-Catalyst-Plugin-Authentication \ + p5-Catalyst-Plugin-ConfigLoader>=0.22:${PORTSDIR}/www/p5-Catalyst-Plugin-ConfigLoader \ + p5-Catalyst-Plugin-Session-State-Cookie>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Session-State-Cookie \ + p5-Catalyst-Plugin-Session-Store-File>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Session-Store-File \ + p5-Catalyst-Plugin-Session>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Session \ + p5-Catalyst-Plugin-StackTrace>=0.10:${PORTSDIR}/www/p5-Catalyst-Plugin-StackTrace \ + p5-Config-General>=0:${PORTSDIR}/devel/p5-Config-General \ + p5-File-Find-Rule>=0:${PORTSDIR}/devel/p5-File-Find-Rule \ + p5-FindBin-libs>=0:${PORTSDIR}/devel/p5-FindBin-libs \ + p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \ + p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ p5-Test-NoTabs>=0:${PORTSDIR}/devel/p5-Test-NoTabs \ - p5-Test-UseAllModules>=0:${PORTSDIR}/devel/p5-Test-UseAllModules + p5-Test-UseAllModules>=0:${PORTSDIR}/devel/p5-Test-UseAllModules \ + p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean USES= perl5 USE_PERL5= configure -.include +.include + +.if ${PERL_LEVEL} >= 501800 +BUILD_DEPENCS+= p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable +RUN_DEPENCS+= p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable +.endif + +.include Modified: head/www/p5-Catalyst-Plugin-ErrorCatcher/distinfo ============================================================================== --- head/www/p5-Catalyst-Plugin-ErrorCatcher/distinfo Thu Jan 2 16:24:43 2014 (r338461) +++ head/www/p5-Catalyst-Plugin-ErrorCatcher/distinfo Thu Jan 2 16:32:22 2014 (r338462) @@ -1,2 +1,2 @@ -SHA256 (Catalyst-Plugin-ErrorCatcher-0.0.8.13.tar.gz) = 562eed2e4395f17075ad37010b21de876dab720aa0266772d4eb1651225d0edc -SIZE (Catalyst-Plugin-ErrorCatcher-0.0.8.13.tar.gz) = 34255 +SHA256 (Catalyst-Plugin-ErrorCatcher-0.0.8.15.tar.gz) = fc788d7df24aa7d4be7f6978dec31598f26abdb9f7a66d2e8a2f5e3ff822b6de +SIZE (Catalyst-Plugin-ErrorCatcher-0.0.8.15.tar.gz) = 34727