From owner-svn-ports-head@FreeBSD.ORG Sat Apr 11 08:28:42 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D5AAA2AC; Sat, 11 Apr 2015 08:28:42 +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 BEA30173; Sat, 11 Apr 2015 08:28:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3B8SgFH072487; Sat, 11 Apr 2015 08:28:42 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3B8SesQ072473; Sat, 11 Apr 2015 08:28:40 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201504110828.t3B8SesQ072473@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Sat, 11 Apr 2015 08:28:40 +0000 (UTC) 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... 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, 11 Apr 2015 08:28:43 -0000 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 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 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 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 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 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 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