svn commit: r326896 - in head/databases: mysql2pgsql p5-Amon2-DBI p5-AnyEvent-DBD-Pg p5-Cache-Memcached-libmemcached p5-Class-DBI-Plugin-Iterator p5-DBIx-Class-DeploymentHandler p5-DBIx-DBHResolver...

Andrej Zverev az at FreeBSD.org
Tue Sep 10 12:14:26 UTC 2013


Author: az
Date: Tue Sep 10 12:14:21 2013
New Revision: 326896
URL: http://svnweb.freebsd.org/changeset/ports/326896

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

Modified:
  head/databases/mysql2pgsql/Makefile   (contents, props changed)
  head/databases/p5-Amon2-DBI/Makefile   (contents, props changed)
  head/databases/p5-AnyEvent-DBD-Pg/Makefile   (contents, props changed)
  head/databases/p5-Cache-Memcached-libmemcached/Makefile   (contents, props changed)
  head/databases/p5-Class-DBI-Plugin-Iterator/Makefile   (contents, props changed)
  head/databases/p5-DBIx-Class-DeploymentHandler/Makefile   (contents, props changed)
  head/databases/p5-DBIx-DBHResolver/Makefile   (contents, props changed)
  head/databases/p5-DBIx-HA/Makefile   (contents, props changed)
  head/databases/p5-DBIx-RetryOverDisconnects/Makefile   (contents, props changed)
  head/databases/p5-DBIx-SearchBuilder/Makefile
  head/databases/p5-HTML-FormHandler-Model-DBIC/Makefile   (contents, props changed)
  head/databases/p5-ORLite/Makefile
  head/databases/p5-Relations-Query/Makefile
  head/databases/p5-Rose-DBx-Object-MoreHelpers/Makefile
  head/databases/p5-Search-Namazu/Makefile   (contents, props changed)
  head/databases/p5-Teng/Makefile   (contents, props changed)
  head/databases/p5-Test-Fixture-DBI/Makefile   (contents, props changed)
  head/databases/pgtop/Makefile   (contents, props changed)
  head/databases/rrdman/Makefile

Modified: head/databases/mysql2pgsql/Makefile
==============================================================================
--- head/databases/mysql2pgsql/Makefile	Tue Sep 10 11:35:30 2013	(r326895)
+++ head/databases/mysql2pgsql/Makefile	Tue Sep 10 12:14:21 2013	(r326896)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	mysql2pgsql
-# Date Created:				27 May 2001
-# Whom:					Pete Fritchman <petef at databits.net>
-#
+# Created by: Pete Fritchman <petef at databits.net>
 # $FreeBSD$
-#
 
 PORTNAME=	mysql2pgsql
 PORTVERSION=	1.2
@@ -17,7 +13,7 @@ MAINTAINER=	klossalex at gmail.com
 COMMENT=	Convert a MySQL dump to a PostgreSQL dump
 
 PLIST_FILES=	bin/mysql2pgsql
-USE_PERL5=	yes
+USES=		perl5
 NO_BUILD=	yes
 
 do-extract:

Modified: head/databases/p5-Amon2-DBI/Makefile
==============================================================================
--- head/databases/p5-Amon2-DBI/Makefile	Tue Sep 10 11:35:30 2013	(r326895)
+++ head/databases/p5-Amon2-DBI/Makefile	Tue Sep 10 12:14:21 2013	(r326896)
@@ -21,7 +21,8 @@ TEST_DEPENDS=	\
 	p5-Amon2>0:${PORTSDIR}/www/p5-Amon2 \
 	p5-Test-Memory-Cycle>0:${PORTSDIR}/devel/p5-Test-Memory-Cycle
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Amon2::DBI.3
 

Modified: head/databases/p5-AnyEvent-DBD-Pg/Makefile
==============================================================================
--- head/databases/p5-AnyEvent-DBD-Pg/Makefile	Tue Sep 10 11:35:30 2013	(r326895)
+++ head/databases/p5-AnyEvent-DBD-Pg/Makefile	Tue Sep 10 12:14:21 2013	(r326896)
@@ -1,9 +1,4 @@
-# New ports collection makefile for:	AnyEvent::DBD::Pg
-# Date created:		02 Dec 2010
-# Whom:			Jun Kuriyama <kuriyama at FreeBSD.org>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	AnyEvent-DBD-Pg
 PORTVERSION=	0.03
@@ -24,7 +19,8 @@ RUN_DEPENDS=	p5-AnyEvent>=5:${PORTSDIR}/
 		p5-common-sense>=3:${PORTSDIR}/devel/p5-common-sense
 TEST_DEPENDS=	p5-lib-abs>=0.90:${PORTSDIR}/devel/p5-lib-abs
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	AnyEvent::DBD::Pg.3
 

Modified: head/databases/p5-Cache-Memcached-libmemcached/Makefile
==============================================================================
--- head/databases/p5-Cache-Memcached-libmemcached/Makefile	Tue Sep 10 11:35:30 2013	(r326895)
+++ head/databases/p5-Cache-Memcached-libmemcached/Makefile	Tue Sep 10 12:14:21 2013	(r326896)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Cache-Memcached-libmemcached
-# Date created:		Jun 06 2011
-# Whom:			Dmitry Liakh <dliakh at ukr.net>
-#
+# Created by: Dmitry Liakh <dliakh at ukr.net>
 # $FreeBSD$
-#
 
 PORTNAME=	Cache-Memcached-libmemcached
 PORTVERSION=	0.02011
@@ -19,7 +15,8 @@ BUILD_DEPENDS=	p5-Memcached-libmemcached
 		p5-Task-Weaken>=0:${PORTSDIR}/devel/p5-Task-Weaken
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Cache::Memcached::libmemcached.3
 

Modified: head/databases/p5-Class-DBI-Plugin-Iterator/Makefile
==============================================================================
--- head/databases/p5-Class-DBI-Plugin-Iterator/Makefile	Tue Sep 10 11:35:30 2013	(r326895)
+++ head/databases/p5-Class-DBI-Plugin-Iterator/Makefile	Tue Sep 10 12:14:21 2013	(r326896)
@@ -1,9 +1,4 @@
-# New ports collection makefile for:	Class-DBI-Plugin-Iterator
-# Date created:		26 Oct 2005
-# Whom:			Jun Kuriyama <kuriyama at FreeBSD.org>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	Class-DBI-Plugin-Iterator
 PORTVERSION=	0.13
@@ -18,7 +13,8 @@ BUILD_DEPENDS=	p5-Class-DBI>=0:${PORTSDI
 TEST_DEPENDS=	p5-DBD-SQLite>=1.27:${PORTSDIR}/databases/p5-DBD-SQLite \
 		p5-Class-DBI-Pager>=0:${PORTSDIR}/databases/p5-Class-DBI-Pager
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 MAN3=		Class::DBI::Plugin::Iterator.3 \
 		Class::DBI::Plugin::Iterator::Nihongo.3
 

Modified: head/databases/p5-DBIx-Class-DeploymentHandler/Makefile
==============================================================================
--- head/databases/p5-DBIx-Class-DeploymentHandler/Makefile	Tue Sep 10 11:35:30 2013	(r326895)
+++ head/databases/p5-DBIx-Class-DeploymentHandler/Makefile	Tue Sep 10 12:14:21 2013	(r326896)
@@ -31,7 +31,8 @@ TEST_DEPENDS=	\
 	p5-Test-Requires>=0.06:${PORTSDIR}/devel/p5-Test-Requires \
 	p5-Test-Simple>0:${PORTSDIR}/devel/p5-Test-Simple
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	DBIx::Class::DeploymentHandler.3 \
 	DBIx::Class::DeploymentHandler::Cookbook::CustomResultSource.3 \

Modified: head/databases/p5-DBIx-DBHResolver/Makefile
==============================================================================
--- head/databases/p5-DBIx-DBHResolver/Makefile	Tue Sep 10 11:35:30 2013	(r326895)
+++ head/databases/p5-DBIx-DBHResolver/Makefile	Tue Sep 10 12:14:21 2013	(r326896)
@@ -1,9 +1,4 @@
-# New ports collection makefile for:	DBIx::DBHResolver
-# Date created:		16 Oct 2010
-# Whom:			Jun Kuriyama <kuriyama at FreeBSD.org>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	DBIx-DBHResolver
 PORTVERSION=	0.17
@@ -29,7 +24,8 @@ TEST_DEPENDS=	p5-List-MoreUtils>=0:${POR
 		p5-Sub-Uplevel>=0:${PORTSDIR}/devel/p5-Sub-Uplevel
 # TODO: fix test.
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	DBIx::DBHResolver.3 \
 	DBIx::DBHResolver::Strategy.3 \

Modified: head/databases/p5-DBIx-HA/Makefile
==============================================================================
--- head/databases/p5-DBIx-HA/Makefile	Tue Sep 10 11:35:30 2013	(r326895)
+++ head/databases/p5-DBIx-HA/Makefile	Tue Sep 10 12:14:21 2013	(r326896)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-DBIx-HA
-# Date created:		2007-05-02
-# Whom:			Gea-Suan Lin <gslin at gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin at gslin.org>
 # $FreeBSD$
-#
 
 PORTNAME=	DBIx-HA
 PORTVERSION=	1.1
@@ -15,7 +11,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	miwi at FreeBSD.org
 COMMENT=	High Availability package for DBI
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		DBIx::HA.3
 

Modified: head/databases/p5-DBIx-RetryOverDisconnects/Makefile
==============================================================================
--- head/databases/p5-DBIx-RetryOverDisconnects/Makefile	Tue Sep 10 11:35:30 2013	(r326895)
+++ head/databases/p5-DBIx-RetryOverDisconnects/Makefile	Tue Sep 10 12:14:21 2013	(r326896)
@@ -14,7 +14,8 @@ BUILD_DEPENDS=	p5-DBI>0:${PORTSDIR}/data
 		p5-Exception-Class>0:${PORTSDIR}/devel/p5-Exception-Class
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	DBIx::RetryOverDisconnects.3
 

Modified: head/databases/p5-DBIx-SearchBuilder/Makefile
==============================================================================
--- head/databases/p5-DBIx-SearchBuilder/Makefile	Tue Sep 10 11:35:30 2013	(r326895)
+++ head/databases/p5-DBIx-SearchBuilder/Makefile	Tue Sep 10 12:14:21 2013	(r326896)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	databases/p5-DBIx-SearchBuilder
-# Date created:				29 May 2001
-# Whom:					Anton Berezin <tobez at tobez.org>
-#
+# Created by: Anton Berezin <tobez at tobez.org>
 # $FreeBSD$
-#
 
 PORTNAME=	DBIx-SearchBuilder
 PORTVERSION=	1.63
@@ -26,7 +22,8 @@ BUILD_DEPENDS=	p5-Class-ReturnValue>=0:$
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	DBIx::SearchBuilder.3 DBIx::SearchBuilder::Handle.3 \
 	DBIx::SearchBuilder::Handle::Informix.3 \

Modified: head/databases/p5-HTML-FormHandler-Model-DBIC/Makefile
==============================================================================
--- head/databases/p5-HTML-FormHandler-Model-DBIC/Makefile	Tue Sep 10 11:35:30 2013	(r326895)
+++ head/databases/p5-HTML-FormHandler-Model-DBIC/Makefile	Tue Sep 10 12:14:21 2013	(r326896)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-HTML-FormHandler-Model-DBIC
-# Date created:		2010-02-02
-# Whom:			Vladimir Timofeev <vovkasm at gmail.com>
-#
+# Created by: Vladimir Timofeev <vovkasm at gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	HTML-FormHandler-Model-DBIC
 PORTVERSION=	0.19
@@ -25,7 +21,8 @@ TEST_DEPENDS=	p5-DateTime-Format-MySQL>0
 		p5-DateTime-Format-SQLite>0:${PORTSDIR}/devel/p5-DateTime-Format-SQLite \
 		p5-DateTime-Format-W3CDTF>0:${PORTSDIR}/devel/p5-DateTime-Format-W3CDTF
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN1=	form_generator.pl.1
 

Modified: head/databases/p5-ORLite/Makefile
==============================================================================
--- head/databases/p5-ORLite/Makefile	Tue Sep 10 11:35:30 2013	(r326895)
+++ head/databases/p5-ORLite/Makefile	Tue Sep 10 12:14:21 2013	(r326896)
@@ -20,7 +20,8 @@ BUILD_DEPENDS+=	p5-ExtUtils-MakeMaker>=6
 
 TEST_DEPENDS=	p5-Test-Script>=1.06:${PORTSDIR}/devel/p5-Test-Script
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	ORLite.3
 

Modified: head/databases/p5-Relations-Query/Makefile
==============================================================================
--- head/databases/p5-Relations-Query/Makefile	Tue Sep 10 11:35:30 2013	(r326895)
+++ head/databases/p5-Relations-Query/Makefile	Tue Sep 10 12:14:21 2013	(r326896)
@@ -13,7 +13,8 @@ COMMENT=	Object for building queries wit
 BUILD_DEPENDS=	p5-Relations>=0:${PORTSDIR}/databases/p5-Relations
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Relations::Query.3
 

Modified: head/databases/p5-Rose-DBx-Object-MoreHelpers/Makefile
==============================================================================
--- head/databases/p5-Rose-DBx-Object-MoreHelpers/Makefile	Tue Sep 10 11:35:30 2013	(r326895)
+++ head/databases/p5-Rose-DBx-Object-MoreHelpers/Makefile	Tue Sep 10 12:14:21 2013	(r326896)
@@ -14,7 +14,8 @@ COMMENT=	Perl 5 module to deploy a DBIx:
 RUN_DEPENDS=	p5-Rose-DB-Object>=0.7730,1:${PORTSDIR}/databases/p5-Rose-DB-Object \
 		p5-Data-Dump>=1.06:${PORTSDIR}/devel/p5-Data-Dump
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Rose::DBx::Object::MoreHelpers.3
 

Modified: head/databases/p5-Search-Namazu/Makefile
==============================================================================
--- head/databases/p5-Search-Namazu/Makefile	Tue Sep 10 11:35:30 2013	(r326895)
+++ head/databases/p5-Search-Namazu/Makefile	Tue Sep 10 12:14:21 2013	(r326896)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	Search::Namazu
-# Date created:		18 Jun 2002
-# Whom:			kuriyama
-#
+# Created by: kuriyama
 # $FreeBSD$
-#
 
 PORTNAME=	Search-Namazu
 PORTVERSION=	0.96
@@ -17,7 +13,8 @@ COMMENT=	Namazu library module for perl
 
 LIB_DEPENDS=	nmz.8:${PORTSDIR}/databases/namazu2
 
-PERL_CONFIGURE=	YES
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Search::Namazu.3
 

Modified: head/databases/p5-Teng/Makefile
==============================================================================
--- head/databases/p5-Teng/Makefile	Tue Sep 10 11:35:30 2013	(r326895)
+++ head/databases/p5-Teng/Makefile	Tue Sep 10 12:14:21 2013	(r326896)
@@ -28,7 +28,8 @@ TEST_DEPENDS=	\
 	p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple \
 	p5-Class-Method-Modifiers>0:${PORTSDIR}/devel/p5-Class-Method-Modifiers
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Teng.3 \
 	Teng::Iterator.3 \

Modified: head/databases/p5-Test-Fixture-DBI/Makefile
==============================================================================
--- head/databases/p5-Test-Fixture-DBI/Makefile	Tue Sep 10 11:35:30 2013	(r326895)
+++ head/databases/p5-Test-Fixture-DBI/Makefile	Tue Sep 10 12:14:21 2013	(r326896)
@@ -1,9 +1,4 @@
-# New ports collection makefile for:	Test::Fixture::DBI
-# Date created:		26 Dec 2010
-# Whom:			Jun Kuriyama <kuriyama at FreeBSD.org>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	Test-Fixture-DBI
 PORTVERSION=	0.07
@@ -24,7 +19,8 @@ BUILD_DEPENDS:=	${RUN_DEPENDS}
 TEST_DEPENDS=	p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \
 		p5-Sub-Uplevel>=0:${PORTSDIR}/devel/p5-Sub-Uplevel
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN1=	make_database_yaml.pl.1 \
 	make_fixture_yaml.pl.1

Modified: head/databases/pgtop/Makefile
==============================================================================
--- head/databases/pgtop/Makefile	Tue Sep 10 11:35:30 2013	(r326895)
+++ head/databases/pgtop/Makefile	Tue Sep 10 12:14:21 2013	(r326896)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	pgtop
-# Date created:				30 May 2006
-# Whom:					Bartek Rutkowski <r at robakdesign.com>
-#
+# Created by: Bartek Rutkowski <r at robakdesign.com>
 # $FreeBSD$
-#
 
 PORTNAME=	pgtop
 PORTVERSION=	0.05
@@ -19,7 +15,8 @@ RUN_DEPENDS=	p5-Term-ReadKey>=2.10:${POR
 		p5-DBD-Pg>=1.22:${PORTSDIR}/databases/p5-DBD-Pg \
 		p5-DBI>=1.16:${PORTSDIR}/databases/p5-DBI
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN1=	pgtop.1
 

Modified: head/databases/rrdman/Makefile
==============================================================================
--- head/databases/rrdman/Makefile	Tue Sep 10 11:35:30 2013	(r326895)
+++ head/databases/rrdman/Makefile	Tue Sep 10 12:14:21 2013	(r326896)
@@ -14,7 +14,7 @@ BUILD_DEPENDS=	rrdtool:${PORTSDIR}/datab
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 GNU_CONFIGURE=	YES
-USE_PERL5=	YES
+USES=		perl5
 PLIST_FILES=	bin/rrd_hwreapply
 MAN1=		rrd_hwreapply.1
 


More information about the svn-ports-all mailing list