Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Sep 2013 06:18:53 +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: r326703 - in head/devel: autoconf213 p5-BS-Event p5-CPAN-Reporter-Smoker p5-Data-Visitor-Encode p5-File-Sync p5-File-Tail-Dir p5-Hash-MoreUtils p5-IO-Toolkit p5-Module-Depends p5-MooseX...
Message-ID:  <201309080618.r886Irhv022431@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: az
Date: Sun Sep  8 06:18:53 2013
New Revision: 326703
URL: http://svnweb.freebsd.org/changeset/ports/326703

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

Modified:
  head/devel/autoconf213/Makefile   (contents, props changed)
  head/devel/p5-BS-Event/Makefile   (contents, props changed)
  head/devel/p5-CPAN-Reporter-Smoker/Makefile   (contents, props changed)
  head/devel/p5-Data-Visitor-Encode/Makefile   (contents, props changed)
  head/devel/p5-File-Sync/Makefile   (contents, props changed)
  head/devel/p5-File-Tail-Dir/Makefile
  head/devel/p5-Hash-MoreUtils/Makefile   (contents, props changed)
  head/devel/p5-IO-Toolkit/Makefile
  head/devel/p5-Module-Depends/Makefile
  head/devel/p5-MooseX-Attribute-ENV/Makefile   (contents, props changed)
  head/devel/p5-MooseX-Types-PortNumber/Makefile
  head/devel/p5-Sub-Alias/Makefile   (contents, props changed)
  head/devel/p5-Test-EOL/Makefile
  head/devel/p5-Test-Mock-LWP/Makefile   (contents, props changed)
  head/devel/p5-Test-NoTabs/Makefile   (contents, props changed)
  head/devel/p5-Test-PerlTidy/Makefile   (contents, props changed)
  head/devel/p5-libalarm/Makefile
  head/devel/p5-libxml-enno/Makefile   (contents, props changed)
  head/devel/p5-parent/Makefile   (contents, props changed)

Modified: head/devel/autoconf213/Makefile
==============================================================================
--- head/devel/autoconf213/Makefile	Sun Sep  8 05:43:26 2013	(r326702)
+++ head/devel/autoconf213/Makefile	Sun Sep  8 06:18:53 2013	(r326703)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	autoconf
-# Date created:		7 October 1995
-# Whom:			torstenb@FreeBSD.org
-#
+# Created by: torstenb@FreeBSD.org
 # $FreeBSD$
-#
 
 PORTNAME=	autoconf
 PORTVERSION=	2.13.000227
@@ -27,7 +23,7 @@ BUILD_VERSION=	2.13
 PLIST_SUB=	BUILD_VERSION=${BUILD_VERSION}
 LATEST_LINK=	autoconf213
 USE_BZIP2=	yes
-USE_PERL5=	yes
+USES=		perl5
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	CONFIG_SHELL=${SH} M4=${LOCALBASE}/bin/gm4 AWK=${AWK}
 CONFIGURE_ARGS=	--program-suffix=-${BUILD_VERSION}

Modified: head/devel/p5-BS-Event/Makefile
==============================================================================
--- head/devel/p5-BS-Event/Makefile	Sun Sep  8 05:43:26 2013	(r326702)
+++ head/devel/p5-BS-Event/Makefile	Sun Sep  8 06:18:53 2013	(r326703)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-BS-Event
-# Date created:		2008-04-10
-# Whom:			Gea-Suan Lin <gslin@gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin@gslin.org>
 # $FreeBSD$
-#
 
 PORTNAME=	BS-Event
 PORTVERSION=	0.3
@@ -15,7 +11,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	gslin@gslin.org
 COMMENT=	A class that provides an event callback interface
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		BS::Event.3
 

Modified: head/devel/p5-CPAN-Reporter-Smoker/Makefile
==============================================================================
--- head/devel/p5-CPAN-Reporter-Smoker/Makefile	Sun Sep  8 05:43:26 2013	(r326702)
+++ head/devel/p5-CPAN-Reporter-Smoker/Makefile	Sun Sep  8 06:18:53 2013	(r326703)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-CPAN-Reporter-Smoker
-# Date created:		2011-02-04
-# Whom:			Steve Wills <swills@FreeBSD.org>
-#
+# Created by: Steve Wills <swills@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	CPAN-Reporter-Smoker
 PORTVERSION=	0.24
@@ -21,6 +17,7 @@ BUILD_DEPENDS=	p5-CPAN-Checksums>0:${POR
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 MAN3=		CPAN::Reporter::Smoker.3
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 .include <bsd.port.mk>

Modified: head/devel/p5-Data-Visitor-Encode/Makefile
==============================================================================
--- head/devel/p5-Data-Visitor-Encode/Makefile	Sun Sep  8 05:43:26 2013	(r326702)
+++ head/devel/p5-Data-Visitor-Encode/Makefile	Sun Sep  8 06:18:53 2013	(r326703)
@@ -1,9 +1,4 @@
-# New ports collection makefile for:	Data::Visitor::Encode
-# Date created:		23 Jan 2009
-# Whom:			Jun Kuriyama <kuriyama@FreeBSD.org>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	Data-Visitor-Encode
 PORTVERSION=	0.10007
@@ -19,7 +14,8 @@ RUN_DEPENDS=	\
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 TEST_DEPENDS=	p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Data::Visitor::Encode.3
 

Modified: head/devel/p5-File-Sync/Makefile
==============================================================================
--- head/devel/p5-File-Sync/Makefile	Sun Sep  8 05:43:26 2013	(r326702)
+++ head/devel/p5-File-Sync/Makefile	Sun Sep  8 06:18:53 2013	(r326703)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-File-Sync
-# Date created:		6 March 1998
-# Whom:			Jun Kuriyama <kuriyama@opt.phys.waseda.ac.jp>
-#
+# Created by: Jun Kuriyama <kuriyama@opt.phys.waseda.ac.jp>
 # $FreeBSD$
-#
 
 PORTNAME=	File-Sync
 PORTVERSION=	0.11
@@ -14,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	kuriyama@FreeBSD.org
 COMMENT=	Perl5 module interface to the UNIX sync(2) and POSIX.1b fsync(2)
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		File::Sync.3
 

Modified: head/devel/p5-File-Tail-Dir/Makefile
==============================================================================
--- head/devel/p5-File-Tail-Dir/Makefile	Sun Sep  8 05:43:26 2013	(r326702)
+++ head/devel/p5-File-Tail-Dir/Makefile	Sun Sep  8 06:18:53 2013	(r326703)
@@ -18,7 +18,8 @@ RUN_DEPENDS=	p5-File-ChangeNotify>0:${PO
 		p5-Moose>0:${PORTSDIR}/devel/p5-Moose \
 		p5-YAML>0:${PORTSDIR}/textproc/p5-YAML
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		File::Tail::Dir.3
 

Modified: head/devel/p5-Hash-MoreUtils/Makefile
==============================================================================
--- head/devel/p5-Hash-MoreUtils/Makefile	Sun Sep  8 05:43:26 2013	(r326702)
+++ head/devel/p5-Hash-MoreUtils/Makefile	Sun Sep  8 06:18:53 2013	(r326703)
@@ -1,9 +1,4 @@
-# New ports collection makefile for:	Hash::MoreUtils
-# Date created:		02 Mar 2009
-# Whom:			Jun Kuriyama <kuriyama@FreeBSD.org>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	Hash-MoreUtils
 PORTVERSION=	0.02
@@ -14,7 +9,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	kuriyama@FreeBSD.org
 COMMENT=	Perl extension to provide the stuff missing in Hash::Util
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Hash::MoreUtils.3
 

Modified: head/devel/p5-IO-Toolkit/Makefile
==============================================================================
--- head/devel/p5-IO-Toolkit/Makefile	Sun Sep  8 05:43:26 2013	(r326702)
+++ head/devel/p5-IO-Toolkit/Makefile	Sun Sep  8 06:18:53 2013	(r326703)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-IO-Toolkit
-# Date created:		2006-07-12
-# Whom:			Yuan-Chung Hsiao <ychsiao@ychsiao.org>
-#
+# Created by: Yuan-Chung Hsiao <ychsiao@ychsiao.org>
 # $FreeBSD$
-#
 
 PORTNAME=	IO-Toolkit
 PORTVERSION=	1.008
@@ -19,7 +15,8 @@ COMMENT=	IO::Toolkit - Perl extension to
 BUILD_DEPENDS=	p5-Crypt-RC6>=0:${PORTSDIR}/security/p5-Crypt-RC6
 RUN_DEPENDS=	p5-Crypt-RC6>=0:${PORTSDIR}/security/p5-Crypt-RC6
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	IO::Toolkit.3
 

Modified: head/devel/p5-Module-Depends/Makefile
==============================================================================
--- head/devel/p5-Module-Depends/Makefile	Sun Sep  8 05:43:26 2013	(r326702)
+++ head/devel/p5-Module-Depends/Makefile	Sun Sep  8 06:18:53 2013	(r326703)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Module-Depends
-# Date created:				2008-10-17
-# Whom:					Yen-Ming Lee <leeym@FreeBSD.org>
-#
+# Created by: Yen-Ming Lee <leeym@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Module-Depends
 PORTVERSION=	0.16
@@ -18,7 +14,8 @@ RUN_DEPENDS=	p5-Class-Accessor-Chained>=
 		p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-PERL_MODBUILD=	yes
+USES=		perl5
+USE_PERL5=	modbuild
 
 MAN3=		Module::Depends::Intrusive.3 Module::Depends.3
 

Modified: head/devel/p5-MooseX-Attribute-ENV/Makefile
==============================================================================
--- head/devel/p5-MooseX-Attribute-ENV/Makefile	Sun Sep  8 05:43:26 2013	(r326702)
+++ head/devel/p5-MooseX-Attribute-ENV/Makefile	Sun Sep  8 06:18:53 2013	(r326703)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-MooseX-Attribute-ENV
-# Date created:				18 November 2010
-# Whom: 				alan <Alan@Wave2.org>
-#
+# Created by: alan <Alan@Wave2.org>
 # $FreeBSD$
-#
 
 PORTNAME=	MooseX-Attribute-ENV
 PORTVERSION=	0.02
@@ -20,7 +16,8 @@ LICENSE_COMB=	dual
 BUILD_DEPENDS=	p5-Moose>=1.19:${PORTSDIR}/devel/p5-Moose
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		MooseX::Attribute::ENV.3
 

Modified: head/devel/p5-MooseX-Types-PortNumber/Makefile
==============================================================================
--- head/devel/p5-MooseX-Types-PortNumber/Makefile	Sun Sep  8 05:43:26 2013	(r326702)
+++ head/devel/p5-MooseX-Types-PortNumber/Makefile	Sun Sep  8 06:18:53 2013	(r326703)
@@ -17,7 +17,8 @@ RUN_DEPENDS=	p5-MooseX-Types>=0:${PORTSD
 TEST_DEPENDS=	p5-Test-Exception>=0.31:${PORTSDIR}/devel/p5-Test-Exception \
 		p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		MooseX::Types::PortNumber.3
 

Modified: head/devel/p5-Sub-Alias/Makefile
==============================================================================
--- head/devel/p5-Sub-Alias/Makefile	Sun Sep  8 05:43:26 2013	(r326702)
+++ head/devel/p5-Sub-Alias/Makefile	Sun Sep  8 06:18:53 2013	(r326703)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	devel/p5-Sub-Alias
-# Date created:				2011-06-06
-# Whom:					Peter Vereshagin <peter@vereshagin.org>
-#
+# Created by: Peter Vereshagin <peter@vereshagin.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Sub-Alias
 PORTVERSION=	0.03
@@ -21,7 +17,8 @@ RUN_DEPENDS=	p5-Sub-Exporter>=0:${PORTSD
 		p5-Devel-Declare>=0:${PORTSDIR}/devel/p5-Devel-Declare \
 		p5-Devel-BeginLift>=0:${PORTSDIR}/devel/p5-Devel-BeginLift
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 LICENSE=	MIT
 

Modified: head/devel/p5-Test-EOL/Makefile
==============================================================================
--- head/devel/p5-Test-EOL/Makefile	Sun Sep  8 05:43:26 2013	(r326702)
+++ head/devel/p5-Test-EOL/Makefile	Sun Sep  8 06:18:53 2013	(r326703)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:    p5-Test-EOL
-# Date created:				2011-02-15
-# Whom:	      				milki@rescomp.berkeley.edu
-#
+# Created by: milki@rescomp.berkeley.edu
 # $FreeBSD$
-#
 
 PORTNAME=	Test-EOL
 PORTVERSION=	1.5
@@ -22,7 +18,8 @@ TEST_DEPENDS=	p5-Pod-Coverage>=1.08:${PO
 		p5-Pod-Coverage-TrustPod>=0:${PORTSDIR}/devel/p5-Pod-Coverage-TrustPod \
 		p5-Test-Pod>=1.41:${PORTSDIR}/devel/p5-Test-Pod
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Test::EOL.3
 

Modified: head/devel/p5-Test-Mock-LWP/Makefile
==============================================================================
--- head/devel/p5-Test-Mock-LWP/Makefile	Sun Sep  8 05:43:26 2013	(r326702)
+++ head/devel/p5-Test-Mock-LWP/Makefile	Sun Sep  8 06:18:53 2013	(r326703)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Test-Mock-LWP
-# Date created:		2009-03-13
-# Whom:			TAKAHASHI Kaoru <kaoru@kaisei.org>
-#
+# Created by: TAKAHASHI Kaoru <kaoru@kaisei.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Test-Mock-LWP
 PORTVERSION=	0.06
@@ -16,7 +12,8 @@ COMMENT=	Easy mocking of LWP packages
 
 RUN_DEPENDS=	p5-Test-MockObject>=1.08:${PORTSDIR}/devel/p5-Test-MockObject
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Test::Mock::HTTP::Request.3 \
 		Test::Mock::HTTP::Response.3 \

Modified: head/devel/p5-Test-NoTabs/Makefile
==============================================================================
--- head/devel/p5-Test-NoTabs/Makefile	Sun Sep  8 05:43:26 2013	(r326702)
+++ head/devel/p5-Test-NoTabs/Makefile	Sun Sep  8 06:18:53 2013	(r326703)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:    p5-Test-NoTabs
-# Date created:				2011-02-16
-# Whom:	      				milki <milki@rescomp.berkeley.edu>
-#
+# Created by: milki <milki@rescomp.berkeley.edu>
 # $FreeBSD$
-#
 
 PORTNAME=	Test-NoTabs
 PORTVERSION=	1.3
@@ -18,7 +14,8 @@ COMMENT=	Check the presence of tabs in y
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Test::NoTabs.3
 

Modified: head/devel/p5-Test-PerlTidy/Makefile
==============================================================================
--- head/devel/p5-Test-PerlTidy/Makefile	Sun Sep  8 05:43:26 2013	(r326702)
+++ head/devel/p5-Test-PerlTidy/Makefile	Sun Sep  8 06:18:53 2013	(r326703)
@@ -16,7 +16,8 @@ RUN_DEPENDS=	\
 	p5-Text-Diff>0:${PORTSDIR}/textproc/p5-Text-Diff
 BUILD_DEPENDS=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Test::PerlTidy.3
 

Modified: head/devel/p5-libalarm/Makefile
==============================================================================
--- head/devel/p5-libalarm/Makefile	Sun Sep  8 05:43:26 2013	(r326702)
+++ head/devel/p5-libalarm/Makefile	Sun Sep  8 06:18:53 2013	(r326703)
@@ -11,7 +11,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	delgod@portaone.com
 COMMENT=	Allow multiple, queued alarms
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Alarm::_TieSIG.3 \
 		Alarm::Concurrent.3 \

Modified: head/devel/p5-libxml-enno/Makefile
==============================================================================
--- head/devel/p5-libxml-enno/Makefile	Sun Sep  8 05:43:26 2013	(r326702)
+++ head/devel/p5-libxml-enno/Makefile	Sun Sep  8 06:18:53 2013	(r326703)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-libxml-enno
-# Date created:		2010-03-03
-# Whom:			Steve Wills <steve@mouf.net>
-#
+# Created by: Steve Wills <steve@mouf.net>
 # $FreeBSD$
-#
 
 PORTNAME=	libxml-enno
 PORTVERSION=	1.02
@@ -30,7 +26,8 @@ CONFLICTS=	p5-XML-DOM-[0-9]* p5-XML-Filt
 		p5-XML-Filter-Reindent-[0-9]* p5-XML-Filter-SAXT-[0-9]* \
 		p5-XML-RegExp-[0-9]* p5-XML-XQL-[0-9]*
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	XML::Checker.3 XML::Checker::Parser.3 XML::DOM.3 XML::DOM::AttDef.3 \
 	XML::DOM::AttlistDecl.3 XML::DOM::Attr.3 XML::DOM::CDATASection.3 \

Modified: head/devel/p5-parent/Makefile
==============================================================================
--- head/devel/p5-parent/Makefile	Sun Sep  8 05:43:26 2013	(r326702)
+++ head/devel/p5-parent/Makefile	Sun Sep  8 06:18:53 2013	(r326703)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	parent
-# Date created:				24 Oct 2007
-# Whom:					Rong-En Fan <rafan@FreeBSD.org>
-#
+# Created by: Rong-En Fan <rafan@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	parent
 PORTVERSION=	0.225
@@ -15,7 +11,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	rafan@FreeBSD.org
 COMMENT=	Establish an ISA relationship with base classes at compile time
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		parent.3
 



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