Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Apr 2015 08:28:40 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r383780 - in head: devel/p5-DynaLoader-Functions devel/p5-Perl4-CoreLibs lang/p5-Marpa-XS net-im/p5-Net-XMPP shells/p5-Term-Bash-Completion-Generator textproc/p5-Text-Colorizer www/p5-N...
Message-ID:  <201504110828.t3B8SesQ072473@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Sat Apr 11 08:28:39 2015
New Revision: 383780
URL: https://svnweb.freebsd.org/changeset/ports/383780

Log:
  These needs Module::Build.
  
  Sponsored by:	Absolight

Modified:
  head/devel/p5-DynaLoader-Functions/Makefile
  head/devel/p5-Perl4-CoreLibs/Makefile
  head/lang/p5-Marpa-XS/Makefile
  head/net-im/p5-Net-XMPP/Makefile
  head/shells/p5-Term-Bash-Completion-Generator/Makefile
  head/textproc/p5-Text-Colorizer/Makefile
  head/www/p5-Net-Flickr-RDF/Makefile

Modified: head/devel/p5-DynaLoader-Functions/Makefile
==============================================================================
--- head/devel/p5-DynaLoader-Functions/Makefile	Sat Apr 11 08:19:15 2015	(r383779)
+++ head/devel/p5-DynaLoader-Functions/Makefile	Sat Apr 11 08:28:39 2015	(r383780)
@@ -17,7 +17,7 @@ LICENSE_COMB=	dual
 TEST_DEPENDS=	p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod \
 		p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage
 
-USE_PERL5=	configure
+USE_PERL5=	modbuild
 USES=		perl5
 
 .include <bsd.port.mk>

Modified: head/devel/p5-Perl4-CoreLibs/Makefile
==============================================================================
--- head/devel/p5-Perl4-CoreLibs/Makefile	Sat Apr 11 08:19:15 2015	(r383779)
+++ head/devel/p5-Perl4-CoreLibs/Makefile	Sat Apr 11 08:28:39 2015	(r383780)
@@ -12,6 +12,6 @@ MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Libraries historically supplied with Perl 4
 
 USES=	perl5
-USE_PERL5=	configure
+USE_PERL5=	modbuild
 
 .include <bsd.port.mk>

Modified: head/lang/p5-Marpa-XS/Makefile
==============================================================================
--- head/lang/p5-Marpa-XS/Makefile	Sat Apr 11 08:19:15 2015	(r383779)
+++ head/lang/p5-Marpa-XS/Makefile	Sat Apr 11 08:28:39 2015	(r383780)
@@ -21,7 +21,7 @@ BUILD_DEPENDS=	p5-ExtUtils-PkgConfig>=0:
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-Test-Weaken>=3.004000:${PORTSDIR}/devel/p5-Test-Weaken
 
-USE_PERL5=	configure
+USE_PERL5=	modbuild
 USES=		perl5
 
 .include <bsd.port.mk>

Modified: head/net-im/p5-Net-XMPP/Makefile
==============================================================================
--- head/net-im/p5-Net-XMPP/Makefile	Sat Apr 11 08:19:15 2015	(r383779)
+++ head/net-im/p5-Net-XMPP/Makefile	Sat Apr 11 08:28:39 2015	(r383780)
@@ -21,6 +21,6 @@ TEST_DEPENDS=	p5-LWP-Online>=1.07:${PORT
 		p5-YAML-Tiny>=1.41:${PORTSDIR}/textproc/p5-YAML-Tiny
 
 USES=		perl5
-USE_PERL5=	configure
+USE_PERL5=	modbuild
 
 .include <bsd.port.mk>

Modified: head/shells/p5-Term-Bash-Completion-Generator/Makefile
==============================================================================
--- head/shells/p5-Term-Bash-Completion-Generator/Makefile	Sat Apr 11 08:19:15 2015	(r383779)
+++ head/shells/p5-Term-Bash-Completion-Generator/Makefile	Sat Apr 11 08:28:39 2015	(r383780)
@@ -19,6 +19,6 @@ BUILD_DEPENDS=	p5-Readonly>=0:${PORTSDIR
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5
-USE_PERL5=	configure
+USE_PERL5=	modbuild
 
 .include <bsd.port.mk>

Modified: head/textproc/p5-Text-Colorizer/Makefile
==============================================================================
--- head/textproc/p5-Text-Colorizer/Makefile	Sat Apr 11 08:19:15 2015	(r383779)
+++ head/textproc/p5-Text-Colorizer/Makefile	Sat Apr 11 08:28:39 2015	(r383780)
@@ -18,6 +18,6 @@ BUILD_DEPENDS=	p5-Readonly>=0:${PORTSDIR
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5
-USE_PERL5=	configure
+USE_PERL5=	modbuild
 
 .include <bsd.port.mk>

Modified: head/www/p5-Net-Flickr-RDF/Makefile
==============================================================================
--- head/www/p5-Net-Flickr-RDF/Makefile	Sat Apr 11 08:19:15 2015	(r383779)
+++ head/www/p5-Net-Flickr-RDF/Makefile	Sat Apr 11 08:28:39 2015	(r383780)
@@ -20,6 +20,6 @@ BUILD_DEPENDS=	p5-Net-Flickr-API>=1.7:${
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5
-USE_PERL5=	configure
+USE_PERL5=	modbuild
 
 .include <bsd.port.mk>



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