svn commit: r374690 - in head/www: p5-Catalyst-Plugin-ErrorCatcher p5-Catalyst-Runtime

Dag-Erling Smørgrav des at FreeBSD.org
Sat Dec 13 23:17:46 UTC 2014


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


More information about the svn-ports-head mailing list