From owner-svn-ports-head@FreeBSD.ORG Mon Sep 9 15:55:52 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2D608F4B; Mon, 9 Sep 2013 15:55:52 +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 F170A205D; Mon, 9 Sep 2013 15:55:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r89FtpVP033223; Mon, 9 Sep 2013 15:55:51 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r89Ftmib033194; Mon, 9 Sep 2013 15:55:48 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309091555.r89Ftmib033194@svn.freebsd.org> From: Andrej Zverev Date: Mon, 9 Sep 2013 15:55:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326818 - in head/devel: cvs2cl p5-AnyEvent-DBus p5-B-Hooks-OP-Check-EntersubForCV p5-Dancer-Debug p5-Devel-CheckLib p5-Eval-Context p5-IO-HTML p5-List-Uniq p5-Metabase-Fact p5-MooseX-T... 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 15:55:52 -0000 Author: az Date: Mon Sep 9 15:55:47 2013 New Revision: 326818 URL: http://svnweb.freebsd.org/changeset/ports/326818 Log: - convert to the new perl5 framework - trim Makefile header Approved by: portmgr (bapt@, blanket) Modified: head/devel/cvs2cl/Makefile (contents, props changed) head/devel/p5-AnyEvent-DBus/Makefile (contents, props changed) head/devel/p5-B-Hooks-OP-Check-EntersubForCV/Makefile (contents, props changed) head/devel/p5-Dancer-Debug/Makefile (contents, props changed) head/devel/p5-Devel-CheckLib/Makefile (contents, props changed) head/devel/p5-Eval-Context/Makefile (contents, props changed) head/devel/p5-IO-HTML/Makefile (contents, props changed) head/devel/p5-List-Uniq/Makefile (contents, props changed) head/devel/p5-Metabase-Fact/Makefile (contents, props changed) head/devel/p5-MooseX-Types-JSON/Makefile (contents, props changed) head/devel/p5-MouseX-Types-Path-Class/Makefile head/devel/p5-Proc-WaitStat/Makefile (contents, props changed) head/devel/p5-SVN-Notify-Filter-AuthZMail/Makefile (contents, props changed) head/devel/p5-SVN-Notify-Filter-EmailFlatFileDB/Makefile (contents, props changed) head/devel/p5-Sub-Signatures/Makefile (contents, props changed) head/devel/p5-Test-Debugger/Makefile (contents, props changed) head/devel/p5-Test-YAML-Meta/Makefile head/devel/p5-Tie-Hash-Regex/Makefile (contents, props changed) head/devel/p5-Time-Stopwatch/Makefile (contents, props changed) Modified: head/devel/cvs2cl/Makefile ============================================================================== --- head/devel/cvs2cl/Makefile Mon Sep 9 15:45:43 2013 (r326817) +++ head/devel/cvs2cl/Makefile Mon Sep 9 15:55:47 2013 (r326818) @@ -1,9 +1,5 @@ -# New ports collection makefile for: cvs2cl -# Date created: 6 June 2000 -# Whom: knu@FreeBSD.org -# +# Created by: knu@FreeBSD.org # $FreeBSD$ -# PORTNAME= cvs2cl PORTVERSION= 2.73 @@ -18,7 +14,7 @@ EXTRACT_ONLY= # none MAINTAINER= mva@FreeBSD.org COMMENT= CVS-log-message-to-ChangeLog conversion script -USE_PERL5= yes +USES= perl5 NO_WRKSUBDIR= yes NO_BUILD= yes Modified: head/devel/p5-AnyEvent-DBus/Makefile ============================================================================== --- head/devel/p5-AnyEvent-DBus/Makefile Mon Sep 9 15:45:43 2013 (r326817) +++ head/devel/p5-AnyEvent-DBus/Makefile Mon Sep 9 15:55:47 2013 (r326818) @@ -1,9 +1,5 @@ -# New ports collection makefile for: AnyEvent::DBus -# Date created: 2010-06-21 -# Whom: Sahil Tandon -# +# Created by: Sahil Tandon # $FreeBSD$ -# PORTNAME= AnyEvent-DBus PORTVERSION= 0.31 @@ -23,6 +19,7 @@ RUN_DEPENDS= p5-AnyEvent>=5:${PORTSDIR}/ MAN3= AnyEvent::DBus.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include Modified: head/devel/p5-B-Hooks-OP-Check-EntersubForCV/Makefile ============================================================================== --- head/devel/p5-B-Hooks-OP-Check-EntersubForCV/Makefile Mon Sep 9 15:45:43 2013 (r326817) +++ head/devel/p5-B-Hooks-OP-Check-EntersubForCV/Makefile Mon Sep 9 15:55:47 2013 (r326818) @@ -1,9 +1,4 @@ -# New ports collection makefile for: B::Hooks::OP::Check::EntersubForCV -# Date created: 22 Nov 2010 -# Whom: Jun Kuriyama -# # $FreeBSD$ -# PORTNAME= B-Hooks-OP-Check-EntersubForCV PORTVERSION= 0.09 @@ -22,7 +17,8 @@ BUILD_DEPENDS= \ p5-B-Utils>0:${PORTSDIR}/devel/p5-B-Utils \ p5-ExtUtils-Depends>0:${PORTSDIR}/devel/p5-ExtUtils-Depends -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= B::Hooks::OP::Check::EntersubForCV.3 Modified: head/devel/p5-Dancer-Debug/Makefile ============================================================================== --- head/devel/p5-Dancer-Debug/Makefile Mon Sep 9 15:45:43 2013 (r326817) +++ head/devel/p5-Dancer-Debug/Makefile Mon Sep 9 15:55:47 2013 (r326818) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Dancer-Debug -# Date created: 18 january 2011 -# Whom: Geistteufel -# +# Created by: Geistteufel # $FreeBSD$ -# PORTNAME= Dancer-Debug PORTVERSION= 0.03 @@ -19,7 +15,8 @@ RUN_DEPENDS= p5-Class-Method-Modifiers>= p5-Dancer>=0:${PORTSDIR}/www/p5-Dancer \ p5-Plack-Middleware-Debug>=0:${PORTSDIR}/www/p5-Plack-Middleware-Debug -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Dancer::Debug.3 \ Plack::Middleware::Debug::Dancer::Logger.3 \ Modified: head/devel/p5-Devel-CheckLib/Makefile ============================================================================== --- head/devel/p5-Devel-CheckLib/Makefile Mon Sep 9 15:45:43 2013 (r326817) +++ head/devel/p5-Devel-CheckLib/Makefile Mon Sep 9 15:55:47 2013 (r326818) @@ -16,7 +16,8 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-IO-CaptureOutput>=1.08:${PORTSDIR}/devel/p5-IO-CaptureOutput RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= use-devel-checklib.1 MAN3= Devel::CheckLib.3 Modified: head/devel/p5-Eval-Context/Makefile ============================================================================== --- head/devel/p5-Eval-Context/Makefile Mon Sep 9 15:45:43 2013 (r326817) +++ head/devel/p5-Eval-Context/Makefile Mon Sep 9 15:55:47 2013 (r326818) @@ -28,7 +28,8 @@ BUILD_DEPENDS= p5-Test-Output>=0:${PORTS p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Eval::Context.3 Modified: head/devel/p5-IO-HTML/Makefile ============================================================================== --- head/devel/p5-IO-HTML/Makefile Mon Sep 9 15:45:43 2013 (r326817) +++ head/devel/p5-IO-HTML/Makefile Mon Sep 9 15:55:47 2013 (r326818) @@ -13,7 +13,8 @@ COMMENT= Open an HTML file with automati LICENSE= ART10 GPLv1 LICENSE_COMB= dual -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= IO::HTML.3 Modified: head/devel/p5-List-Uniq/Makefile ============================================================================== --- head/devel/p5-List-Uniq/Makefile Mon Sep 9 15:45:43 2013 (r326817) +++ head/devel/p5-List-Uniq/Makefile Mon Sep 9 15:55:47 2013 (r326818) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-List-Uniq -# Date created: 2009-01-09 -# Whom: Murilo Opsfelder -# +# Created by: Murilo Opsfelder # $FreeBSD$ -# PORTNAME= List-Uniq PORTVERSION= 0.20 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= mopsfelder@gmail.com COMMENT= Extract the unique elements of a list -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= List::Uniq.3 Modified: head/devel/p5-Metabase-Fact/Makefile ============================================================================== --- head/devel/p5-Metabase-Fact/Makefile Mon Sep 9 15:45:43 2013 (r326817) +++ head/devel/p5-Metabase-Fact/Makefile Mon Sep 9 15:55:47 2013 (r326818) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Metabase-Fact -# Date created: 2011-02-05 -# Whom: Steve Wills -# +# Created by: Steve Wills # $FreeBSD$ -# PORTNAME= Metabase-Fact PORTVERSION= 0.021 @@ -21,7 +17,8 @@ BUILD_DEPENDS= p5-JSON>=2.0:${PORTSDIR}/ p5-CPAN-DistnameInfo>0:${PORTSDIR}/devel/p5-CPAN-DistnameInfo RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= metabase-profile.1 MAN3= Metabase::Fact.3 Metabase::Resource::metabase.3 \ Modified: head/devel/p5-MooseX-Types-JSON/Makefile ============================================================================== --- head/devel/p5-MooseX-Types-JSON/Makefile Mon Sep 9 15:45:43 2013 (r326817) +++ head/devel/p5-MooseX-Types-JSON/Makefile Mon Sep 9 15:55:47 2013 (r326818) @@ -1,9 +1,5 @@ -# New ports collection makefile for: MooseX-Types-JSON -# Date created: 2011-02-17 -# Whom: milki -# +# Created by: milki # $FreeBSD$ -# PORTNAME= MooseX-Types-JSON PORTVERSION= 0.02 @@ -24,7 +20,8 @@ RUN_DEPENDS= p5-Moose>=0.82:${PORTSDIR}/ TEST_DEPENDS= p5-Test-Pod>=1.00:${PORTSDIR}/devel/p5-Test-Pod -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= MooseX::Types::JSON.3 Modified: head/devel/p5-MouseX-Types-Path-Class/Makefile ============================================================================== --- head/devel/p5-MouseX-Types-Path-Class/Makefile Mon Sep 9 15:45:43 2013 (r326817) +++ head/devel/p5-MouseX-Types-Path-Class/Makefile Mon Sep 9 15:55:47 2013 (r326818) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-MouseX-Types-Path-Class -# Date created: 2009-04-22 -# Whom: TERAMOTO Masahiro -# +# Created by: TERAMOTO Masahiro # $FreeBSD$ -# PORTNAME= MouseX-Types-Path-Class PORTVERSION= 0.07 @@ -26,7 +22,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-UseAllModules>0:${PORTSDIR}/devel/p5-Test-UseAllModules -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= MouseX::Types::Path::Class.3 Modified: head/devel/p5-Proc-WaitStat/Makefile ============================================================================== --- head/devel/p5-Proc-WaitStat/Makefile Mon Sep 9 15:45:43 2013 (r326817) +++ head/devel/p5-Proc-WaitStat/Makefile Mon Sep 9 15:55:47 2013 (r326818) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Proc-WaitStat -# Date created: Tue 02 Mar 2010 -# Whom: Alexey V. Degtyarev -# +# Created by: Alexey V. Degtyarev # $FreeBSD$ -# PORTNAME= Proc-WaitStat PORTVERSION= 1.00 @@ -17,7 +13,8 @@ COMMENT= Interpret and act on wait() sta BUILD_DEPENDS= p5-IPC-Signal>=0:${PORTSDIR}/devel/p5-IPC-Signal RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Proc::WaitStat.3 Modified: head/devel/p5-SVN-Notify-Filter-AuthZMail/Makefile ============================================================================== --- head/devel/p5-SVN-Notify-Filter-AuthZMail/Makefile Mon Sep 9 15:45:43 2013 (r326817) +++ head/devel/p5-SVN-Notify-Filter-AuthZMail/Makefile Mon Sep 9 15:55:47 2013 (r326818) @@ -1,9 +1,5 @@ -# New ports collection makefile for: SVN-Notify-Filter-AuthZMail -# Date created: 2008-07-21 -# Whom: glarkin@ -# +# Created by: glarkin@ # $FreeBSD$ -# PORTNAME= SVN-Notify-Filter-AuthZMail PORTVERSION= 1.01 @@ -20,7 +16,8 @@ RUN_DEPENDS= p5-SVN-Notify>=2.72:${PORTS BUILD_DEPENDS= p5-SVN-Notify>=2.72:${PORTSDIR}/devel/p5-SVN-Notify \ p5-SVN-Access>=0:${PORTSDIR}/devel/p5-SVN-Access -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= SVN::Notify::Filter::AuthZMail.3 Modified: head/devel/p5-SVN-Notify-Filter-EmailFlatFileDB/Makefile ============================================================================== --- head/devel/p5-SVN-Notify-Filter-EmailFlatFileDB/Makefile Mon Sep 9 15:45:43 2013 (r326817) +++ head/devel/p5-SVN-Notify-Filter-EmailFlatFileDB/Makefile Mon Sep 9 15:55:47 2013 (r326818) @@ -1,9 +1,5 @@ -# New ports collection makefile for: SVN-Notify-Filter-EmailFlatFileDB -# Date created: 2008-07-21 -# Whom: Greg Larkin -# +# Created by: Greg Larkin # $FreeBSD$ -# PORTNAME= SVN-Notify-Filter-EmailFlatFileDB PORTVERSION= 1.01 @@ -17,7 +13,8 @@ COMMENT= Converts account names to email RUN_DEPENDS= p5-SVN-Notify>=2.72:${PORTSDIR}/devel/p5-SVN-Notify BUILD_DEPENDS= p5-SVN-Notify>=2.72:${PORTSDIR}/devel/p5-SVN-Notify -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= SVN::Notify::Filter::EmailFlatFileDB.3 Modified: head/devel/p5-Sub-Signatures/Makefile ============================================================================== --- head/devel/p5-Sub-Signatures/Makefile Mon Sep 9 15:45:43 2013 (r326817) +++ head/devel/p5-Sub-Signatures/Makefile Mon Sep 9 15:55:47 2013 (r326818) @@ -15,7 +15,8 @@ BUILD_DEPENDS= p5-Sub-Uplevel>=0.12:${PO RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Sub::Signatures.3 Modified: head/devel/p5-Test-Debugger/Makefile ============================================================================== --- head/devel/p5-Test-Debugger/Makefile Mon Sep 9 15:45:43 2013 (r326817) +++ head/devel/p5-Test-Debugger/Makefile Mon Sep 9 15:55:47 2013 (r326818) @@ -1,9 +1,5 @@ -# New ports collection makefile for: devel/p5-Test-Debugger -# Date created: February 13, 2008 -# Whom: Yen-Ming Lee -# +# Created by: Yen-Ming Lee # $FreeBSD$ -# PORTNAME= Test-Debugger PORTVERSION= 0.14 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= leeym@FreeBSD.org COMMENT= Create Test Scripts which Generate Log Files -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Test::Debugger.3 Modified: head/devel/p5-Test-YAML-Meta/Makefile ============================================================================== --- head/devel/p5-Test-YAML-Meta/Makefile Mon Sep 9 15:45:43 2013 (r326817) +++ head/devel/p5-Test-YAML-Meta/Makefile Mon Sep 9 15:55:47 2013 (r326818) @@ -16,7 +16,8 @@ BUILD_DEPENDS= p5-Test-YAML-Valid>=0:${P p5-Test-CPAN-Meta-YAML>=0.17:${PORTSDIR}/devel/p5-Test-CPAN-Meta-YAML RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Test::YAML::Meta.3 Modified: head/devel/p5-Tie-Hash-Regex/Makefile ============================================================================== --- head/devel/p5-Tie-Hash-Regex/Makefile Mon Sep 9 15:45:43 2013 (r326817) +++ head/devel/p5-Tie-Hash-Regex/Makefile Mon Sep 9 15:55:47 2013 (r326818) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Tie-Hash-Regex -# Date created: 01 Jan 2007 -# Whom: Aaron Dalton -# +# Created by: Aaron Dalton # $FreeBSD$ -# PORTNAME= Tie-Hash-Regex PORTVERSION= 1.02 @@ -19,6 +15,7 @@ RUN_DEPENDS= p5-Attribute-Handlers>=0.76 MAN3= Tie::Hash::Regex.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include Modified: head/devel/p5-Time-Stopwatch/Makefile ============================================================================== --- head/devel/p5-Time-Stopwatch/Makefile Mon Sep 9 15:45:43 2013 (r326817) +++ head/devel/p5-Time-Stopwatch/Makefile Mon Sep 9 15:55:47 2013 (r326818) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Time::Stopwatch -# Date created: 2006-11-18 -# Whom: Sulev-Madis Silber -# +# Created by: Sulev-Madis Silber # $FreeBSD$ -# PORTNAME= Time-Stopwatch PORTVERSION= 1.00 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= madis555@hot.ee COMMENT= Use tied scalars as timers -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Time::Stopwatch.3