Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Dec 2014 23:17:45 +0000 (UTC)
From:      Dag-Erling Smørgrav <des@FreeBSD.org>
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
Message-ID:  <201412132317.sBDNHjYK062455@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk>
 
-.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



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