Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Sep 2013 03:32:31 +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: r326857 - in head/devel: automake14 p5-AnyEvent-DBI-Abstract p5-CPS p5-Capture-Tiny p5-Data-Throttler p5-Devel-CheckOS p5-Devel-Size-Report p5-File-DirSync p5-File-Spec-Native p5-IO-Han...
Message-ID:  <201309100332.r8A3WVAp057313@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: az
Date: Tue Sep 10 03:32:30 2013
New Revision: 326857
URL: http://svnweb.freebsd.org/changeset/ports/326857

Log:
  - convert to the new perl5 framework
  - trim Makefile header
  
  Approved by:	portmgr (bapt@, blanket)

Modified:
  head/devel/automake14/Makefile   (contents, props changed)
  head/devel/p5-AnyEvent-DBI-Abstract/Makefile   (contents, props changed)
  head/devel/p5-CPS/Makefile   (contents, props changed)
  head/devel/p5-Capture-Tiny/Makefile
  head/devel/p5-Data-Throttler/Makefile   (contents, props changed)
  head/devel/p5-Devel-CheckOS/Makefile
  head/devel/p5-Devel-Size-Report/Makefile   (contents, props changed)
  head/devel/p5-File-DirSync/Makefile   (contents, props changed)
  head/devel/p5-File-Spec-Native/Makefile   (contents, props changed)
  head/devel/p5-IO-Handle-Util/Makefile   (contents, props changed)
  head/devel/p5-Module-Loaded/Makefile   (contents, props changed)
  head/devel/p5-Object-Array/Makefile   (contents, props changed)
  head/devel/p5-POSIX-strptime/Makefile   (contents, props changed)
  head/devel/p5-SVN-Hooks/Makefile   (contents, props changed)
  head/devel/p5-SVN-Log/Makefile
  head/devel/p5-SVN-S4/Makefile   (contents, props changed)
  head/devel/p5-Sys-MemInfo/Makefile   (contents, props changed)
  head/devel/p5-Test-Module-Used/Makefile   (contents, props changed)
  head/devel/p5-autobox/Makefile

Modified: head/devel/automake14/Makefile
==============================================================================
--- head/devel/automake14/Makefile	Tue Sep 10 01:24:14 2013	(r326856)
+++ head/devel/automake14/Makefile	Tue Sep 10 03:32:30 2013	(r326857)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	automake
-# Date created:		15 March 1997
-# Whom:			FUJIMOTO Kensaku <fujimoto@oscar.elec.waseda.ac.jp>
-#
+# Created by: FUJIMOTO Kensaku <fujimoto@oscar.elec.waseda.ac.jp>
 # $FreeBSD$
-#
 
 PORTNAME=	automake
 PORTVERSION=	1.4.6
@@ -26,7 +22,7 @@ USE_AUTOTOOLS=	autoconf:env
 BUILD_VERSION=	1.4
 PLIST_SUB=	BUILD_VERSION=${BUILD_VERSION}
 LATEST_LINK=	automake14
-USE_PERL5=	yes
+USES=		perl5
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	MAKEINFO="makeinfo --no-split"
 CONFIGURE_ARGS=	--program-suffix=-${BUILD_VERSION}

Modified: head/devel/p5-AnyEvent-DBI-Abstract/Makefile
==============================================================================
--- head/devel/p5-AnyEvent-DBI-Abstract/Makefile	Tue Sep 10 01:24:14 2013	(r326856)
+++ head/devel/p5-AnyEvent-DBI-Abstract/Makefile	Tue Sep 10 03:32:30 2013	(r326857)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-AnyEvent-DBI-Abstract
-# Date created:	   19 Mar 2010
-# Whom:		   Denis Pokataev <catone@cpan.org>
-#
+# Created by: Denis Pokataev <catone@cpan.org>
 # $FreeBSD$
-#
 
 PORTNAME=	AnyEvent-DBI-Abstract
 PORTVERSION=	0.01
@@ -19,7 +15,8 @@ RUN_DEPENDS=	p5-AnyEvent-DBI>=0:${PORTSD
 		p5-parent>=0:${PORTSDIR}/devel/p5-parent
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		AnyEvent::DBI::Abstract.3
 

Modified: head/devel/p5-CPS/Makefile
==============================================================================
--- head/devel/p5-CPS/Makefile	Tue Sep 10 01:24:14 2013	(r326856)
+++ head/devel/p5-CPS/Makefile	Tue Sep 10 03:32:30 2013	(r326857)
@@ -21,7 +21,8 @@ TEST_DEPENDS=	p5-Test-Identity>0:${PORTS
 		p5-Test-Refcount>0:${PORTSDIR}/devel/p5-Test-Refcount \
 		p5-Test-Fatal>0:${PORTSDIR}/devel/p5-Test-Fatal
 
-PERL_MODBUILD=	yes
+USES=		perl5
+USE_PERL5=	modbuild
 
 MAN3=		CPS.3 \
 		CPS::Functional.3 \

Modified: head/devel/p5-Capture-Tiny/Makefile
==============================================================================
--- head/devel/p5-Capture-Tiny/Makefile	Tue Sep 10 01:24:14 2013	(r326856)
+++ head/devel/p5-Capture-Tiny/Makefile	Tue Sep 10 03:32:30 2013	(r326857)
@@ -13,7 +13,8 @@ COMMENT=	Capture STDOUT and STDERR from 
 
 LICENSE=	AL2
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Capture::Tiny.3
 

Modified: head/devel/p5-Data-Throttler/Makefile
==============================================================================
--- head/devel/p5-Data-Throttler/Makefile	Tue Sep 10 01:24:14 2013	(r326856)
+++ head/devel/p5-Data-Throttler/Makefile	Tue Sep 10 03:32:30 2013	(r326857)
@@ -19,7 +19,8 @@ BUILD_DEPENDS=	p5-Log-Log4perl>=1:${PORT
 		p5-YAML>=0.62:${PORTSDIR}/textproc/p5-YAML
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Data::Throttler.3
 

Modified: head/devel/p5-Devel-CheckOS/Makefile
==============================================================================
--- head/devel/p5-Devel-CheckOS/Makefile	Tue Sep 10 01:24:14 2013	(r326856)
+++ head/devel/p5-Devel-CheckOS/Makefile	Tue Sep 10 03:32:30 2013	(r326857)
@@ -17,7 +17,8 @@ BUILD_DEPENDS=	p5-Data-Compare>=1.2100:$
 		p5-File-Find-Rule>=0.28:${PORTSDIR}/devel/p5-File-Find-Rule
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN1=		use-devel-assertos.1
 MAN3=		Devel::AssertOS.3 \

Modified: head/devel/p5-Devel-Size-Report/Makefile
==============================================================================
--- head/devel/p5-Devel-Size-Report/Makefile	Tue Sep 10 01:24:14 2013	(r326856)
+++ head/devel/p5-Devel-Size-Report/Makefile	Tue Sep 10 03:32:30 2013	(r326857)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:    Devel-Size-Report
-# Date created:                         Wed 04 Nov 2009
-# Whom:                                 Alexey V. Degtyarev
-#
+# Created by: Alexey V. Degtyarev
 # $FreeBSD$
-#
 
 PORTNAME=	Devel-Size-Report
 PORTVERSION=	0.13
@@ -19,7 +15,8 @@ BUILD_DEPENDS=	p5-Array-RefElem>=1.00:${
 		p5-Devel-Size>=0.69:${PORTSDIR}/devel/p5-Devel-Size
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Devel::Size::Report.3
 

Modified: head/devel/p5-File-DirSync/Makefile
==============================================================================
--- head/devel/p5-File-DirSync/Makefile	Tue Sep 10 01:24:14 2013	(r326856)
+++ head/devel/p5-File-DirSync/Makefile	Tue Sep 10 03:32:30 2013	(r326857)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	File::DirSync
-# Date created:				31 Dec 2001
-# Whom:					Seamus Venasse <svenasse@polaris.ca>
-#
+# Created by: Seamus Venasse <svenasse@polaris.ca>
 # $FreeBSD$
-#
 
 PORTNAME=	File-DirSync
 PORTVERSION=	1.22
@@ -14,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	mhjacks@swbell.net
 COMMENT=	Perl5 module for synchronizing two directories rapidly
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN1=		dirsync.1
 MAN3=		File::DirSync.3

Modified: head/devel/p5-File-Spec-Native/Makefile
==============================================================================
--- head/devel/p5-File-Spec-Native/Makefile	Tue Sep 10 01:24:14 2013	(r326856)
+++ head/devel/p5-File-Spec-Native/Makefile	Tue Sep 10 03:32:30 2013	(r326857)
@@ -1,9 +1,4 @@
-# New ports collection makefile for:	File::Spec::Native
-# Date created:		27 May 2012
-# Whom:			Jun Kuriyama <kuriyama@FreeBSD.org>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	File-Spec-Native
 PORTVERSION=	1.003
@@ -14,7 +9,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	kuriyama@FreeBSD.org
 COMMENT=	Perl extension for native OS implementation of File::Spec
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	File::Spec::Native.3
 

Modified: head/devel/p5-IO-Handle-Util/Makefile
==============================================================================
--- head/devel/p5-IO-Handle-Util/Makefile	Tue Sep 10 01:24:14 2013	(r326856)
+++ head/devel/p5-IO-Handle-Util/Makefile	Tue Sep 10 03:32:30 2013	(r326857)
@@ -1,9 +1,4 @@
-# New ports collection makefile for:	IO::Handle::Util
-# Date created:		16 Apr 2010
-# Whom:			Jun Kuriyama <kuriyama@FreeBSD.org>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	IO-Handle-Util
 PORTVERSION=	0.01
@@ -21,7 +16,8 @@ RUN_DEPENDS=	\
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 TEST_DEPENDS=	p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	IO::Handle::Iterator.3 \
 	IO::Handle::Prototype.3 \

Modified: head/devel/p5-Module-Loaded/Makefile
==============================================================================
--- head/devel/p5-Module-Loaded/Makefile	Tue Sep 10 01:24:14 2013	(r326856)
+++ head/devel/p5-Module-Loaded/Makefile	Tue Sep 10 03:32:30 2013	(r326857)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Module-Loaded
-# Date created:				31 May 2006
-# Whom:					Aaron Dalton <aaron@FreeBSD.org>
-#
+# Created by: Aaron Dalton <aaron@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Module-Loaded
 PORTVERSION=	0.08
@@ -16,6 +12,7 @@ COMMENT=	Mark modules as loaded or unloa
 
 MAN3=	Module::Loaded.3
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 .include <bsd.port.mk>

Modified: head/devel/p5-Object-Array/Makefile
==============================================================================
--- head/devel/p5-Object-Array/Makefile	Tue Sep 10 01:24:14 2013	(r326856)
+++ head/devel/p5-Object-Array/Makefile	Tue Sep 10 03:32:30 2013	(r326857)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Object-Array
-# Date created:		2006-08-30
-# Whom:			Gea-Suan Lin <gslin@gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin@gslin.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Object-Array
 PORTVERSION=	0.060
@@ -20,7 +16,8 @@ BUILD_DEPENDS=	p5-List-MoreUtils>=0:${PO
 		p5-Sub-Install>=0:${PORTSDIR}/devel/p5-Sub-Install
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Object::Array.3 Object::Array::Plugin::Builtins.3 \
 		Object::Array::Plugin::ListMoreUtils.3

Modified: head/devel/p5-POSIX-strptime/Makefile
==============================================================================
--- head/devel/p5-POSIX-strptime/Makefile	Tue Sep 10 01:24:14 2013	(r326856)
+++ head/devel/p5-POSIX-strptime/Makefile	Tue Sep 10 03:32:30 2013	(r326857)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:   p5-POSIX-strptime
-# Date created:        3 January 2007
-# Whom:                Douglas Thrift <douglas@douglasthrift.net>
-#
+# Created by: Douglas Thrift <douglas@douglasthrift.net>
 # $FreeBSD$
-#
 
 PORTNAME=	POSIX-strptime
 PORTVERSION=	0.10
@@ -17,7 +13,8 @@ COMMENT=	Perl interface to strptime(3)
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	POSIX::strptime.3
 

Modified: head/devel/p5-SVN-Hooks/Makefile
==============================================================================
--- head/devel/p5-SVN-Hooks/Makefile	Tue Sep 10 01:24:14 2013	(r326856)
+++ head/devel/p5-SVN-Hooks/Makefile	Tue Sep 10 03:32:30 2013	(r326857)
@@ -20,7 +20,8 @@ BUILD_DEPENDS=	p5-Data-Util>=0:${PORTSDI
 		subversion>=1.4.0:${PORTSDIR}/devel/subversion
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		SVN::Hooks.3 \
 		SVN::Hooks::AllowLogChange.3 \

Modified: head/devel/p5-SVN-Log/Makefile
==============================================================================
--- head/devel/p5-SVN-Log/Makefile	Tue Sep 10 01:24:14 2013	(r326856)
+++ head/devel/p5-SVN-Log/Makefile	Tue Sep 10 03:32:30 2013	(r326857)
@@ -15,7 +15,8 @@ BUILD_DEPENDS=	p5-subversion>=0:${PORTSD
 		p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_MODBUILD=	yes
+USES=		perl5
+USE_PERL5=	modbuild
 
 MAN3=	SVN::Log.3
 

Modified: head/devel/p5-SVN-S4/Makefile
==============================================================================
--- head/devel/p5-SVN-S4/Makefile	Tue Sep 10 01:24:14 2013	(r326856)
+++ head/devel/p5-SVN-S4/Makefile	Tue Sep 10 03:32:30 2013	(r326857)
@@ -18,7 +18,8 @@ RUN_DEPENDS=	p5-Config-Tiny>=0:${PORTSDI
 		p5-IO-AIO>=0:${PORTSDIR}/devel/p5-IO-AIO \
 		p5-subversion>=0:${PORTSDIR}/devel/p5-subversion
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 INSTALL_TARGET=	pure_install
 
 MAN1=		s4.1

Modified: head/devel/p5-Sys-MemInfo/Makefile
==============================================================================
--- head/devel/p5-Sys-MemInfo/Makefile	Tue Sep 10 01:24:14 2013	(r326856)
+++ head/devel/p5-Sys-MemInfo/Makefile	Tue Sep 10 03:32:30 2013	(r326857)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	Sys-MemInfo
-# Date created:	   25 July 2008
-# Whom:		   Terry Sposato <terry@sucked-in.com>
-#
+# Created by: Terry Sposato <terry@sucked-in.com>
 # $FreeBSD$
-#
 
 PORTNAME=	Sys-MemInfo
 PORTVERSION=	0.91
@@ -16,7 +12,8 @@ COMMENT=	Sys::MemInfo - Perl extension f
 
 WRKSRC=	${WRKDIR}/${PORTNAME}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Sys::MemInfo.3
 

Modified: head/devel/p5-Test-Module-Used/Makefile
==============================================================================
--- head/devel/p5-Test-Module-Used/Makefile	Tue Sep 10 01:24:14 2013	(r326856)
+++ head/devel/p5-Test-Module-Used/Makefile	Tue Sep 10 03:32:30 2013	(r326857)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Test-Module-Used
-# Date created:		2010-01-14
-# Whom:			Takuya Tsuchida <tsucchi@cpan.org>
-#
+# Created by: Takuya Tsuchida <tsucchi@cpan.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Test-Module-Used
 PORTVERSION=	0.2.3
@@ -23,7 +19,8 @@ RUN_DEPENDS=	p5-CPAN-Meta>=2.102400:${PO
 		p5-version>=0.77:${PORTSDIR}/devel/p5-version
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 MAN3=		Test::Module::Used.3
 
 .include <bsd.port.mk>

Modified: head/devel/p5-autobox/Makefile
==============================================================================
--- head/devel/p5-autobox/Makefile	Tue Sep 10 01:24:14 2013	(r326856)
+++ head/devel/p5-autobox/Makefile	Tue Sep 10 03:32:30 2013	(r326857)
@@ -14,7 +14,8 @@ COMMENT=	Call methods on native Perl typ
 BUILD_DEPENDS=	p5-Scope-Guard>=0.20:${PORTSDIR}/devel/p5-Scope-Guard
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	autobox.3
 



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