Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Sep 2013 16:55:32 +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: r326822 - in head/devel: colormake p5-Algorithm-Accounting p5-AnyEvent-Filesys-Notify p5-BSD-devstat p5-Class-Container p5-Config-MySQL p5-Data-MessagePack p5-Devel-Declare-Parser p5-De...
Message-ID:  <201309091655.r89GtWEV069223@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: az
Date: Mon Sep  9 16:55:31 2013
New Revision: 326822
URL: http://svnweb.freebsd.org/changeset/ports/326822

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

Modified:
  head/devel/colormake/Makefile   (contents, props changed)
  head/devel/p5-Algorithm-Accounting/Makefile   (contents, props changed)
  head/devel/p5-AnyEvent-Filesys-Notify/Makefile
  head/devel/p5-BSD-devstat/Makefile   (contents, props changed)
  head/devel/p5-Class-Container/Makefile   (contents, props changed)
  head/devel/p5-Config-MySQL/Makefile   (contents, props changed)
  head/devel/p5-Data-MessagePack/Makefile   (contents, props changed)
  head/devel/p5-Devel-Declare-Parser/Makefile   (contents, props changed)
  head/devel/p5-Devel-LexAlias/Makefile
  head/devel/p5-Devel-StackTrace-WithLexicals/Makefile   (contents, props changed)
  head/devel/p5-Fennec-Lite/Makefile   (contents, props changed)
  head/devel/p5-Module-Versions/Makefile   (contents, props changed)
  head/devel/p5-MooX-Options/Makefile   (contents, props changed)
  head/devel/p5-Shell-Source/Makefile
  head/devel/p5-String-Similarity/Makefile   (contents, props changed)
  head/devel/p5-Term-ReadPassword/Makefile   (contents, props changed)
  head/devel/p5-Thread-Apartment/Makefile   (contents, props changed)
  head/devel/p5-Thread-Queue-Duplex/Makefile   (contents, props changed)
  head/devel/p5-Tie-ShareLite/Makefile   (contents, props changed)

Modified: head/devel/colormake/Makefile
==============================================================================
--- head/devel/colormake/Makefile	Mon Sep  9 16:33:15 2013	(r326821)
+++ head/devel/colormake/Makefile	Mon Sep  9 16:55:31 2013	(r326822)
@@ -12,7 +12,8 @@ RUN_DEPENDS=	gmake:${PORTSDIR}/devel/gma
 		bash:${PORTSDIR}/shells/bash
 
 NO_BUILD=	yes
-USE_PERL5_RUN=	yes
+USES=		perl5
+USE_PERL5=	run
 PLIST_FILES=	bin/colormake bin/colormake.pl bin/colormake-short bin/clmake \
 		bin/clmake-short
 

Modified: head/devel/p5-Algorithm-Accounting/Makefile
==============================================================================
--- head/devel/p5-Algorithm-Accounting/Makefile	Mon Sep  9 16:33:15 2013	(r326821)
+++ head/devel/p5-Algorithm-Accounting/Makefile	Mon Sep  9 16:55:31 2013	(r326822)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	devel/p5-Algorithm-Accounting
-# Date created:				25 Oct 2004
-# Whom:					Yuan-Chung Hsiao <ychsiao@ychsiao.idv.tw>
-#
+# Created by: Yuan-Chung Hsiao <ychsiao@ychsiao.idv.tw>
 # $FreeBSD$
-#
 
 PORTNAME=	Algorithm-Accounting
 PORTVERSION=	0.08
@@ -26,7 +22,8 @@ BUILD_DEPENDS=	p5-Spiffy>=0:${PORTSDIR}/
 		p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Algorithm::Accounting.3 \
 		Algorithm::Accounting::Report.3 \

Modified: head/devel/p5-AnyEvent-Filesys-Notify/Makefile
==============================================================================
--- head/devel/p5-AnyEvent-Filesys-Notify/Makefile	Mon Sep  9 16:33:15 2013	(r326821)
+++ head/devel/p5-AnyEvent-Filesys-Notify/Makefile	Mon Sep  9 16:55:31 2013	(r326822)
@@ -21,7 +21,8 @@ TEST_DEPENDS=	p5-Data-Dump>=0:${PORTSDIR
 		p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
 		p5-Test-Without-Module>=0:${PORTSDIR}/devel/p5-Test-Without-Module
 
-PERL_MODBUILD=	yes
+USES=		perl5
+USE_PERL5=	modbuild
 
 MAN3=	AnyEvent::Filesys::Notify.3 \
 	AnyEvent::Filesys::Notify::Event.3 \

Modified: head/devel/p5-BSD-devstat/Makefile
==============================================================================
--- head/devel/p5-BSD-devstat/Makefile	Mon Sep  9 16:33:15 2013	(r326821)
+++ head/devel/p5-BSD-devstat/Makefile	Mon Sep  9 16:55:31 2013	(r326822)
@@ -1,9 +1,4 @@
-# New ports collection makefile for:	BSD::devstat
-# Date created:		25 Mar 2010
-# Whom:			Jun Kuriyama <kuriyama@FreeBSD.org>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	BSD-devstat
 PORTVERSION=	0.02
@@ -15,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	kuriyama@FreeBSD.org
 COMMENT=	Perl extension of devstat(3) API
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	BSD::devstat.3
 

Modified: head/devel/p5-Class-Container/Makefile
==============================================================================
--- head/devel/p5-Class-Container/Makefile	Mon Sep  9 16:33:15 2013	(r326821)
+++ head/devel/p5-Class-Container/Makefile	Mon Sep  9 16:55:31 2013	(r326822)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	Class::Container
-# Date created:				5 July 2002
-# Whom:					Denis Shaposhnikov <dsh@vlink.ru>
-#
+# Created by: Denis Shaposhnikov <dsh@vlink.ru>
 # $FreeBSD$
-#
 
 PORTNAME=	Class-Container
 PORTVERSION=	0.12
@@ -17,7 +13,8 @@ COMMENT=	Glues object frameworks togethe
 BUILD_DEPENDS=	p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Class::Container.3
 

Modified: head/devel/p5-Config-MySQL/Makefile
==============================================================================
--- head/devel/p5-Config-MySQL/Makefile	Mon Sep  9 16:33:15 2013	(r326821)
+++ head/devel/p5-Config-MySQL/Makefile	Mon Sep  9 16:55:31 2013	(r326822)
@@ -1,9 +1,4 @@
-# New ports collection makefile for:	Config::MySQL
-# Date created:		19 Mar 2012
-# Whom:			Jun Kuriyama <kuriyama@FreeBSD.org>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	Config-MySQL
 PORTVERSION=	0.02
@@ -18,7 +13,8 @@ RUN_DEPENDS=	\
 	p5-Config-INI>0:${PORTSDIR}/devel/p5-Config-INI
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Config::MySQL.3 \
 	Config::MySQL::Reader.3 \

Modified: head/devel/p5-Data-MessagePack/Makefile
==============================================================================
--- head/devel/p5-Data-MessagePack/Makefile	Mon Sep  9 16:33:15 2013	(r326821)
+++ head/devel/p5-Data-MessagePack/Makefile	Mon Sep  9 16:55:31 2013	(r326822)
@@ -13,7 +13,8 @@ COMMENT=	Perl extension for MessagePack
 TEST_DEPENDS=	p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires \
 		p5-Test-LeakTrace>0:${PORTSDIR}/devel/p5-Test-LeakTrace
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 CONFIGURE_ARGS=	--xs
 
 MAKE_JOBS_UNSAFE=	yes

Modified: head/devel/p5-Devel-Declare-Parser/Makefile
==============================================================================
--- head/devel/p5-Devel-Declare-Parser/Makefile	Mon Sep  9 16:33:15 2013	(r326821)
+++ head/devel/p5-Devel-Declare-Parser/Makefile	Mon Sep  9 16:55:31 2013	(r326822)
@@ -1,9 +1,4 @@
-# New ports collection makefile for:	Devel::Declare::Parser
-# Date created:		21 Nov 2010
-# Whom:			Jun Kuriyama <kuriyama@FreeBSD.org>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	Devel-Declare-Parser
 PORTVERSION=	0.017
@@ -22,7 +17,8 @@ RUN_DEPENDS=	\
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 TEST_DEPENDS=	p5-Test-Exception-LessClever>=0:${PORTSDIR}/devel/p5-Test-Exception-LessClever
 
-PERL_MODBUILD=	yes
+USES=		perl5
+USE_PERL5=	modbuild
 
 MAN3=	Devel::Declare::Interface.3 \
 	Devel::Declare::Parser.3 \

Modified: head/devel/p5-Devel-LexAlias/Makefile
==============================================================================
--- head/devel/p5-Devel-LexAlias/Makefile	Mon Sep  9 16:33:15 2013	(r326821)
+++ head/devel/p5-Devel-LexAlias/Makefile	Mon Sep  9 16:55:31 2013	(r326822)
@@ -16,7 +16,8 @@ LICENSE_COMB=	dual
 BUILD_DEPENDS=	p5-Devel-Caller>=0.03:${PORTSDIR}/devel/p5-Devel-Caller
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Devel::LexAlias.3
 

Modified: head/devel/p5-Devel-StackTrace-WithLexicals/Makefile
==============================================================================
--- head/devel/p5-Devel-StackTrace-WithLexicals/Makefile	Mon Sep  9 16:33:15 2013	(r326821)
+++ head/devel/p5-Devel-StackTrace-WithLexicals/Makefile	Mon Sep  9 16:55:31 2013	(r326822)
@@ -1,9 +1,4 @@
-# New ports collection makefile for:	Devel::StackTrace::WithLexicals
-# Date created:		13 Oct 2009
-# Whom:			Jun Kuriyama <kuriyama@FreeBSD.org>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	Devel-StackTrace-WithLexicals
 PORTVERSION=	0.10
@@ -19,7 +14,8 @@ RUN_DEPENDS=	\
 	p5-PadWalker>=1.92:${PORTSDIR}/devel/p5-PadWalker
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Devel::StackTrace::WithLexicals.3
 

Modified: head/devel/p5-Fennec-Lite/Makefile
==============================================================================
--- head/devel/p5-Fennec-Lite/Makefile	Mon Sep  9 16:33:15 2013	(r326821)
+++ head/devel/p5-Fennec-Lite/Makefile	Mon Sep  9 16:55:31 2013	(r326822)
@@ -1,9 +1,4 @@
-# New ports collection makefile for:	Fennec::Lite
-# Date created:		23 Nov 2010
-# Whom:			Jun Kuriyama <kuriyama@FreeBSD.org>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	Fennec-Lite
 PORTVERSION=	0.004
@@ -14,7 +9,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	kuriyama@FreeBSD.org
 COMMENT=	Perl extension for minimalist Fennec, the commonly used bits
 
-PERL_MODBUILD=	yes
+USES=		perl5
+USE_PERL5=	modbuild
 
 MAN3=	Fennec::Lite.3
 

Modified: head/devel/p5-Module-Versions/Makefile
==============================================================================
--- head/devel/p5-Module-Versions/Makefile	Mon Sep  9 16:33:15 2013	(r326821)
+++ head/devel/p5-Module-Versions/Makefile	Mon Sep  9 16:55:31 2013	(r326822)
@@ -1,9 +1,4 @@
-# New ports collection makefile for:	Module::Versions
-# Date created:		03 Apr 2010
-# Whom:			Jun Kuriyama <kuriyama@FreeBSD.org>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	Module-Versions
 PORTVERSION=	0.02
@@ -15,7 +10,8 @@ MAINTAINER=	kuriyama@FreeBSD.org
 COMMENT=	Perl extension to handle versions of loaded modules
 
 USE_ZIP=	yes
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Module::Versions.3
 

Modified: head/devel/p5-MooX-Options/Makefile
==============================================================================
--- head/devel/p5-MooX-Options/Makefile	Mon Sep  9 16:33:15 2013	(r326821)
+++ head/devel/p5-MooX-Options/Makefile	Mon Sep  9 16:55:31 2013	(r326822)
@@ -29,7 +29,8 @@ RUN_DEPENDS=	p5-Module-Runtime>=0.012:${
 		p5-Getopt-Long-Descriptive>=0.093:${PORTSDIR}/devel/p5-Getopt-Long-Descriptive \
 		p5-Regexp-Common>=0:${PORTSDIR}/textproc/p5-Regexp-Common
 
-PERL_MODBUILD=	yes
+USES=		perl5
+USE_PERL5=	modbuild
 
 MAN3=		MooX::Options.3 \
 		MooX::Options::Role.3

Modified: head/devel/p5-Shell-Source/Makefile
==============================================================================
--- head/devel/p5-Shell-Source/Makefile	Mon Sep  9 16:33:15 2013	(r326821)
+++ head/devel/p5-Shell-Source/Makefile	Mon Sep  9 16:55:31 2013	(r326822)
@@ -10,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	5u623l20@gmail.com
 COMMENT=	Run programs and inherit environment changes
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Shell::Source.3
 

Modified: head/devel/p5-String-Similarity/Makefile
==============================================================================
--- head/devel/p5-String-Similarity/Makefile	Mon Sep  9 16:33:15 2013	(r326821)
+++ head/devel/p5-String-Similarity/Makefile	Mon Sep  9 16:55:31 2013	(r326822)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-String-Similarity
-# Date created:				22 June 2001
-# Whom:					Kevin Lo <kevlo@FreeBSD.org>
-#
+# Created by: Kevin Lo <kevlo@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	String-Similarity
 PORTVERSION=	1.04
@@ -14,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	kevlo@FreeBSD.org
 COMMENT=	Perl module that calculates the similarity of two strings
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		String::Similarity.3
 

Modified: head/devel/p5-Term-ReadPassword/Makefile
==============================================================================
--- head/devel/p5-Term-ReadPassword/Makefile	Mon Sep  9 16:33:15 2013	(r326821)
+++ head/devel/p5-Term-ReadPassword/Makefile	Mon Sep  9 16:55:31 2013	(r326822)
@@ -1,9 +1,4 @@
-# New ports collection makefile for:	p5-Term-ReadPassword
-# Date created:		Aug 29 2005
-# Whom:			Jun Kuriyama <kuriyama@FreeBSD.org>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	Term-ReadPassword
 PORTVERSION=	0.11
@@ -14,7 +9,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	kuriyama@FreeBSD.org
 COMMENT=	Perl module for asking the user for a password
 
-PERL_CONFIGURE=	YES
+USES=		perl5
+USE_PERL5=	configure
 MAN3=		Term::ReadPassword.3
 
 .include <bsd.port.mk>

Modified: head/devel/p5-Thread-Apartment/Makefile
==============================================================================
--- head/devel/p5-Thread-Apartment/Makefile	Mon Sep  9 16:33:15 2013	(r326821)
+++ head/devel/p5-Thread-Apartment/Makefile	Mon Sep  9 16:55:31 2013	(r326822)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Thread-Apartment
-# Date created:		2006-08-29
-# Whom:			Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
-#
+# Created by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
 # $FreeBSD$
-#
 
 PORTNAME=	Thread-Apartment
 PORTVERSION=	0.51
@@ -19,7 +15,8 @@ RUN_DEPENDS=	p5-Thread-Queue-Duplex>=0.9
 		p5-Class-Inspector>=1.08:${PORTSDIR}/devel/p5-Class-Inspector
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Thread::Apartment.3
 

Modified: head/devel/p5-Thread-Queue-Duplex/Makefile
==============================================================================
--- head/devel/p5-Thread-Queue-Duplex/Makefile	Mon Sep  9 16:33:15 2013	(r326821)
+++ head/devel/p5-Thread-Queue-Duplex/Makefile	Mon Sep  9 16:55:31 2013	(r326822)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Thread-Queue-Duplex
-# Date created:		2006-08-29
-# Whom:			Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
-#
+# Created by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
 # $FreeBSD$
-#
 
 PORTNAME=	Thread-Queue-Duplex
 PORTVERSION=	0.92
@@ -14,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	tjs@cdpa.nsysu.edu.tw
 COMMENT=	Thread-safe request/response queue with identifiable elements
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Thread::Queue::Duplex.3 Thread::Queue::Queueable.3
 

Modified: head/devel/p5-Tie-ShareLite/Makefile
==============================================================================
--- head/devel/p5-Tie-ShareLite/Makefile	Mon Sep  9 16:33:15 2013	(r326821)
+++ head/devel/p5-Tie-ShareLite/Makefile	Mon Sep  9 16:55:31 2013	(r326822)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Tie-ShareLite
-# Date created:				21 Dec 2005
-# Whom:	      				jnlin@csie.nctu.edu.tw
-#
+# Created by: jnlin@csie.nctu.edu.tw
 # $FreeBSD$
-#
 
 PORTNAME=	Tie-ShareLite
 PORTVERSION=	0.03
@@ -17,7 +13,8 @@ COMMENT=	Tied hash interface to IPC::Sha
 
 RUN_DEPENDS=	p5-IPC-ShareLite>=0:${PORTSDIR}/devel/p5-IPC-ShareLite
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Tie::ShareLite.3
 



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