svn commit: r326900 - in head/databases: mysqlidxchk p5-DBD-FrontBase p5-DBD-Mock p5-DBIx-Class-FrozenColumns p5-DBIx-Class-Tree p5-DBIx-Class-Tree-NestedSet p5-DBIx-Skinny-Pager p5-DBIx-Skinny-Sch...
Andrej Zverev
az at FreeBSD.org
Tue Sep 10 13:04:06 UTC 2013
Author: az
Date: Tue Sep 10 13:04:01 2013
New Revision: 326900
URL: http://svnweb.freebsd.org/changeset/ports/326900
Log:
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Modified:
head/databases/mysqlidxchk/Makefile (contents, props changed)
head/databases/p5-DBD-FrontBase/Makefile (contents, props changed)
head/databases/p5-DBD-Mock/Makefile (contents, props changed)
head/databases/p5-DBIx-Class-FrozenColumns/Makefile (contents, props changed)
head/databases/p5-DBIx-Class-Tree-NestedSet/Makefile (contents, props changed)
head/databases/p5-DBIx-Class-Tree/Makefile (contents, props changed)
head/databases/p5-DBIx-Skinny-Pager/Makefile (contents, props changed)
head/databases/p5-DBIx-Skinny-Schema-Loader/Makefile (contents, props changed)
head/databases/p5-DBM-Deep/Makefile
head/databases/p5-DMOZ-ParseRDF/Makefile (contents, props changed)
head/databases/p5-Dancer-Plugin-Redis/Makefile (contents, props changed)
head/databases/p5-MySQL-Diff/Makefile
head/databases/p5-Redis-hiredis/Makefile (contents, props changed)
head/databases/p5-Relations/Makefile
head/databases/p5-Test-DatabaseRow/Makefile (contents, props changed)
head/databases/p5-Text-xSV/Makefile (contents, props changed)
head/databases/p5-TokyoCabinet/Makefile (contents, props changed)
head/databases/pgbadger/Makefile
head/databases/postgresql90-plperl/Makefile (contents, props changed)
Modified: head/databases/mysqlidxchk/Makefile
==============================================================================
--- head/databases/mysqlidxchk/Makefile Tue Sep 10 12:55:09 2013 (r326899)
+++ head/databases/mysqlidxchk/Makefile Tue Sep 10 13:04:01 2013 (r326900)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: mysqlidxchk
-# Date created: 29 April 2009
-# Whom: Andrey Ignatov <rdna at rdna.ru>
-#
+# Created by: Andrey Ignatov <rdna at rdna.ru>
# $FreeBSD$
-#
PORTNAME= mysqlidxchk
PORTVERSION= 1.0
@@ -21,7 +17,7 @@ RUN_DEPENDS= p5-Term-ReadKey>=0:${PORTSD
NO_WRKSUBDIR= yes
-USE_PERL5= yes
+USES= perl5
NO_BUILD= yes
PLIST_FILES= bin/mysqlidxchk
Modified: head/databases/p5-DBD-FrontBase/Makefile
==============================================================================
--- head/databases/p5-DBD-FrontBase/Makefile Tue Sep 10 12:55:09 2013 (r326899)
+++ head/databases/p5-DBD-FrontBase/Makefile Tue Sep 10 13:04:01 2013 (r326900)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: DBD::FrontBase
-# Date created: 19 Jul 2007
-# Whom: Mitchell Smith <mjs at bur.st>
-#
+# Created by: Mitchell Smith <mjs at bur.st>
# $FreeBSD$
-#
PORTNAME= DBD-FrontBase
PORTVERSION= 1.39
@@ -20,7 +16,8 @@ BUILD_DEPENDS= p5-DBI>=0:${PORTSDIR}/dat
${LOCALBASE}/lib/libFBCAccess.a:${PORTSDIR}/databases/frontbase
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
CFLAGS+= -I${LOCALBASE}/include
MAN3= DBD::FB.3
Modified: head/databases/p5-DBD-Mock/Makefile
==============================================================================
--- head/databases/p5-DBD-Mock/Makefile Tue Sep 10 12:55:09 2013 (r326899)
+++ head/databases/p5-DBD-Mock/Makefile Tue Sep 10 13:04:01 2013 (r326900)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: DBD::Mock
-# Date created: 02 December 2005
-# Whom: Espen Tagestad <espen at tagestad.no>
-#
+# Created by: Espen Tagestad <espen at tagestad.no>
# $FreeBSD$
-#
PORTNAME= DBD-Mock
PORTVERSION= 1.45
@@ -19,7 +15,8 @@ BUILD_DEPENDS= p5-DBI>=1.3:${PORTSDIR}/d
p5-Test-Simple>=0.47:${PORTSDIR}/devel/p5-Test-Simple
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= DBD::Mock.3
Modified: head/databases/p5-DBIx-Class-FrozenColumns/Makefile
==============================================================================
--- head/databases/p5-DBIx-Class-FrozenColumns/Makefile Tue Sep 10 12:55:09 2013 (r326899)
+++ head/databases/p5-DBIx-Class-FrozenColumns/Makefile Tue Sep 10 13:04:01 2013 (r326900)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-DBIx-Class-FrozenColumns
-# Date created: 2008-07-22
-# Whom: Vladimir Timofeev <vovkasm at gmail.com>
-#
+# Created by: Vladimir Timofeev <vovkasm at gmail.com>
# $FreeBSD$
-#
PORTNAME= DBIx-Class-FrozenColumns
PORTVERSION= 0.09
@@ -19,7 +15,8 @@ RUN_DEPENDS= p5-DBIx-Class>=0.07003:${PO
p5-Storable>=2.15:${PORTSDIR}/devel/p5-Storable
BUILD_DEPENDS:= ${RUN_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= DBIx::Class::FrozenColumns.3
Modified: head/databases/p5-DBIx-Class-Tree-NestedSet/Makefile
==============================================================================
--- head/databases/p5-DBIx-Class-Tree-NestedSet/Makefile Tue Sep 10 12:55:09 2013 (r326899)
+++ head/databases/p5-DBIx-Class-Tree-NestedSet/Makefile Tue Sep 10 13:04:01 2013 (r326900)
@@ -1,9 +1,4 @@
-# New ports collection makefile for: DBIx::Class::Tree::NestedSet
-# Date created: 17 Mar 2011
-# Whom: Jun Kuriyama <kuriyama at FreeBSD.org>
-#
# $FreeBSD$
-#
PORTNAME= DBIx-Class-Tree-NestedSet
PORTVERSION= 0.10
@@ -20,7 +15,8 @@ BUILD_DEPENDS:= ${RUN_DEPENDS}
TEST_DEPENDS= p5-DBICx-TestDatabase>=0:${PORTSDIR}/databases/p5-DBICx-TestDatabase \
p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= DBIx::Class::Tree::NestedSet.3
Modified: head/databases/p5-DBIx-Class-Tree/Makefile
==============================================================================
--- head/databases/p5-DBIx-Class-Tree/Makefile Tue Sep 10 12:55:09 2013 (r326899)
+++ head/databases/p5-DBIx-Class-Tree/Makefile Tue Sep 10 13:04:01 2013 (r326900)
@@ -1,9 +1,4 @@
-# New ports collection makefile for: DBIx::Class::Tree
-# Date created: 17 Mar 2011
-# Whom: Jun Kuriyama <kuriyama at FreeBSD.org>
-#
# $FreeBSD$
-#
PORTNAME= DBIx-Class-Tree
PORTVERSION= 0.03003
@@ -20,7 +15,8 @@ BUILD_DEPENDS:= ${RUN_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= DBIx::Class::Tree.3 \
DBIx::Class::Tree::AdjacencyList.3 \
Modified: head/databases/p5-DBIx-Skinny-Pager/Makefile
==============================================================================
--- head/databases/p5-DBIx-Skinny-Pager/Makefile Tue Sep 10 12:55:09 2013 (r326899)
+++ head/databases/p5-DBIx-Skinny-Pager/Makefile Tue Sep 10 13:04:01 2013 (r326900)
@@ -1,9 +1,4 @@
-# New ports collection makefile for: DBIx::Skinny::Pager
-# Date created: 20 Nov 2010
-# Whom: Jun Kuriyama <kuriyama at FreeBSD.org>
-#
# $FreeBSD$
-#
PORTNAME= DBIx-Skinny-Pager
PORTVERSION= 0.11
@@ -24,7 +19,8 @@ TEST_DEPENDS= p5-Test-Requires>=0:${PORT
p5-Test-Deep>0:${PORTSDIR}/devel/p5-Test-Deep \
p5-Test-Differences>=0:${PORTSDIR}/devel/p5-Test-Differences
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= DBIx::Skinny::Mixin::Pager.3 \
DBIx::Skinny::Mixin::SearchWithPager.3 \
Modified: head/databases/p5-DBIx-Skinny-Schema-Loader/Makefile
==============================================================================
--- head/databases/p5-DBIx-Skinny-Schema-Loader/Makefile Tue Sep 10 12:55:09 2013 (r326899)
+++ head/databases/p5-DBIx-Skinny-Schema-Loader/Makefile Tue Sep 10 13:04:01 2013 (r326900)
@@ -17,7 +17,8 @@ TEST_DEPENDS= p5-Test-Exception>=0:${POR
p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \
p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= DBIx::Skinny::Schema::Loader.3
Modified: head/databases/p5-DBM-Deep/Makefile
==============================================================================
--- head/databases/p5-DBM-Deep/Makefile Tue Sep 10 12:55:09 2013 (r326899)
+++ head/databases/p5-DBM-Deep/Makefile Tue Sep 10 13:04:01 2013 (r326900)
@@ -19,7 +19,8 @@ TEST_DEPENDS= p5-Test-Deep>=0.095:${PORT
p5-Test-Exception>=0.21:${PORTSDIR}/devel/p5-Test-Exception \
p5-Test-Warn>=0.08:${PORTSDIR}/devel/p5-Test-Warn
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= DBM::Deep.3 DBM::Deep::Cookbook.3 DBM::Deep::Internals.3 \
DBM::Deep::Iterator::File::BucketList.3 \
Modified: head/databases/p5-DMOZ-ParseRDF/Makefile
==============================================================================
--- head/databases/p5-DMOZ-ParseRDF/Makefile Tue Sep 10 12:55:09 2013 (r326899)
+++ head/databases/p5-DMOZ-ParseRDF/Makefile Tue Sep 10 13:04:01 2013 (r326900)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: databases/p5-DMOZ-ParseRDF
-# Date created: 04 August 2006
-# Whom: Hans Fredrik Nordhaug <hans at nordhaug.priv.no>
-#
+# Created by: Hans Fredrik Nordhaug <hans at nordhaug.priv.no>
# $FreeBSD$
-#
PORTNAME= DMOZ-ParseRDF
PORTVERSION= 0.14
@@ -14,6 +10,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= hans at nordhaug.priv.no
COMMENT= Parse the gigantic dmoz.org content file into smaller parts
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
.include <bsd.port.mk>
Modified: head/databases/p5-Dancer-Plugin-Redis/Makefile
==============================================================================
--- head/databases/p5-Dancer-Plugin-Redis/Makefile Tue Sep 10 12:55:09 2013 (r326899)
+++ head/databases/p5-Dancer-Plugin-Redis/Makefile Tue Sep 10 13:04:01 2013 (r326900)
@@ -20,7 +20,8 @@ BUILD_DEPENDS= p5-Dancer>=1.1750:${PORTS
RUN_DEPENDS= p5-Dancer>=1.1750:${PORTSDIR}/www/p5-Dancer \
p5-Redis>=1.902:${PORTSDIR}/databases/p5-Redis
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Dancer::Plugin::Redis.3
Modified: head/databases/p5-MySQL-Diff/Makefile
==============================================================================
--- head/databases/p5-MySQL-Diff/Makefile Tue Sep 10 12:55:09 2013 (r326899)
+++ head/databases/p5-MySQL-Diff/Makefile Tue Sep 10 13:04:01 2013 (r326900)
@@ -15,7 +15,8 @@ BUILD_DEPENDS= p5-Class-MakeMethods>=0:$
p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN1= mysqldiff.1
MAN3= MySQL::Diff.3 \
Modified: head/databases/p5-Redis-hiredis/Makefile
==============================================================================
--- head/databases/p5-Redis-hiredis/Makefile Tue Sep 10 12:55:09 2013 (r326899)
+++ head/databases/p5-Redis-hiredis/Makefile Tue Sep 10 13:04:01 2013 (r326900)
@@ -11,7 +11,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= gblach at FreeBSD.org
COMMENT= A Simple wrapper around hiredis C client
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Redis::hiredis.3
Modified: head/databases/p5-Relations/Makefile
==============================================================================
--- head/databases/p5-Relations/Makefile Tue Sep 10 12:55:09 2013 (r326899)
+++ head/databases/p5-Relations/Makefile Tue Sep 10 13:04:01 2013 (r326900)
@@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= 5u623l20 at gmail.com
COMMENT= Functions to Use with Databases and Queries
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Relations.3
Modified: head/databases/p5-Test-DatabaseRow/Makefile
==============================================================================
--- head/databases/p5-Test-DatabaseRow/Makefile Tue Sep 10 12:55:09 2013 (r326899)
+++ head/databases/p5-Test-DatabaseRow/Makefile Tue Sep 10 13:04:01 2013 (r326900)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Test-DatabaseRow
-# Date created: June 3 2006
-# Whom: Joshua D. Abraham <jabra at ccs.neu.edu>
-#
+# Created by: Joshua D. Abraham <jabra at ccs.neu.edu>
# $FreeBSD$
-#
PORTNAME= Test-DatabaseRow
PORTVERSION= 2.03
@@ -18,7 +14,8 @@ BUILD_DEPENDS= p5-DBI>=0:${PORTSDIR}/dat
p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Test::DatabaseRow.3 \
Test::DatabaseRow::Result.3 \
Modified: head/databases/p5-Text-xSV/Makefile
==============================================================================
--- head/databases/p5-Text-xSV/Makefile Tue Sep 10 12:55:09 2013 (r326899)
+++ head/databases/p5-Text-xSV/Makefile Tue Sep 10 13:04:01 2013 (r326900)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Text-xSV
-# Date created: Jun 08 2011
-# Whom: Dmitry Liakh <dliakh at ukr.net>
-#
+# Created by: Dmitry Liakh <dliakh at ukr.net>
# $FreeBSD$
-#
PORTNAME= Text-xSV
PORTVERSION= 0.21
@@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= dliakh at ukr.net
COMMENT= Read character separated files
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Text::xSV.3
Modified: head/databases/p5-TokyoCabinet/Makefile
==============================================================================
--- head/databases/p5-TokyoCabinet/Makefile Tue Sep 10 12:55:09 2013 (r326899)
+++ head/databases/p5-TokyoCabinet/Makefile Tue Sep 10 13:04:01 2013 (r326900)
@@ -1,9 +1,4 @@
-# New ports collection makefile for: TokyoCabinet
-# Date created: 03 May 2010
-# Whom: Jun Kuriyama <kuriyama at FreeBSD.org>
-#
# $FreeBSD$
-#
PORTNAME= TokyoCabinet
PORTVERSION= 1.34
@@ -19,7 +14,8 @@ COMMENT= Perl extension for TokyoCabinet
LIB_DEPENDS= tokyocabinet:${PORTSDIR}/databases/tokyocabinet
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= TokyoCabinet.3
Modified: head/databases/pgbadger/Makefile
==============================================================================
--- head/databases/pgbadger/Makefile Tue Sep 10 12:55:09 2013 (r326899)
+++ head/databases/pgbadger/Makefile Tue Sep 10 13:04:01 2013 (r326900)
@@ -11,7 +11,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= girgen at FreeBSD.org
COMMENT= Very competent log analyzer for PostgreSQL
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN1= pgbadger.1
.include <bsd.port.mk>
Modified: head/databases/postgresql90-plperl/Makefile
==============================================================================
--- head/databases/postgresql90-plperl/Makefile Tue Sep 10 12:55:09 2013 (r326899)
+++ head/databases/postgresql90-plperl/Makefile Tue Sep 10 13:04:01 2013 (r326900)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: PostgreSQL PL/Perl
-# Date created: January 14, 2002
-# Whom: Palle Girgensohn <girgen at partitur.se>
-#
+# Created by: Palle Girgensohn <girgen at partitur.se>
# $FreeBSD$
-#
PORTNAME= postgresql
CATEGORIES= databases perl5
@@ -18,7 +14,7 @@ MASTERDIR= ${.CURDIR}/../../databases/po
WANT_PGSQL_VER?=90
-USE_PERL5= yes
+USES= perl5
CONFIGURE_ARGS= --with-perl
BUILD_DIRS= src/backend src/pl/plperl
More information about the svn-ports-head
mailing list