Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Sep 2013 17:58:28 +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: r326671 - in head/devel: avarice p5-Algorithm-Binpack p5-Data-Throttler-Memcached p5-DateTime-Calendar-Japanese p5-Devel-Declare p5-ExtUtils-Install p5-File-Find-Closures p5-File-Tail p...
Message-ID:  <201309071758.r87HwSYE066664@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: az
Date: Sat Sep  7 17:58:27 2013
New Revision: 326671
URL: http://svnweb.freebsd.org/changeset/ports/326671

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

Modified:
  head/devel/avarice/Makefile
  head/devel/p5-Algorithm-Binpack/Makefile
  head/devel/p5-Data-Throttler-Memcached/Makefile
  head/devel/p5-DateTime-Calendar-Japanese/Makefile   (contents, props changed)
  head/devel/p5-Devel-Declare/Makefile
  head/devel/p5-ExtUtils-Install/Makefile   (contents, props changed)
  head/devel/p5-File-Find-Closures/Makefile   (contents, props changed)
  head/devel/p5-File-Tail/Makefile   (contents, props changed)
  head/devel/p5-Hash-WithDefaults/Makefile   (contents, props changed)
  head/devel/p5-IO-MultiPipe/Makefile   (contents, props changed)
  head/devel/p5-Log-Dispatch-DBI/Makefile   (contents, props changed)
  head/devel/p5-MooseX-HasDefaults/Makefile   (contents, props changed)
  head/devel/p5-Perl-Metrics-Simple/Makefile   (contents, props changed)
  head/devel/p5-Perl-PrereqScanner/Makefile
  head/devel/p5-SVN-Hook/Makefile   (contents, props changed)
  head/devel/p5-SVN-Notify-Filter-Watchers/Makefile   (contents, props changed)
  head/devel/p5-Test-Class-Most/Makefile
  head/devel/p5-Test-Fatal/Makefile   (contents, props changed)
  head/devel/p5-Tie-DB_FileLock/Makefile   (contents, props changed)

Modified: head/devel/avarice/Makefile
==============================================================================
--- head/devel/avarice/Makefile	Sat Sep  7 17:53:23 2013	(r326670)
+++ head/devel/avarice/Makefile	Sat Sep  7 17:58:27 2013	(r326671)
@@ -15,7 +15,7 @@ BUILD_DEPENDS=	${LOCALBASE}/lib/libbfd.a
 		${LOCALBASE}/lib/libiberty.a:${PORTSDIR}/devel/gnulibiberty
 
 USE_BZIP2=	yes
-USE_PERL5=	yes
+USES=		perl5
 
 GNU_CONFIGURE=	yes
 #CONFIGURE_ENV=	LDFLAGS=-L${LOCALBASE}/lib CPPFLAGS=-I${LOCALBASE}/include

Modified: head/devel/p5-Algorithm-Binpack/Makefile
==============================================================================
--- head/devel/p5-Algorithm-Binpack/Makefile	Sat Sep  7 17:53:23 2013	(r326670)
+++ head/devel/p5-Algorithm-Binpack/Makefile	Sat Sep  7 17:58:27 2013	(r326671)
@@ -9,7 +9,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	wblock@FreeBSD.org
 COMMENT=	Efficiently pack items into bins
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Algorithm::BinPack.3
 

Modified: head/devel/p5-Data-Throttler-Memcached/Makefile
==============================================================================
--- head/devel/p5-Data-Throttler-Memcached/Makefile	Sat Sep  7 17:53:23 2013	(r326670)
+++ head/devel/p5-Data-Throttler-Memcached/Makefile	Sat Sep  7 17:58:27 2013	(r326671)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Data-Throttler-Memcached
-# Date created:		2008-01-30
-# Whom:			Masahiro Teramoto <markun@onohara.to>
-#
+# Created by: Masahiro Teramoto <markun@onohara.to>
 # $FreeBSD$
-#
 
 PORTNAME=	Data-Throttler-Memcached
 PORTVERSION=	0.00003
@@ -22,7 +18,8 @@ RUN_DEPENDS=	p5-Cache-Memcached-Managed>
 		p5-Data-Throttler>=0:${PORTSDIR}/devel/p5-Data-Throttler \
 		p5-Class-Accessor>0:${PORTSDIR}/devel/p5-Class-Accessor
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Data::Throttler::Memcached.3 \
 		Data::Throttler::BucketChain::Memcached.3

Modified: head/devel/p5-DateTime-Calendar-Japanese/Makefile
==============================================================================
--- head/devel/p5-DateTime-Calendar-Japanese/Makefile	Sat Sep  7 17:53:23 2013	(r326670)
+++ head/devel/p5-DateTime-Calendar-Japanese/Makefile	Sat Sep  7 17:58:27 2013	(r326671)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-DateTime-Calendar-Japanese
-# Date created:		2007-11-06
-# Whom:			Masahiro Teramoto <markun@onohara.to>
-#
+# Created by: Masahiro Teramoto <markun@onohara.to>
 # $FreeBSD$
-#
 
 PORTNAME=	DateTime-Calendar-Japanese
 PORTVERSION=	0.06001
@@ -31,7 +27,8 @@ RUN_DEPENDS=	p5-DateTime>=0:${PORTSDIR}/
 		p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \
 		p5-YAML>0:${PORTSDIR}/textproc/p5-YAML
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		DateTime::Calendar::Japanese.3
 

Modified: head/devel/p5-Devel-Declare/Makefile
==============================================================================
--- head/devel/p5-Devel-Declare/Makefile	Sat Sep  7 17:53:23 2013	(r326670)
+++ head/devel/p5-Devel-Declare/Makefile	Sat Sep  7 17:58:27 2013	(r326671)
@@ -20,7 +20,8 @@ BUILD_DEPENDS=	p5-ExtUtils-Depends>=0.30
 		${RUN_DEPENDS}
 TEST_DEPENDS=	p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Devel::Declare.3
 

Modified: head/devel/p5-ExtUtils-Install/Makefile
==============================================================================
--- head/devel/p5-ExtUtils-Install/Makefile	Sat Sep  7 17:53:23 2013	(r326670)
+++ head/devel/p5-ExtUtils-Install/Makefile	Sat Sep  7 17:58:27 2013	(r326671)
@@ -1,9 +1,4 @@
-# New ports collection makefile for:	ExtUtils::Install
-# Date created:		07 Aug 2009
-# Whom:			Jun Kuriyama <kuriyama@FreeBSD.org>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	ExtUtils-Install
 PORTVERSION=	1.54
@@ -15,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	kuriyama@FreeBSD.org
 COMMENT=	Perl extension to install files from here to there
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	ExtUtils::Install.3 \
 	ExtUtils::Installed.3 \

Modified: head/devel/p5-File-Find-Closures/Makefile
==============================================================================
--- head/devel/p5-File-Find-Closures/Makefile	Sat Sep  7 17:53:23 2013	(r326670)
+++ head/devel/p5-File-Find-Closures/Makefile	Sat Sep  7 17:58:27 2013	(r326671)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-File-Find-Closures
-# Date created:		2008-11-15
-# Whom:			Gea-Suan Lin <gslin@gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin@gslin.org>
 # $FreeBSD$
-#
 
 PORTNAME=	File-Find-Closures
 PORTVERSION=	1.09
@@ -15,7 +11,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	gslin@gslin.org
 COMMENT=	Functions you can use with File::Find
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		File::Find::Closures.3
 

Modified: head/devel/p5-File-Tail/Makefile
==============================================================================
--- head/devel/p5-File-Tail/Makefile	Sat Sep  7 17:53:23 2013	(r326670)
+++ head/devel/p5-File-Tail/Makefile	Sat Sep  7 17:58:27 2013	(r326671)
@@ -1,7 +1,4 @@
-# New ports collection makefile for:	File-Tail
-# Date created:			19 December 2000
-# Whom:				Jeremy Shaffner <jeremy@external.org>
-#
+# Created by: Jeremy Shaffner <jeremy@external.org>
 # $FreeBSD$
 
 PORTNAME=	File-Tail
@@ -13,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	kuriyama@FreeBSD.org
 COMMENT=	Perl Module to read the end of a file as it\'s appended to
 
-PERL_CONFIGURE=	YES
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		File::Tail.3
 

Modified: head/devel/p5-Hash-WithDefaults/Makefile
==============================================================================
--- head/devel/p5-Hash-WithDefaults/Makefile	Sat Sep  7 17:53:23 2013	(r326670)
+++ head/devel/p5-Hash-WithDefaults/Makefile	Sat Sep  7 17:58:27 2013	(r326671)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Hash-WithDefaults
-# Date created:		2006-08-15
-# Whom:			Gea-Suan Lin <gslin@gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin@gslin.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Hash-WithDefaults
 PORTVERSION=	0.04
@@ -14,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	gslin@gslin.org
 COMMENT=	Class for hashes with key-casing requirements supporting defaults
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Hash::WithDefaults.3
 

Modified: head/devel/p5-IO-MultiPipe/Makefile
==============================================================================
--- head/devel/p5-IO-MultiPipe/Makefile	Sat Sep  7 17:53:23 2013	(r326670)
+++ head/devel/p5-IO-MultiPipe/Makefile	Sat Sep  7 17:58:27 2013	(r326671)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-IO-MultiPipe
-# Date created:		2009-01-14
-# Whom:			Zane C, Bowers <vvelox@vvelox.net>
-#
+# Created by: Zane C, Bowers <vvelox@vvelox.net>
 # $FreeBSD$
-#
 
 PORTNAME=	IO-MultiPipe
 PORTVERSION=	0.0.0
@@ -15,7 +11,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	vvelox@vvelox.net
 COMMENT=	Check for errors when running a command through multiple pipes
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		IO::MultiPipe.3
 

Modified: head/devel/p5-Log-Dispatch-DBI/Makefile
==============================================================================
--- head/devel/p5-Log-Dispatch-DBI/Makefile	Sat Sep  7 17:53:23 2013	(r326670)
+++ head/devel/p5-Log-Dispatch-DBI/Makefile	Sat Sep  7 17:58:27 2013	(r326671)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Log-Dispatch-DBI
-# Date created:				2011-08-22
-# Whom:					Ralf Gebhart <gebhart@secnetix.de>
-#
+# Created by: Ralf Gebhart <gebhart@secnetix.de>
 # $FreeBSD$
-#
 
 PORTNAME=	Log-Dispatch-DBI
 PORTVERSION=	0.02
@@ -20,7 +16,8 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 TEST_DEPENDS=	p5-DBD-CSV>0:${PORTSDIR}/databases/p5-DBD-CSV
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Log::Dispatch::DBI.3
 

Modified: head/devel/p5-MooseX-HasDefaults/Makefile
==============================================================================
--- head/devel/p5-MooseX-HasDefaults/Makefile	Sat Sep  7 17:53:23 2013	(r326670)
+++ head/devel/p5-MooseX-HasDefaults/Makefile	Sat Sep  7 17:58:27 2013	(r326671)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	Mason
-# Date created:				03 April, 2012
-# Whom:					Muhammad Moinur Rahman <5u623l20@gmail.com>
-#
+# Created by: Muhammad Moinur Rahman <5u623l20@gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	MooseX-HasDefaults
 PORTVERSION=	0.03
@@ -17,7 +13,8 @@ COMMENT=	Default "is" to "ro" or "rw" fo
 BUILD_DEPENDS=	p5-Moose>2:${PORTSDIR}/devel/p5-Moose \
 		p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		MooseX::HasDefaults.3
 

Modified: head/devel/p5-Perl-Metrics-Simple/Makefile
==============================================================================
--- head/devel/p5-Perl-Metrics-Simple/Makefile	Sat Sep  7 17:53:23 2013	(r326670)
+++ head/devel/p5-Perl-Metrics-Simple/Makefile	Sat Sep  7 17:58:27 2013	(r326671)
@@ -18,7 +18,8 @@ TEST_DEPENDS=	\
 	p5-Test-Pod>0:${PORTSDIR}/devel/p5-Test-Pod \
 	p5-Test-Pod-Coverage>0:${PORTSDIR}/devel/p5-Test-Pod-Coverage
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN1=	countperl.1
 MAN3=	Perl::Metrics::Simple.3 \

Modified: head/devel/p5-Perl-PrereqScanner/Makefile
==============================================================================
--- head/devel/p5-Perl-PrereqScanner/Makefile	Sat Sep  7 17:53:23 2013	(r326670)
+++ head/devel/p5-Perl-PrereqScanner/Makefile	Sat Sep  7 17:58:27 2013	(r326671)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	devel/p5-Perl-PrereqScanner
-# Date created:				2011-09-19
-# Whom:					Geraud CONTINSOUZAS <geraud@gcu.info>
-#
+# Created by: Geraud CONTINSOUZAS <geraud@gcu.info>
 # $FreeBSD$
-#
 
 PORTNAME=	Perl-PrereqScanner
 PORTVERSION=	1.014
@@ -27,7 +23,8 @@ BUILD_DEPENDS=	p5-CPAN-Meta>=2.120630:${
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN1=	scan_prereqs.1
 MAN3=	Perl::PrereqScanner.3 \

Modified: head/devel/p5-SVN-Hook/Makefile
==============================================================================
--- head/devel/p5-SVN-Hook/Makefile	Sat Sep  7 17:53:23 2013	(r326670)
+++ head/devel/p5-SVN-Hook/Makefile	Sat Sep  7 17:58:27 2013	(r326671)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	SVN::Hook
-# Date created:		2008-02-12
-# Whom:			Greg Larkin <glarkin@FreeBSD.org>
-#
+# Created by: Greg Larkin <glarkin@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	SVN-Hook
 PORTVERSION=	0.28
@@ -19,7 +15,8 @@ RUN_DEPENDS=	p5-Path-Class>=0:${PORTSDIR
 BUILD_DEPENDS=	p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \
 		p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN1=		svnhook.1
 MAN3=		SVN::Hook.3

Modified: head/devel/p5-SVN-Notify-Filter-Watchers/Makefile
==============================================================================
--- head/devel/p5-SVN-Notify-Filter-Watchers/Makefile	Sat Sep  7 17:53:23 2013	(r326670)
+++ head/devel/p5-SVN-Notify-Filter-Watchers/Makefile	Sat Sep  7 17:58:27 2013	(r326671)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	SVN-Notify-Filter-Watchers
-# Date created:		2008-04-22
-# Whom:			Greg Larkin <glarkin@FreeBSD.org>
-#
+# Created by: Greg Larkin <glarkin@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	SVN-Notify-Filter-Watchers
 PORTVERSION=	0.10
@@ -17,7 +13,8 @@ COMMENT=	Subscribe to SVN::Notify commit
 RUN_DEPENDS=	p5-SVN-Notify>=2.72:${PORTSDIR}/devel/p5-SVN-Notify
 BUILD_DEPENDS=	p5-SVN-Notify>=2.72:${PORTSDIR}/devel/p5-SVN-Notify
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		SVN::Notify::Filter::Watchers.3
 

Modified: head/devel/p5-Test-Class-Most/Makefile
==============================================================================
--- head/devel/p5-Test-Class-Most/Makefile	Sat Sep  7 17:53:23 2013	(r326670)
+++ head/devel/p5-Test-Class-Most/Makefile	Sat Sep  7 17:58:27 2013	(r326671)
@@ -18,7 +18,8 @@ BUILD_DEPENDS=	p5-Test-Class>=0.38:${POR
 		p5-Test-Most>=0.31:${PORTSDIR}/devel/p5-Test-Most
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_MODBUILD=	yes
+USES=		perl5
+USE_PERL5=	modbuild
 
 PLIST_FILES=	%%SITE_PERL%%/Test/Class/Most.pm
 PLIST_DIRSTRY=	%%SITE_PERL%%/Test/Class %%SITE_PERL%%/Test

Modified: head/devel/p5-Test-Fatal/Makefile
==============================================================================
--- head/devel/p5-Test-Fatal/Makefile	Sat Sep  7 17:53:23 2013	(r326670)
+++ head/devel/p5-Test-Fatal/Makefile	Sat Sep  7 17:58:27 2013	(r326671)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	devel/p5-Test-Fatal
-# Date created:				2010-11-15
-# Whom:					Frederic Culot <culot@FreeBSD.org>
-#
+# Created by: Frederic Culot <culot@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Test-Fatal
 PORTVERSION=	0.010
@@ -20,7 +16,8 @@ LICENSE_COMB=	dual
 BUILD_DEPENDS=	p5-Try-Tiny>=0.07:${PORTSDIR}/lang/p5-Try-Tiny
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Test::Fatal.3
 

Modified: head/devel/p5-Tie-DB_FileLock/Makefile
==============================================================================
--- head/devel/p5-Tie-DB_FileLock/Makefile	Sat Sep  7 17:53:23 2013	(r326670)
+++ head/devel/p5-Tie-DB_FileLock/Makefile	Sat Sep  7 17:58:27 2013	(r326671)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Tie-DB_FileLock
-# Date created:				August 17 2000
-# Whom:	      				Josh Tiefenbach <josh@zipperup.org>
-#
+# Created by: Josh Tiefenbach <josh@zipperup.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Tie-DB_FileLock
 PORTVERSION=	0.11
@@ -14,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	josh@zipperup.org
 COMMENT=	Locking access to Berkeley DB v1.x
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=			Tie::DB_FileLock.3
 



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