From owner-svn-ports-head@FreeBSD.ORG Sat Dec 13 23:17:45 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E66718BD; Sat, 13 Dec 2014 23:17:45 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B83F93A6; Sat, 13 Dec 2014 23:17:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBDNHj8j062457; Sat, 13 Dec 2014 23:17:45 GMT (envelope-from des@FreeBSD.org) Received: (from des@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBDNHjYK062455; Sat, 13 Dec 2014 23:17:45 GMT (envelope-from des@FreeBSD.org) Message-Id: <201412132317.sBDNHjYK062455@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: des set sender to des@FreeBSD.org using -f From: Dag-Erling Smørgrav Date: Sat, 13 Dec 2014 23:17:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374690 - in head/www: p5-Catalyst-Plugin-ErrorCatcher 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.18-1 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, 13 Dec 2014 23:17:46 -0000 Author: des Date: Sat Dec 13 23:17:44 2014 New Revision: 374690 URL: https://svnweb.freebsd.org/changeset/ports/374690 QAT: https://qat.redports.org/buildarchive/r374690/ Log: Use p5-Module-Pluggable also when building for Perl 5.18, to avoid warning messages. Modified: head/www/p5-Catalyst-Plugin-ErrorCatcher/Makefile head/www/p5-Catalyst-Runtime/Makefile Modified: head/www/p5-Catalyst-Plugin-ErrorCatcher/Makefile ============================================================================== --- head/www/p5-Catalyst-Plugin-ErrorCatcher/Makefile Sat Dec 13 22:43:46 2014 (r374689) +++ head/www/p5-Catalyst-Plugin-ErrorCatcher/Makefile Sat Dec 13 23:17:44 2014 (r374690) @@ -3,7 +3,7 @@ PORTNAME= Catalyst-Plugin-ErrorCatcher PORTVERSION= 0.0.8.15 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:CHISEL @@ -44,7 +44,7 @@ USE_PERL5= configure .include -.if ${PERL_LEVEL} >= 502000 +.if ${PERL_LEVEL} >= 501800 BUILD_DEPENDS+= p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable RUN_DEPENDS+= p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable .endif Modified: head/www/p5-Catalyst-Runtime/Makefile ============================================================================== --- head/www/p5-Catalyst-Runtime/Makefile Sat Dec 13 22:43:46 2014 (r374689) +++ head/www/p5-Catalyst-Runtime/Makefile Sat Dec 13 23:17:44 2014 (r374690) @@ -3,7 +3,7 @@ PORTNAME= Catalyst-Runtime PORTVERSION= 5.90070 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:JJNAPIORK @@ -79,7 +79,7 @@ RUN_DEPENDS+= p5-Encode>=2.49:${PORTSDIR .endif # Devel::InnerPackage (in Module::Pluggable) will be removed from core since Perl 5.20 -.if ${PERL_LEVEL} >= 502000 +.if ${PERL_LEVEL} >= 501800 BUILD_DEPENDS+= p5-Module-Pluggable>=4.7:${PORTSDIR}/devel/p5-Module-Pluggable RUN_DEPENDS+= p5-Module-Pluggable>=4.7:${PORTSDIR}/devel/p5-Module-Pluggable .endif