From owner-svn-ports-head@FreeBSD.ORG Mon Sep 9 11:55:35 2013 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 430F2E5E; Mon, 9 Sep 2013 11:55:35 +0000 (UTC) (envelope-from az@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1472F2E28; Mon, 9 Sep 2013 11:55:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r89BtYjB089906; Mon, 9 Sep 2013 11:55:34 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r89BtUtM089869; Mon, 9 Sep 2013 11:55:30 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309091155.r89BtUtM089869@svn.freebsd.org> From: Andrej Zverev Date: Mon, 9 Sep 2013 11:55:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326803 - in head/devel: p5-AnyEvent-RPC p5-Class-C3-Adopt-NEXT p5-Class-Observable p5-Config-Fast p5-Devel-LeakGuard-Object p5-Devel-StackTrace-AsHTML p5-Exporter p5-File-DesktopEntry ... 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.14 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: Mon, 09 Sep 2013 11:55:35 -0000 Author: az Date: Mon Sep 9 11:55:30 2013 New Revision: 326803 URL: http://svnweb.freebsd.org/changeset/ports/326803 Log: - convert to the new perl5 framework - trim Makefile header Approved by: portmgr (bapt@, blanket) Modified: head/devel/p5-AnyEvent-RPC/Makefile (contents, props changed) head/devel/p5-Class-C3-Adopt-NEXT/Makefile (contents, props changed) head/devel/p5-Class-Observable/Makefile (contents, props changed) head/devel/p5-Config-Fast/Makefile (contents, props changed) head/devel/p5-Devel-LeakGuard-Object/Makefile (contents, props changed) head/devel/p5-Devel-StackTrace-AsHTML/Makefile (contents, props changed) head/devel/p5-Exporter/Makefile head/devel/p5-File-DesktopEntry/Makefile (contents, props changed) head/devel/p5-Java/Makefile (contents, props changed) head/devel/p5-Log-Dispatch-Configurator-YAML/Makefile (contents, props changed) head/devel/p5-Module-Runtime/Makefile (contents, props changed) head/devel/p5-MouseX-Getopt/Makefile (contents, props changed) head/devel/p5-Path-Class-File-Lockable/Makefile head/devel/p5-Perl6-Form/Makefile (contents, props changed) head/devel/p5-Role-HasMessage/Makefile (contents, props changed) head/devel/p5-Stream-Reader/Makefile (contents, props changed) head/devel/p5-Sub-Exporter-GlobExporter/Makefile (contents, props changed) head/devel/p5-Test-Benchmark/Makefile (contents, props changed) head/devel/p5-Tie-Array-Pack/Makefile (contents, props changed) Modified: head/devel/p5-AnyEvent-RPC/Makefile ============================================================================== --- head/devel/p5-AnyEvent-RPC/Makefile Mon Sep 9 11:01:46 2013 (r326802) +++ head/devel/p5-AnyEvent-RPC/Makefile Mon Sep 9 11:55:30 2013 (r326803) @@ -22,7 +22,8 @@ BUILD_DEPENDS= p5-URI>=0:${PORTSDIR}/net p5-lib-abs>=0.90:${PORTSDIR}/devel/p5-lib-abs RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= AnyEvent::RPC.3 AnyEvent::RPC::Enc::YAML.3 \ AnyEvent::RPC::Enc::REST.3 Modified: head/devel/p5-Class-C3-Adopt-NEXT/Makefile ============================================================================== --- head/devel/p5-Class-C3-Adopt-NEXT/Makefile Mon Sep 9 11:01:46 2013 (r326802) +++ head/devel/p5-Class-C3-Adopt-NEXT/Makefile Mon Sep 9 11:55:30 2013 (r326803) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Class-C3-Adopt-NEXT -# Date created: 18 Jun 2009 -# Whom: Denis Pokataev -# +# Created by: Denis Pokataev # $FreeBSD$ -# PORTNAME= Class-C3-Adopt-NEXT PORTVERSION= 0.13 @@ -19,7 +15,8 @@ RUN_DEPENDS= p5-MRO-Compat>=0:${PORTSDIR BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Class::C3::Adopt::NEXT.3 Modified: head/devel/p5-Class-Observable/Makefile ============================================================================== --- head/devel/p5-Class-Observable/Makefile Mon Sep 9 11:01:46 2013 (r326802) +++ head/devel/p5-Class-Observable/Makefile Mon Sep 9 11:55:30 2013 (r326803) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Class-Observable -# Date created: 11 Aug 2004 -# Whom: Travis Campbell -# +# Created by: Travis Campbell # $FreeBSD$ -# PORTNAME= Class-Observable PORTVERSION= 1.04 @@ -17,7 +13,8 @@ COMMENT= Allow other classes and objects BUILD_DEPENDS= p5-Class-ISA>=0:${PORTSDIR}/devel/p5-Class-ISA RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Class::Observable.3 Modified: head/devel/p5-Config-Fast/Makefile ============================================================================== --- head/devel/p5-Config-Fast/Makefile Mon Sep 9 11:01:46 2013 (r326802) +++ head/devel/p5-Config-Fast/Makefile Mon Sep 9 11:55:30 2013 (r326803) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Config::Fast -# Date created: 10 Feb 2004 -# Whom: Xavier Beaudouin -# +# Created by: Xavier Beaudouin # $FreeBSD$ -# PORTNAME= Config-Fast PORTVERSION= 1.07 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= kiwi@oav.net COMMENT= Extremely fast configuration file parser -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Config::Fast.3 Modified: head/devel/p5-Devel-LeakGuard-Object/Makefile ============================================================================== --- head/devel/p5-Devel-LeakGuard-Object/Makefile Mon Sep 9 11:01:46 2013 (r326802) +++ head/devel/p5-Devel-LeakGuard-Object/Makefile Mon Sep 9 11:55:30 2013 (r326803) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Devel-LeakGuard-Object -# Date created: 2009-07-19 -# Whom: TERAMOTO Masahiro -# +# Created by: TERAMOTO Masahiro # $FreeBSD$ -# PORTNAME= Devel-LeakGuard-Object PORTVERSION= 0.06 @@ -19,7 +15,8 @@ BUILD_DEPENDS= p5-Test-Differences>=0:${ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-latest>0:${PORTSDIR}/devel/p5-latest -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Devel::LeakGuard::Object.3 \ Devel::LeakGuard::Object::State.3 Modified: head/devel/p5-Devel-StackTrace-AsHTML/Makefile ============================================================================== --- head/devel/p5-Devel-StackTrace-AsHTML/Makefile Mon Sep 9 11:01:46 2013 (r326802) +++ head/devel/p5-Devel-StackTrace-AsHTML/Makefile Mon Sep 9 11:55:30 2013 (r326803) @@ -13,7 +13,8 @@ COMMENT= Perl extension to display stack RUN_DEPENDS= p5-Devel-StackTrace>0:${PORTSDIR}/devel/p5-Devel-StackTrace BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Devel::StackTrace::AsHTML.3 Modified: head/devel/p5-Exporter/Makefile ============================================================================== --- head/devel/p5-Exporter/Makefile Mon Sep 9 11:01:46 2013 (r326802) +++ head/devel/p5-Exporter/Makefile Mon Sep 9 11:55:30 2013 (r326803) @@ -13,7 +13,8 @@ COMMENT= Implements default import metho LICENSE= ART10 GPLv1 LICENSE_COMB= dual -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Exporter.3 Exporter::Heavy.3 Modified: head/devel/p5-File-DesktopEntry/Makefile ============================================================================== --- head/devel/p5-File-DesktopEntry/Makefile Mon Sep 9 11:01:46 2013 (r326802) +++ head/devel/p5-File-DesktopEntry/Makefile Mon Sep 9 11:55:30 2013 (r326803) @@ -15,7 +15,8 @@ BUILD_DEPENDS= p5-PathTools>=0:${PORTSDI p5-File-BaseDir>=0.03:${PORTSDIR}/devel/p5-File-BaseDir RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= File::DesktopEntry.3 Modified: head/devel/p5-Java/Makefile ============================================================================== --- head/devel/p5-Java/Makefile Mon Sep 9 11:01:46 2013 (r326802) +++ head/devel/p5-Java/Makefile Mon Sep 9 11:55:30 2013 (r326803) @@ -12,7 +12,8 @@ MAINTAINER= numisemis@yahoo.com COMMENT= Perl extension for accessing a JVM remotely or locally USE_RC_SUBR= javaserver -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure USE_JAVA= yes JAVA_VERSION= 1.6+ Modified: head/devel/p5-Log-Dispatch-Configurator-YAML/Makefile ============================================================================== --- head/devel/p5-Log-Dispatch-Configurator-YAML/Makefile Mon Sep 9 11:01:46 2013 (r326802) +++ head/devel/p5-Log-Dispatch-Configurator-YAML/Makefile Mon Sep 9 11:55:30 2013 (r326803) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Log-Dispatch-Configurator-YAML -# Date created: 28 May 2008 -# Whom: Oleg Mamontov -# +# Created by: Oleg Mamontov # $FreeBSD$ -# PORTNAME= Log-Dispatch-Configurator-YAML PORTVERSION= 0.03 @@ -19,7 +15,8 @@ RUN_DEPENDS= p5-Log-Dispatch-Config>=0:$ BUILD_DEPENDS= p5-Log-Dispatch-Config>=0:${PORTSDIR}/devel/p5-Log-Dispatch-Config \ p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Log::Dispatch::Configurator::YAML.3 Modified: head/devel/p5-Module-Runtime/Makefile ============================================================================== --- head/devel/p5-Module-Runtime/Makefile Mon Sep 9 11:01:46 2013 (r326802) +++ head/devel/p5-Module-Runtime/Makefile Mon Sep 9 11:55:30 2013 (r326803) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Module-Runtime -# Date created: 01 Jun 2008 -# Whom: brix@FreeBSD.org -# +# Created by: brix@FreeBSD.org # $FreeBSD$ -# PORTNAME= Module-Runtime PORTVERSION= 0.013 @@ -17,7 +13,8 @@ COMMENT= Perl module for runtime module LICENSE= ART10 GPLv1 LICENSE_COMB= dual -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Module::Runtime.3 Modified: head/devel/p5-MouseX-Getopt/Makefile ============================================================================== --- head/devel/p5-MouseX-Getopt/Makefile Mon Sep 9 11:01:46 2013 (r326802) +++ head/devel/p5-MouseX-Getopt/Makefile Mon Sep 9 11:55:30 2013 (r326803) @@ -1,9 +1,4 @@ -# New ports collection makefile for: MouseX::Getopt -# Date created: 22 Jan 2009 -# Whom: Jun Kuriyama -# # $FreeBSD$ -# PORTNAME= MouseX-Getopt PORTVERSION= ${DISTVERSION}00 @@ -22,7 +17,8 @@ RUN_DEPENDS= \ BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= MouseX::Getopt.3 \ MouseX::Getopt::Basic.3 \ Modified: head/devel/p5-Path-Class-File-Lockable/Makefile ============================================================================== --- head/devel/p5-Path-Class-File-Lockable/Makefile Mon Sep 9 11:01:46 2013 (r326802) +++ head/devel/p5-Path-Class-File-Lockable/Makefile Mon Sep 9 11:55:30 2013 (r326803) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Path-Class-File-Lockable -# Date created: 2012-01-22 -# Whom: Tatsuya Ueda -# +# Created by: Tatsuya Ueda # $FreeBSD$ -# PORTNAME= Path-Class-File-Lockable PORTVERSION= 0.03 @@ -22,7 +18,8 @@ BUILD_DEPENDS= p5-File-NFSLock>0:${PORTS p5-Path-Class>0:${PORTSDIR}/devel/p5-Path-Class RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Path::Class::File::Lockable.3 Modified: head/devel/p5-Perl6-Form/Makefile ============================================================================== --- head/devel/p5-Perl6-Form/Makefile Mon Sep 9 11:01:46 2013 (r326802) +++ head/devel/p5-Perl6-Form/Makefile Mon Sep 9 11:55:30 2013 (r326803) @@ -1,9 +1,5 @@ -# New ports collection makefile for: devel/p5-Perl6-Form -# Date created: 21 Oct 2004 -# Whom: Yuan-Chung Hsiao -# +# Created by: Yuan-Chung Hsiao # $FreeBSD$ -# PORTNAME= Perl6-Form PORTVERSION= 0.04 @@ -18,7 +14,8 @@ BUILD_DEPENDS= p5-Perl6-Export>=0:${PORT p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Perl6::Form.3 Modified: head/devel/p5-Role-HasMessage/Makefile ============================================================================== --- head/devel/p5-Role-HasMessage/Makefile Mon Sep 9 11:01:46 2013 (r326802) +++ head/devel/p5-Role-HasMessage/Makefile Mon Sep 9 11:55:30 2013 (r326803) @@ -1,9 +1,5 @@ -# New ports collection makefile for: devel/p5-Role-HasMessage -# Date created: 2011-09-19 -# Whom: Geraud CONTINSOUZAS -# +# Created by: Geraud CONTINSOUZAS # $FreeBSD$ -# PORTNAME= Role-HasMessage PORTVERSION= 0.005 @@ -25,7 +21,8 @@ RUN_DEPENDS= p5-Moose>=0:${PORTSDIR}/dev p5-namespace-clean>=0:${PORTSDIR}/devel/p5-namespace-clean BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Role::HasMessage.3 \ Role::HasMessage::Errf.3 Modified: head/devel/p5-Stream-Reader/Makefile ============================================================================== --- head/devel/p5-Stream-Reader/Makefile Mon Sep 9 11:01:46 2013 (r326802) +++ head/devel/p5-Stream-Reader/Makefile Mon Sep 9 11:55:30 2013 (r326803) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Stream-Reader -# Date created: 2009-08-12 -# Whom: Steven Kreuzer -# +# Created by: Steven Kreuzer # $FreeBSD$ -# PORTNAME= Stream-Reader PORTVERSION= 0.09 @@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= skreuzer@FreeBSD.org COMMENT= Perl module for reading data from streams -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Stream::Reader.3 Modified: head/devel/p5-Sub-Exporter-GlobExporter/Makefile ============================================================================== --- head/devel/p5-Sub-Exporter-GlobExporter/Makefile Mon Sep 9 11:01:46 2013 (r326802) +++ head/devel/p5-Sub-Exporter-GlobExporter/Makefile Mon Sep 9 11:55:30 2013 (r326803) @@ -17,7 +17,8 @@ LICENSE_COMB= dual RUN_DEPENDS= p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Sub::Exporter::GlobExporter.3 Modified: head/devel/p5-Test-Benchmark/Makefile ============================================================================== --- head/devel/p5-Test-Benchmark/Makefile Mon Sep 9 11:01:46 2013 (r326802) +++ head/devel/p5-Test-Benchmark/Makefile Mon Sep 9 11:55:30 2013 (r326803) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Test-Benchmark -# Date created: 2006-07-13 -# Whom: Gea-Suan Lin -# +# Created by: Gea-Suan Lin # $FreeBSD$ -# PORTNAME= Test-Benchmark PORTVERSION= 0.004 @@ -18,7 +14,8 @@ BUILD_DEPENDS= p5-Test-Tester>=0:${PORTS p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Test::Benchmark.3 Modified: head/devel/p5-Tie-Array-Pack/Makefile ============================================================================== --- head/devel/p5-Tie-Array-Pack/Makefile Mon Sep 9 11:01:46 2013 (r326802) +++ head/devel/p5-Tie-Array-Pack/Makefile Mon Sep 9 11:55:30 2013 (r326803) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Tie-Array-Pack -# Date created: 2006-12-22 -# Whom: TAKAHASHI Kaoru -# +# Created by: TAKAHASHI Kaoru # $FreeBSD$ -# PORTNAME= Tie-Array-Pack PORTVERSION= 0.02 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= kaoru@kaisei.org COMMENT= Array implemented as a packed string -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= Tie::Array::Pack.3