From owner-svn-ports-head@FreeBSD.ORG Tue Sep 10 13:50:18 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 B67DDFF9; Tue, 10 Sep 2013 13:50:18 +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 87C0A2BBD; Tue, 10 Sep 2013 13:50:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8ADoIOi038664; Tue, 10 Sep 2013 13:50:18 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8ADoEMq038563; Tue, 10 Sep 2013 13:50:14 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309101350.r8ADoEMq038563@svn.freebsd.org> From: Andrej Zverev Date: Tue, 10 Sep 2013 13:50:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326901 - in head/databases: jdb mysqlreport p5-Class-DBI-Plugin-Pager p5-DBD-Excel p5-DBICx-MapMaker p5-DBIx-Class-AsFdat p5-DBIx-Class-InflateColumn-IP p5-DBIx-Class-IntrospectableM2M... 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 13:50:18 -0000 Author: az Date: Tue Sep 10 13:50:14 2013 New Revision: 326901 URL: http://svnweb.freebsd.org/changeset/ports/326901 Log: - convert to the new perl5 framework - trim Makefile header Approved by: portmgr (bapt@, blanket) Modified: head/databases/jdb/Makefile (contents, props changed) head/databases/mysqlreport/Makefile (contents, props changed) head/databases/p5-Class-DBI-Plugin-Pager/Makefile (contents, props changed) head/databases/p5-DBD-Excel/Makefile (contents, props changed) head/databases/p5-DBICx-MapMaker/Makefile (contents, props changed) head/databases/p5-DBIx-Class-AsFdat/Makefile (contents, props changed) head/databases/p5-DBIx-Class-InflateColumn-IP/Makefile head/databases/p5-DBIx-Class-IntrospectableM2M/Makefile (contents, props changed) head/databases/p5-DBIx-Class-Schema-Config/Makefile head/databases/p5-DBIx-Skinny-InflateColumn-DateTime/Makefile (contents, props changed) head/databases/p5-DBIx-TransactionManager/Makefile (contents, props changed) head/databases/p5-DBIx-VersionedDDL/Makefile (contents, props changed) head/databases/p5-DR-Tarantool/Makefile head/databases/p5-Dancer-Plugin-DBIC/Makefile head/databases/p5-Dancer-Session-Memcached/Makefile (contents, props changed) head/databases/p5-Memcached-libmemcached/Makefile (contents, props changed) head/databases/p5-Test-mysqld/Makefile (contents, props changed) head/databases/p5-Test-postgresql/Makefile (contents, props changed) head/databases/postgresql-relay/Makefile (contents, props changed) Modified: head/databases/jdb/Makefile ============================================================================== --- head/databases/jdb/Makefile Tue Sep 10 13:04:01 2013 (r326900) +++ head/databases/jdb/Makefile Tue Sep 10 13:50:14 2013 (r326901) @@ -1,9 +1,5 @@ -# New ports collection makefile for: jdb -# Date created: 28 June 2002 -# Whom: Lars Eggert -# +# Created by: Lars Eggert # $FreeBSD$ -# PORTNAME= jdb PORTVERSION= 1.14 @@ -13,7 +9,7 @@ MASTER_SITES= http://www.isi.edu/~johnh/ MAINTAINER= lars.eggert@gmx.net COMMENT= JDB manipulates flat-ASCII databases from shell scripts -USE_PERL5= yes +USES= perl5 GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --datadir=${PREFIX}/lib/jdb Modified: head/databases/mysqlreport/Makefile ============================================================================== --- head/databases/mysqlreport/Makefile Tue Sep 10 13:04:01 2013 (r326900) +++ head/databases/mysqlreport/Makefile Tue Sep 10 13:50:14 2013 (r326901) @@ -1,7 +1,4 @@ -# New ports collection makefile for: mysqlreport -# Date created: 2006-11-23 -# Whom: Alexander Zhuravlev -# +# Created by: Alexander Zhuravlev # $FreeBSD$ PORTNAME= mysqlreport @@ -18,7 +15,7 @@ RUN_DEPENDS= p5-DBD-mysql>=0:${PORTSDIR} p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey -USE_PERL5= yes +USES= perl5 NO_BUILD= yes PLIST_FILES= bin/mysqlreport Modified: head/databases/p5-Class-DBI-Plugin-Pager/Makefile ============================================================================== --- head/databases/p5-Class-DBI-Plugin-Pager/Makefile Tue Sep 10 13:04:01 2013 (r326900) +++ head/databases/p5-Class-DBI-Plugin-Pager/Makefile Tue Sep 10 13:50:14 2013 (r326901) @@ -1,9 +1,4 @@ -# New ports collection makefile for: Class-DBI-Plugin-Pager -# Date created: 25 Oct 2005 -# Whom: Jun Kuriyama -# # $FreeBSD$ -# PORTNAME= Class-DBI-Plugin-Pager PORTVERSION= 0.566 @@ -22,7 +17,8 @@ BUILD_DEPENDS= p5-Class-DBI>=0:${PORTSDI RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Text-Exception>0:${PORTSDIR}/devel/p5-Test-Exception -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Class::DBI::Plugin::Pager.3 .include Modified: head/databases/p5-DBD-Excel/Makefile ============================================================================== --- head/databases/p5-DBD-Excel/Makefile Tue Sep 10 13:04:01 2013 (r326900) +++ head/databases/p5-DBD-Excel/Makefile Tue Sep 10 13:50:14 2013 (r326901) @@ -1,9 +1,5 @@ -# New ports collection makefile for: DBD::Excel -# Date created: 24 Jan 2002 -# Whom: Seamus Venasse -# +# Created by: Seamus Venasse # $FreeBSD$ -# PORTNAME= DBD-Excel PORTVERSION= 0.06 @@ -21,7 +17,8 @@ BUILD_DEPENDS= p5-SQL-Statement>=0:${POR RUN_DEPENDS:= ${BUILD_DEPENDS} EXAMPLESDIR?= ${PREFIX}/share/examples/${PORTNAME} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= DBD::Excel.3 Modified: head/databases/p5-DBICx-MapMaker/Makefile ============================================================================== --- head/databases/p5-DBICx-MapMaker/Makefile Tue Sep 10 13:04:01 2013 (r326900) +++ head/databases/p5-DBICx-MapMaker/Makefile Tue Sep 10 13:50:14 2013 (r326901) @@ -1,9 +1,5 @@ -# New ports collection makefile for: DBICx-MapMaker -# Date created: 23 Oct 2008 -# Whom: Martin Wilke -# +# Created by: Martin Wilke # $FreeBSD$ -# PORTNAME= DBICx-MapMaker PORTVERSION= 0.03 @@ -21,7 +17,8 @@ BUILD_DEPENDS= p5-DBIx-Class>=0.07003:${ p5-Moose>=0.39:${PORTSDIR}/devel/p5-Moose TEST_DEPENDS= p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= DBICx::MapMaker.3 Modified: head/databases/p5-DBIx-Class-AsFdat/Makefile ============================================================================== --- head/databases/p5-DBIx-Class-AsFdat/Makefile Tue Sep 10 13:04:01 2013 (r326900) +++ head/databases/p5-DBIx-Class-AsFdat/Makefile Tue Sep 10 13:50:14 2013 (r326901) @@ -1,9 +1,4 @@ -# New ports collection makefile for: DBIx::Class::AsFdat -# Date created: 18 Mar 2009 -# Whom: Jun Kuriyama -# # $FreeBSD$ -# PORTNAME= DBIx-Class-AsFdat PORTVERSION= 0.03 @@ -27,7 +22,8 @@ TEST_DEPENDS= p5-Test-Declare>=0:${PORTS p5-Test-Perl-Critic>=0:${PORTSDIR}/textproc/p5-Test-Perl-Critic \ p5-DateTime-Format-SQLite>=0:${PORTSDIR}/devel/p5-DateTime-Format-SQLite -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= DBIx::Class::AsFdat.3 Modified: head/databases/p5-DBIx-Class-InflateColumn-IP/Makefile ============================================================================== --- head/databases/p5-DBIx-Class-InflateColumn-IP/Makefile Tue Sep 10 13:04:01 2013 (r326900) +++ head/databases/p5-DBIx-Class-InflateColumn-IP/Makefile Tue Sep 10 13:50:14 2013 (r326901) @@ -16,7 +16,8 @@ RUN_DEPENDS= p5-DBIx-Class>=0.06002:${PO p5-NetAddr-IP>=4.00.7:${PORTSDIR}/net-mgmt/p5-NetAddr-IP TEST_DEPENDS= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= DBIx::Class::InflateColumn::IP.3 Modified: head/databases/p5-DBIx-Class-IntrospectableM2M/Makefile ============================================================================== --- head/databases/p5-DBIx-Class-IntrospectableM2M/Makefile Tue Sep 10 13:04:01 2013 (r326900) +++ head/databases/p5-DBIx-Class-IntrospectableM2M/Makefile Tue Sep 10 13:50:14 2013 (r326901) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-DBIx-Class-IntrospectableM2M -# Date created: 23 Oct 2008 -# Whom: Martin Wilke -# +# Created by: Martin Wilke # $FreeBSD$ -# PORTNAME= DBIx-Class-IntrospectableM2M PORTVERSION= 0.001001 @@ -17,7 +13,8 @@ COMMENT= Introspect many-to-many shortcu RUN_DEPENDS= p5-DBIx-Class>=0.06002:${PORTSDIR}/databases/p5-DBIx-Class -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= DBIx::Class::IntrospectableM2M.3 Modified: head/databases/p5-DBIx-Class-Schema-Config/Makefile ============================================================================== --- head/databases/p5-DBIx-Class-Schema-Config/Makefile Tue Sep 10 13:04:01 2013 (r326900) +++ head/databases/p5-DBIx-Class-Schema-Config/Makefile Tue Sep 10 13:50:14 2013 (r326901) @@ -21,7 +21,8 @@ TEST_DEPENDS= p5-Config-Any>=0.23:${PORT p5-DBD-SQLite>0:${PORTSDIR}/databases/p5-DBD-SQLite \ p5-Test-MockObject>=1.09:${PORTSDIR}/devel/p5-Test-MockObject -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= DBIx::Class::Schema::Config.3 Modified: head/databases/p5-DBIx-Skinny-InflateColumn-DateTime/Makefile ============================================================================== --- head/databases/p5-DBIx-Skinny-InflateColumn-DateTime/Makefile Tue Sep 10 13:04:01 2013 (r326900) +++ head/databases/p5-DBIx-Skinny-InflateColumn-DateTime/Makefile Tue Sep 10 13:50:14 2013 (r326901) @@ -1,9 +1,4 @@ -# New ports collection makefile for: DBIx::Skinny::InflateColumn::DateTime -# Date created: 20 Nov 2010 -# Whom: Jun Kuriyama -# # $FreeBSD$ -# PORTNAME= DBIx-Skinny-InflateColumn-DateTime PORTVERSION= 0.06 @@ -24,7 +19,8 @@ RUN_DEPENDS= \ BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-DBD-Mock>=0:${PORTSDIR}/databases/p5-DBD-Mock -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= DBIx::Skinny::InflateColumn::DateTime.3 \ DBIx::Skinny::InflateColumn::DateTime::Auto.3 Modified: head/databases/p5-DBIx-TransactionManager/Makefile ============================================================================== --- head/databases/p5-DBIx-TransactionManager/Makefile Tue Sep 10 13:04:01 2013 (r326900) +++ head/databases/p5-DBIx-TransactionManager/Makefile Tue Sep 10 13:50:14 2013 (r326901) @@ -15,7 +15,8 @@ RUN_DEPENDS= \ p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= DBIx::TransactionManager.3 \ DBIx::TransactionManager::Developers.3 Modified: head/databases/p5-DBIx-VersionedDDL/Makefile ============================================================================== --- head/databases/p5-DBIx-VersionedDDL/Makefile Tue Sep 10 13:04:01 2013 (r326900) +++ head/databases/p5-DBIx-VersionedDDL/Makefile Tue Sep 10 13:50:14 2013 (r326901) @@ -24,7 +24,8 @@ RUN_DEPENDS= p5-DBD-SQLite>=1.31:${PORTS p5-MooseX-Attribute-ENV>=0.01:${PORTSDIR}/devel/p5-MooseX-Attribute-ENV \ p5-MooseX-Object-Pluggable>=0:${PORTSDIR}/devel/p5-MooseX-Object-Pluggable -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= migrate_schema.1 MAN3= DBIx::VersionedDDL.3 \ Modified: head/databases/p5-DR-Tarantool/Makefile ============================================================================== --- head/databases/p5-DR-Tarantool/Makefile Tue Sep 10 13:04:01 2013 (r326900) +++ head/databases/p5-DR-Tarantool/Makefile Tue Sep 10 13:50:14 2013 (r326901) @@ -13,7 +13,8 @@ COMMENT= Perl driver for Tarantool LICENSE= ART10 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= \ DR::README.3 \ Modified: head/databases/p5-Dancer-Plugin-DBIC/Makefile ============================================================================== --- head/databases/p5-Dancer-Plugin-DBIC/Makefile Tue Sep 10 13:04:01 2013 (r326900) +++ head/databases/p5-Dancer-Plugin-DBIC/Makefile Tue Sep 10 13:50:14 2013 (r326901) @@ -20,7 +20,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Dancer::Plugin::DBIC.3 Modified: head/databases/p5-Dancer-Session-Memcached/Makefile ============================================================================== --- head/databases/p5-Dancer-Session-Memcached/Makefile Tue Sep 10 13:04:01 2013 (r326900) +++ head/databases/p5-Dancer-Session-Memcached/Makefile Tue Sep 10 13:50:14 2013 (r326901) @@ -17,7 +17,8 @@ BUILD_DEPENDS= p5-Cache-Memcached>=0:${P RUN_DEPENDS= p5-Cache-Memcached>=0:${PORTSDIR}/databases/p5-Cache-Memcached \ p5-Dancer>=0:${PORTSDIR}/www/p5-Dancer -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Dancer::Session::Memcached.3 Modified: head/databases/p5-Memcached-libmemcached/Makefile ============================================================================== --- head/databases/p5-Memcached-libmemcached/Makefile Tue Sep 10 13:04:01 2013 (r326900) +++ head/databases/p5-Memcached-libmemcached/Makefile Tue Sep 10 13:50:14 2013 (r326901) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Memcached-libmemcached -# Date created: 2008-01-24 -# Whom: Cheng-Lung Sung -# +# Created by: Cheng-Lung Sung # $FreeBSD$ -# PORTNAME= Memcached-libmemcached PORTVERSION= 0.44.06 @@ -16,7 +12,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:R}${ MAINTAINER= swills@FreeBSD.org COMMENT= Thin fast full interface to the libmemcached client API -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure USE_LDCONFIG= yes MAN3= Memcached::libmemcached.3 \ Modified: head/databases/p5-Test-mysqld/Makefile ============================================================================== --- head/databases/p5-Test-mysqld/Makefile Tue Sep 10 13:04:01 2013 (r326900) +++ head/databases/p5-Test-mysqld/Makefile Tue Sep 10 13:50:14 2013 (r326901) @@ -16,7 +16,8 @@ RUN_DEPENDS= \ p5-Test-SharedFork>=0.06:${PORTSDIR}/devel/p5-Test-SharedFork BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Test::mysqld.3 Modified: head/databases/p5-Test-postgresql/Makefile ============================================================================== --- head/databases/p5-Test-postgresql/Makefile Tue Sep 10 13:04:01 2013 (r326900) +++ head/databases/p5-Test-postgresql/Makefile Tue Sep 10 13:50:14 2013 (r326901) @@ -1,9 +1,4 @@ -# New ports collection makefile for: Test::postgresql -# Date created: 26 Dec 2010 -# Whom: Jun Kuriyama -# # $FreeBSD$ -# PORTNAME= Test-postgresql PORTVERSION= 0.09 @@ -21,7 +16,8 @@ RUN_DEPENDS= \ BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-SharedFork>=0.06:${PORTSDIR}/devel/p5-Test-SharedFork -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Test::postgresql.3 Modified: head/databases/postgresql-relay/Makefile ============================================================================== --- head/databases/postgresql-relay/Makefile Tue Sep 10 13:04:01 2013 (r326900) +++ head/databases/postgresql-relay/Makefile Tue Sep 10 13:50:14 2013 (r326901) @@ -1,9 +1,5 @@ -# New ports collection makefile for: postgresql-relay -# Date created: 14 February 2003 -# Whom: Edwin Groothuis (edwin@mavetju.org) -# +# Created by: Edwin Groothuis (edwin@mavetju.org) # $FreeBSD$ -# PORTNAME= postgresql-relay PORTVERSION= 1.3.2 @@ -19,7 +15,8 @@ PLIST_FILES= bin/postgresql-relay \ etc/postgresql-relay.conf-sample USE_RC_SUBR= postgresql-relay -USE_PERL5_BUILD=yes +USES= perl5 +USE_PERL5= build do-install: ${INSTALL_PROGRAM} ${WRKSRC}/postgresql-relay ${PREFIX}/bin