From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 15:51:34 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 1AC9C910; Sat, 7 Sep 2013 15:51:34 +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 DF70A278A; Sat, 7 Sep 2013 15:51:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87FpXXa086861; Sat, 7 Sep 2013 15:51:33 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87FpTO7086836; Sat, 7 Sep 2013 15:51:29 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309071551.r87FpTO7086836@svn.freebsd.org> From: Andrej Zverev Date: Sat, 7 Sep 2013 15:51:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326644 - in head/devel: bzapi cpan-upload-http fb303 p5-AnyEvent-Worker p5-DateTime-Event-SolarTerm p5-Dist-Joseki p5-Dist-Metadata p5-ExtUtils-Depends p5-File-ExtAttr p5-File-MimeInfo... 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: Sat, 07 Sep 2013 15:51:34 -0000 Author: az Date: Sat Sep 7 15:51:29 2013 New Revision: 326644 URL: http://svnweb.freebsd.org/changeset/ports/326644 Log: - convert to the new perl5 framework - trim Makefile header Approved by: portmgr (bapt@, blanket) Modified: head/devel/bzapi/Makefile (contents, props changed) head/devel/cpan-upload-http/Makefile (contents, props changed) head/devel/fb303/Makefile head/devel/p5-AnyEvent-Worker/Makefile (contents, props changed) head/devel/p5-DateTime-Event-SolarTerm/Makefile (contents, props changed) head/devel/p5-Dist-Joseki/Makefile (contents, props changed) head/devel/p5-Dist-Metadata/Makefile (contents, props changed) head/devel/p5-ExtUtils-Depends/Makefile (contents, props changed) head/devel/p5-File-ExtAttr/Makefile head/devel/p5-File-MimeInfo/Makefile (contents, props changed) head/devel/p5-Log-Accounting-SVK/Makefile (contents, props changed) head/devel/p5-Module-Setup/Makefile (contents, props changed) head/devel/p5-POEx-Role-SessionInstantiation/Makefile (contents, props changed) head/devel/p5-SVN-Mirror/Makefile (contents, props changed) head/devel/p5-SVN-Notify-Config/Makefile (contents, props changed) head/devel/p5-Term-Clui/Makefile head/devel/p5-Test-Distribution/Makefile (contents, props changed) head/devel/p5-Test-LoadAllModules/Makefile (contents, props changed) head/devel/p5-Test-Mock-Guard/Makefile (contents, props changed) Modified: head/devel/bzapi/Makefile ============================================================================== --- head/devel/bzapi/Makefile Sat Sep 7 15:49:54 2013 (r326643) +++ head/devel/bzapi/Makefile Sat Sep 7 15:51:29 2013 (r326644) @@ -28,7 +28,8 @@ BUILD_DEPENDS= p5-Catalyst-Runtime>=5.80 bugzilla>=3.6:${PORTSDIR}/devel/bugzilla RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure WRKSRC= ${WRKDIR}/${PORTNAME} do-install: Modified: head/devel/cpan-upload-http/Makefile ============================================================================== --- head/devel/cpan-upload-http/Makefile Sat Sep 7 15:49:54 2013 (r326643) +++ head/devel/cpan-upload-http/Makefile Sat Sep 7 15:51:29 2013 (r326644) @@ -1,9 +1,4 @@ -# New ports collection makefile for: cpan::upload::http -# Date created: 01 Apr 2010 -# Whom: Jun Kuriyama -# # $FreeBSD$ -# PORTNAME= cpan-upload-http PORTVERSION= 2.4 @@ -20,7 +15,8 @@ RUN_DEPENDS= \ p5-Term-ReadKey>0:${PORTSDIR}/devel/p5-Term-ReadKey BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= cpan-upload-http.1 Modified: head/devel/fb303/Makefile ============================================================================== --- head/devel/fb303/Makefile Sat Sep 7 15:49:54 2013 (r326643) +++ head/devel/fb303/Makefile Sat Sep 7 15:51:29 2013 (r326644) @@ -23,7 +23,8 @@ AUTOMAKE_ARGS= -a CONFIGURE_ARGS= PY_PREFIX="${PREFIX}" USE_AUTOTOOLS= aclocal automake autoconf USE_GMAKE= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run USE_PYTHON= yes WRKSRC= ${WRKDIR}/${DISTNAME}/contrib/fb303 Modified: head/devel/p5-AnyEvent-Worker/Makefile ============================================================================== --- head/devel/p5-AnyEvent-Worker/Makefile Sat Sep 7 15:49:54 2013 (r326643) +++ head/devel/p5-AnyEvent-Worker/Makefile Sat Sep 7 15:51:29 2013 (r326644) @@ -18,7 +18,8 @@ BUILD_DEPENDS= p5-AnyEvent>=5:${PORTSDIR p5-lib-abs>=0.90:${PORTSDIR}/devel/p5-lib-abs RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= AnyEvent::Worker.3 AnyEvent::Worker::Pool.3 .include Modified: head/devel/p5-DateTime-Event-SolarTerm/Makefile ============================================================================== --- head/devel/p5-DateTime-Event-SolarTerm/Makefile Sat Sep 7 15:49:54 2013 (r326643) +++ head/devel/p5-DateTime-Event-SolarTerm/Makefile Sat Sep 7 15:51:29 2013 (r326644) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-DateTime-Event-SolarTerm -# Date created: 2007-11-06 -# Whom: Masahiro Teramoto -# +# Created by: Masahiro Teramoto # $FreeBSD$ -# PORTNAME= DateTime-Event-SolarTerm PORTVERSION= 0.05 @@ -24,7 +20,8 @@ RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/ p5-DateTime-Util-Calc>=0.12:${PORTSDIR}/devel/p5-DateTime-Util-Calc \ p5-DateTime-Util-Astro>=0.11:${PORTSDIR}/devel/p5-DateTime-Util-Astro -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= DateTime::Event::SolarTerm.3 Modified: head/devel/p5-Dist-Joseki/Makefile ============================================================================== --- head/devel/p5-Dist-Joseki/Makefile Sat Sep 7 15:49:54 2013 (r326643) +++ head/devel/p5-Dist-Joseki/Makefile Sat Sep 7 15:51:29 2013 (r326644) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Dist-Joseki -# Date created: 2010-11-28 -# Whom: Gea-Suan Lin -# +# Created by: Gea-Suan Lin # $FreeBSD$ -# PORTNAME= Dist-Joseki PORTVERSION= 0.20 @@ -22,7 +18,8 @@ RUN_DEPENDS= p5-App-Cmd>=0:${PORTSDIR}/d p5-Getopt-Attribute>=0:${PORTSDIR}/devel/p5-Getopt-Attribute \ p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= distfind.1 MAN3= Dist::Joseki.3 \ Modified: head/devel/p5-Dist-Metadata/Makefile ============================================================================== --- head/devel/p5-Dist-Metadata/Makefile Sat Sep 7 15:49:54 2013 (r326643) +++ head/devel/p5-Dist-Metadata/Makefile Sat Sep 7 15:51:29 2013 (r326644) @@ -23,7 +23,8 @@ TEST_DEPENDS= \ p5-Test-MockObject>0:${PORTSDIR}/devel/p5-Test-MockObject \ p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Dist::Metadata.3 \ Dist::Metadata::Archive.3 \ Modified: head/devel/p5-ExtUtils-Depends/Makefile ============================================================================== --- head/devel/p5-ExtUtils-Depends/Makefile Sat Sep 7 15:49:54 2013 (r326643) +++ head/devel/p5-ExtUtils-Depends/Makefile Sat Sep 7 15:51:29 2013 (r326644) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ExtUtils-Depends -# Date created: 18 October 2003 -# Whom: Sergey Skvortsov -# +# Created by: Sergey Skvortsov # $FreeBSD$ -# PORTNAME= ExtUtils-Depends PORTVERSION= 0.304 @@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= culot@FreeBSD.org COMMENT= Easily build XS extensions that depend on XS extensions -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= ExtUtils::Depends.3 Modified: head/devel/p5-File-ExtAttr/Makefile ============================================================================== --- head/devel/p5-File-ExtAttr/Makefile Sat Sep 7 15:49:54 2013 (r326643) +++ head/devel/p5-File-ExtAttr/Makefile Sat Sep 7 15:51:29 2013 (r326644) @@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= 5u623l20@gmail.com COMMENT= Access to extended attributes of the files -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= File::ExtAttr.3 File::ExtAttr::Tie.3 Modified: head/devel/p5-File-MimeInfo/Makefile ============================================================================== --- head/devel/p5-File-MimeInfo/Makefile Sat Sep 7 15:49:54 2013 (r326643) +++ head/devel/p5-File-MimeInfo/Makefile Sat Sep 7 15:51:29 2013 (r326644) @@ -1,9 +1,5 @@ -# New ports collection makefile for: devel/p5-File-MimeInfo -# Date created: Aug 21 2004 -# Whom: Rong-En Fan -# +# Created by: Rong-En Fan # $FreeBSD$ -# PORTNAME= File-MimeInfo PORTVERSION= 0.16 @@ -20,7 +16,8 @@ RUN_DEPENDS:= p5-File-BaseDir>=0.03:${PO p5-File-DesktopEntry>=0.04:${PORTSDIR}/devel/p5-File-DesktopEntry \ ${LOCALBASE}/share/mime/magic:${PORTSDIR}/misc/shared-mime-info -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN1= mimetype.1 mimeopen.1 MAN3= File::MimeInfo::Applications.3 \ Modified: head/devel/p5-Log-Accounting-SVK/Makefile ============================================================================== --- head/devel/p5-Log-Accounting-SVK/Makefile Sat Sep 7 15:49:54 2013 (r326643) +++ head/devel/p5-Log-Accounting-SVK/Makefile Sat Sep 7 15:51:29 2013 (r326644) @@ -1,9 +1,5 @@ -# New ports collection makefile for: devel/p5-Log-Accounting-SVK -# Date created: 21 Oct 2004 -# Whom: Yuan-Chung Hsiao -# +# Created by: Yuan-Chung Hsiao # $FreeBSD$ -# PORTNAME= Log-Accounting-SVK PORTVERSION= 0.05 @@ -22,7 +18,8 @@ BUILD_DEPENDS= svk>=0:${PORTSDIR}/devel/ p5-Algorithm-Accounting>=0:${PORTSDIR}/devel/p5-Algorithm-Accounting RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= svk-accounting.pl.1 svk-developer-graph.pl.1 MAN3= Log::Accounting::SVK.3 Modified: head/devel/p5-Module-Setup/Makefile ============================================================================== --- head/devel/p5-Module-Setup/Makefile Sat Sep 7 15:49:54 2013 (r326643) +++ head/devel/p5-Module-Setup/Makefile Sat Sep 7 15:51:29 2013 (r326644) @@ -1,9 +1,4 @@ -# New ports collection makefile for: Module::Setup -# Date created: 22 Jan 2009 -# Whom: Jun Kuriyama -# # $FreeBSD$ -# PORTNAME= Module-Setup PORTVERSION= 0.09 @@ -27,7 +22,8 @@ RUN_DEPENDS= \ p5-Text-Patch>0:${PORTSDIR}/textproc/p5-Text-Patch BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= module-setup.1 MAN3= Module::MEMOja.3 \ Modified: head/devel/p5-POEx-Role-SessionInstantiation/Makefile ============================================================================== --- head/devel/p5-POEx-Role-SessionInstantiation/Makefile Sat Sep 7 15:49:54 2013 (r326643) +++ head/devel/p5-POEx-Role-SessionInstantiation/Makefile Sat Sep 7 15:51:29 2013 (r326644) @@ -1,9 +1,4 @@ -# New ports collection makefile for: POEx::Role::SessionInstantiation -# Date created: 10 Oct 2010 -# Whom: Jun Kuriyama -# # $FreeBSD$ -# PORTNAME= POEx-Role-SessionInstantiation PORTVERSION= 1.102610 @@ -25,7 +20,8 @@ RUN_DEPENDS= \ p5-aliased>0:${PORTSDIR}/devel/p5-aliased BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= POEx::Role::Event.3 \ POEx::Role::SessionInstantiation.3 \ Modified: head/devel/p5-SVN-Mirror/Makefile ============================================================================== --- head/devel/p5-SVN-Mirror/Makefile Sat Sep 7 15:49:54 2013 (r326643) +++ head/devel/p5-SVN-Mirror/Makefile Sat Sep 7 15:51:29 2013 (r326644) @@ -1,9 +1,5 @@ -# New ports collection makefile for: devel/p5-SVN-Mirror -# Date created: Mar 15 2004 -# Whom: Autrijus Tang -# +# Created by: Autrijus Tang # $FreeBSD$ -# PORTNAME= SVN-Mirror PORTVERSION= 0.75 @@ -26,7 +22,8 @@ BUILD_DEPENDS= p5-Data-UUID>=0:${PORTSDI p5-VCP-autrijus>=0:${PORTSDIR}/devel/p5-VCP-autrijus RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= svm.1 MAN3= SVN::Mirror.3 Modified: head/devel/p5-SVN-Notify-Config/Makefile ============================================================================== --- head/devel/p5-SVN-Notify-Config/Makefile Sat Sep 7 15:49:54 2013 (r326643) +++ head/devel/p5-SVN-Notify-Config/Makefile Sat Sep 7 15:51:29 2013 (r326644) @@ -1,9 +1,5 @@ -# New ports collection makefile for: SVN-Notify-Config -# Date created: 2008-02-12 -# Whom: Greg Larkin -# +# Created by: Greg Larkin # $FreeBSD$ -# PORTNAME= SVN-Notify-Config PORTVERSION= 0.0911 @@ -22,7 +18,8 @@ RUN_DEPENDS= ${LOCALBASE}/bin/svnlook:${ BUILD_DEPENDS= p5-Test-Deep>=0.1:${PORTSDIR}/devel/p5-Test-Deep \ ${RUN_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= SVN::Notify::Config.3 Modified: head/devel/p5-Term-Clui/Makefile ============================================================================== --- head/devel/p5-Term-Clui/Makefile Sat Sep 7 15:49:54 2013 (r326643) +++ head/devel/p5-Term-Clui/Makefile Sat Sep 7 15:51:29 2013 (r326644) @@ -1,5 +1,4 @@ # $FreeBSD$ -# PORTNAME= Term-Clui PORTVERSION= 1.67 @@ -17,7 +16,8 @@ BUILD_DEPENDS= p5-Term-Size>=0:${PORTSDI p5-Term-ReadKey>=2.14:${PORTSDIR}/devel/p5-Term-ReadKey RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Term::Clui.3 \ Term::Clui::FileSelect.3 Modified: head/devel/p5-Test-Distribution/Makefile ============================================================================== --- head/devel/p5-Test-Distribution/Makefile Sat Sep 7 15:49:54 2013 (r326643) +++ head/devel/p5-Test-Distribution/Makefile Sat Sep 7 15:51:29 2013 (r326644) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Test-Distribution -# Date created: 2008-02-11 -# Whom: Felippe de Meirelles Motta -# +# Created by: Felippe de Meirelles Motta # $FreeBSD$ -# PORTNAME= Test-Distribution PORTVERSION= 2.00 @@ -21,7 +17,8 @@ BUILD_DEPENDS+= p5-File-Find-Rule>=0:${P p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Test::Distribution.3 Modified: head/devel/p5-Test-LoadAllModules/Makefile ============================================================================== --- head/devel/p5-Test-LoadAllModules/Makefile Sat Sep 7 15:49:54 2013 (r326643) +++ head/devel/p5-Test-LoadAllModules/Makefile Sat Sep 7 15:51:29 2013 (r326644) @@ -13,7 +13,8 @@ RUN_DEPENDS= \ p5-List-MoreUtils>0:${PORTSDIR}/lang/p5-List-MoreUtils BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Test::LoadAllModules.3 Modified: head/devel/p5-Test-Mock-Guard/Makefile ============================================================================== --- head/devel/p5-Test-Mock-Guard/Makefile Sat Sep 7 15:49:54 2013 (r326643) +++ head/devel/p5-Test-Mock-Guard/Makefile Sat Sep 7 15:51:29 2013 (r326644) @@ -12,7 +12,8 @@ COMMENT= Perl extension for simple mock BUILD_DEPENDS= p5-Class-Load>=0.06:${PORTSDIR}/devel/p5-Class-Load RUN_DEPENDS= p5-Class-Load>=0.06:${PORTSDIR}/devel/p5-Class-Load -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Test::Mock::Guard.3