Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Sep 2013 15:51:29 +0000 (UTC)
From:      Andrej Zverev <az@FreeBSD.org>
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...
Message-ID:  <201309071551.r87FpTO7086836@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <kuriyama@FreeBSD.org>
-#
 # $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 <bsd.port.mk>

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 <markun@onohara.to>
-#
+# Created by: Masahiro Teramoto <markun@onohara.to>
 # $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 <gslin@gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin@gslin.org>
 # $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 <skv@protey.ru>
-#
+# Created by: Sergey Skvortsov <skv@protey.ru>
 # $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 <rafan@infor.org>
-#
+# Created by: Rong-En Fan <rafan@infor.org>
 # $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 <ychsiao@ychsiao.idv.tw>
-#
+# Created by: Yuan-Chung Hsiao <ychsiao@ychsiao.idv.tw>
 # $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 <kuriyama@FreeBSD.org>
-#
 # $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 <kuriyama@FreeBSD.org>
-#
 # $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 <autrijus@autrijus.org>
-#
+# Created by: Autrijus Tang <autrijus@autrijus.org>
 # $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 <glarkin@FreeBSD.org>
-#
+# Created by: Greg Larkin <glarkin@FreeBSD.org>
 # $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 <lippemail@gmail.com>
-#
+# Created by: Felippe de Meirelles Motta <lippemail@gmail.com>
 # $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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309071551.r87FpTO7086836>