From owner-svn-ports-head@FreeBSD.ORG Tue Sep 10 12:14:26 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0B1A1C70; Tue, 10 Sep 2013 12:14:26 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B29AF245B; Tue, 10 Sep 2013 12:14:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8ACEPfN081569; Tue, 10 Sep 2013 12:14:25 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8ACELQg081536; Tue, 10 Sep 2013 12:14:21 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309101214.r8ACELQg081536@svn.freebsd.org> From: Andrej Zverev Date: Tue, 10 Sep 2013 12:14:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: 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... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Sep 2013 12:14:26 -0000 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 -# +# Created by: Pete Fritchman # $FreeBSD$ -# PORTNAME= mysql2pgsql PORTVERSION= 1.2 @@ -17,7 +13,7 @@ MAINTAINER= klossalex@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 -# # $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 -# +# Created by: Dmitry Liakh # $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 -# # $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 -# # $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 -# +# Created by: Gea-Suan Lin # $FreeBSD$ -# PORTNAME= DBIx-HA PORTVERSION= 1.1 @@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= miwi@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 -# +# Created by: Anton Berezin # $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 -# +# Created by: Vladimir Timofeev # $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 -# # $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 -# +# Created by: Bartek Rutkowski # $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