From owner-svn-ports-all@FreeBSD.ORG Sun Apr 12 08:45:59 2015 Return-Path: Delivered-To: svn-ports-all@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 03F99AFF; Sun, 12 Apr 2015 08:45:59 +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 D9FD2143; Sun, 12 Apr 2015 08:45:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3C8jwfr062401; Sun, 12 Apr 2015 08:45:58 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3C8jtjS062388; Sun, 12 Apr 2015 08:45:55 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201504120845.t3C8jtjS062388@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Sun, 12 Apr 2015 08:45:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383844 - in head: audio/p5-Net-LibLO databases/p5-Net-Async-CassandraCQL ftp/p5-SOAP-Transport-FTP lang/p5-Marpa lang/p5-Parse-Perl net-im/p5-SOAP-Transport-JABBER textproc/p5-Algorith... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Apr 2015 08:45:59 -0000 Author: mat Date: Sun Apr 12 08:45:54 2015 New Revision: 383844 URL: https://svnweb.freebsd.org/changeset/ports/383844 Log: These need Module::Build. Sponsored by: Absolight Modified: head/audio/p5-Net-LibLO/Makefile head/databases/p5-Net-Async-CassandraCQL/Makefile head/ftp/p5-SOAP-Transport-FTP/Makefile head/lang/p5-Marpa/Makefile head/lang/p5-Parse-Perl/Makefile head/net-im/p5-SOAP-Transport-JABBER/Makefile head/textproc/p5-Algorithm-CheckDigits/Makefile head/textproc/p5-Marpa-HTML/Makefile head/textproc/p5-Text-Lorem/Makefile head/www/p5-Plack-Middleware-IEnosniff/Makefile Modified: head/audio/p5-Net-LibLO/Makefile ============================================================================== --- head/audio/p5-Net-LibLO/Makefile Sun Apr 12 08:32:01 2015 (r383843) +++ head/audio/p5-Net-LibLO/Makefile Sun Apr 12 08:45:54 2015 (r383844) @@ -13,6 +13,6 @@ COMMENT= Perl extension for liblo Lightw LIB_DEPENDS= liblo.so:${PORTSDIR}/audio/liblo USES= pkgconfig perl5 -USE_PERL5= configure +USE_PERL5= modbuild .include Modified: head/databases/p5-Net-Async-CassandraCQL/Makefile ============================================================================== --- head/databases/p5-Net-Async-CassandraCQL/Makefile Sun Apr 12 08:32:01 2015 (r383843) +++ head/databases/p5-Net-Async-CassandraCQL/Makefile Sun Apr 12 08:45:54 2015 (r383844) @@ -26,6 +26,6 @@ TEST_DEPENDS= p5-Test-Identity>0:${PORTS RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 -USE_PERL5= configure +USE_PERL5= modbuild .include Modified: head/ftp/p5-SOAP-Transport-FTP/Makefile ============================================================================== --- head/ftp/p5-SOAP-Transport-FTP/Makefile Sun Apr 12 08:32:01 2015 (r383843) +++ head/ftp/p5-SOAP-Transport-FTP/Makefile Sun Apr 12 08:45:54 2015 (r383844) @@ -14,7 +14,7 @@ COMMENT= FTP Client support for SOAP::Li BUILD_DEPENDS= p5-SOAP-Lite>=0.711:${PORTSDIR}/net/p5-SOAP-Lite RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_PERL5= configure +USE_PERL5= modbuild USES= perl5 .include Modified: head/lang/p5-Marpa/Makefile ============================================================================== --- head/lang/p5-Marpa/Makefile Sun Apr 12 08:32:01 2015 (r383843) +++ head/lang/p5-Marpa/Makefile Sun Apr 12 08:45:54 2015 (r383844) @@ -17,7 +17,7 @@ BUILD_DEPENDS= p5-HTML-Parser>=3.64:${PO p5-PPI>=1.206:${PORTSDIR}/textproc/p5-PPI RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_PERL5= configure +USE_PERL5= modbuild USES= perl5 .include Modified: head/lang/p5-Parse-Perl/Makefile ============================================================================== --- head/lang/p5-Parse-Perl/Makefile Sun Apr 12 08:32:01 2015 (r383843) +++ head/lang/p5-Parse-Perl/Makefile Sun Apr 12 08:45:54 2015 (r383844) @@ -18,6 +18,6 @@ TEST_DEPENDS= p5-Devel-Declare>=0:${PORT p5-Sub-Identify>=0:${PORTSDIR}/devel/p5-Sub-Identify USES= perl5 -USE_PERL5= configure +USE_PERL5= modbuild .include Modified: head/net-im/p5-SOAP-Transport-JABBER/Makefile ============================================================================== --- head/net-im/p5-SOAP-Transport-JABBER/Makefile Sun Apr 12 08:32:01 2015 (r383843) +++ head/net-im/p5-SOAP-Transport-JABBER/Makefile Sun Apr 12 08:45:54 2015 (r383844) @@ -17,7 +17,7 @@ BUILD_DEPENDS= p5-Net-Jabber>=0:${PORTSD p5-SOAP-Lite>=0.711:${PORTSDIR}/net/p5-SOAP-Lite RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_PERL5= configure +USE_PERL5= modbuild USES= perl5 .include Modified: head/textproc/p5-Algorithm-CheckDigits/Makefile ============================================================================== --- head/textproc/p5-Algorithm-CheckDigits/Makefile Sun Apr 12 08:32:01 2015 (r383843) +++ head/textproc/p5-Algorithm-CheckDigits/Makefile Sun Apr 12 08:45:54 2015 (r383844) @@ -18,6 +18,6 @@ LICENSE_COMB= dual TEST_DEPENDS= p5-Probe-Perl>=0:${PORTSDIR}/sysutils/p5-Probe-Perl USES= perl5 -USE_PERL5= configure +USE_PERL5= modbuild .include Modified: head/textproc/p5-Marpa-HTML/Makefile ============================================================================== --- head/textproc/p5-Marpa-HTML/Makefile Sun Apr 12 08:32:01 2015 (r383843) +++ head/textproc/p5-Marpa-HTML/Makefile Sun Apr 12 08:45:54 2015 (r383844) @@ -21,7 +21,7 @@ BUILD_DEPENDS= p5-HTML-Parser>=3.64:${PO p5-Marpa-XS>=0.026:${PORTSDIR}/lang/p5-Marpa-XS RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_PERL5= configure +USE_PERL5= modbuild USES= perl5 post-patch: Modified: head/textproc/p5-Text-Lorem/Makefile ============================================================================== --- head/textproc/p5-Text-Lorem/Makefile Sun Apr 12 08:32:01 2015 (r383843) +++ head/textproc/p5-Text-Lorem/Makefile Sun Apr 12 08:45:54 2015 (r383844) @@ -12,6 +12,6 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Generate random Latin looking text USES= perl5 -USE_PERL5= configure +USE_PERL5= modbuild .include Modified: head/www/p5-Plack-Middleware-IEnosniff/Makefile ============================================================================== --- head/www/p5-Plack-Middleware-IEnosniff/Makefile Sun Apr 12 08:32:01 2015 (r383843) +++ head/www/p5-Plack-Middleware-IEnosniff/Makefile Sun Apr 12 08:45:54 2015 (r383844) @@ -16,6 +16,6 @@ RUN_DEPENDS= \ BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 -USE_PERL5= configure +USE_PERL5= modbuild .include