svn commit: r326904 - in head: databases/mtop databases/p5-Class-DBI-Plugin-DeepAbstractSearch databases/p5-DBIx-Class-EncodeColumns databases/p5-DBIx-Class-InflateColumn-FS databases/p5-DBIx-Seque...
Andrej Zverev
az at FreeBSD.org
Tue Sep 10 14:35:53 UTC 2013
Author: az
Date: Tue Sep 10 14:35:48 2013
New Revision: 326904
URL: http://svnweb.freebsd.org/changeset/ports/326904
Log:
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Modified:
head/databases/mtop/Makefile (contents, props changed)
head/databases/p5-Class-DBI-Plugin-DeepAbstractSearch/Makefile (contents, props changed)
head/databases/p5-DBIx-Class-EncodeColumns/Makefile (contents, props changed)
head/databases/p5-DBIx-Class-InflateColumn-FS/Makefile (contents, props changed)
head/databases/p5-DBIx-Sequence/Makefile
head/databases/p5-DBIx-Skinny/Makefile (contents, props changed)
head/databases/p5-SQL-Abstract-More/Makefile
head/databases/percona-toolkit/Makefile
head/databases/postgresql_autodoc/Makefile
head/editors/color-mate/Makefile (contents, props changed)
head/editors/fte/Makefile (contents, props changed)
head/editors/p5-Vimana/Makefile (contents, props changed)
head/editors/zile/Makefile (contents, props changed)
head/textproc/p5-ElasticSearch-SearchBuilder/Makefile
head/textproc/p5-ElasticSearch/Makefile
head/textproc/p5-String-HexConvert/Makefile
head/textproc/p5-String-Urandom/Makefile (contents, props changed)
head/textproc/p5-texcount/Makefile
head/textproc/yodl/Makefile (contents, props changed)
Modified: head/databases/mtop/Makefile
==============================================================================
--- head/databases/mtop/Makefile Tue Sep 10 14:05:23 2013 (r326903)
+++ head/databases/mtop/Makefile Tue Sep 10 14:35:48 2013 (r326904)
@@ -14,7 +14,8 @@ RUN_DEPENDS= p5-Curses>=0:${PORTSDIR}/de
p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql \
p5-Net>=0:${PORTSDIR}/net/p5-Net
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN1= mkill.1 mtop.1
Modified: head/databases/p5-Class-DBI-Plugin-DeepAbstractSearch/Makefile
==============================================================================
--- head/databases/p5-Class-DBI-Plugin-DeepAbstractSearch/Makefile Tue Sep 10 14:05:23 2013 (r326903)
+++ head/databases/p5-Class-DBI-Plugin-DeepAbstractSearch/Makefile Tue Sep 10 14:35:48 2013 (r326904)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Class-DBI-Plugin-DeepAbstractSearch
-# Date created: 2011-02-15
-# Whom: milki <milki at rescomp.berkeley.edy>
-#
+# Created by: milki <milki at rescomp.berkeley.edy>
# $FreeBSD$
-#
PORTNAME= Class-DBI-Plugin-DeepAbstractSearch
PORTVERSION= 0.08
@@ -25,7 +21,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Class::DBI::Plugin::DeepAbstractSearch.3
.include <bsd.port.mk>
Modified: head/databases/p5-DBIx-Class-EncodeColumns/Makefile
==============================================================================
--- head/databases/p5-DBIx-Class-EncodeColumns/Makefile Tue Sep 10 14:05:23 2013 (r326903)
+++ head/databases/p5-DBIx-Class-EncodeColumns/Makefile Tue Sep 10 14:35:48 2013 (r326904)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: DBIx-Class-EncodeColumns
-# Date created: 24 May 2008
-# Whom: Vladimir Timofeev <vovkasm at gmail.com>
-#
+# Created by: Vladimir Timofeev <vovkasm at gmail.com>
# $FreeBSD$
-#
PORTNAME= DBIx-Class-EncodeColumns
PORTVERSION= 0.02
@@ -17,7 +13,8 @@ COMMENT= Handle column encodings
RUN_DEPENDS= p5-DBIx-Class>=0.06002:${PORTSDIR}/databases/p5-DBIx-Class
BUILD_DEPENDS= p5-DBIx-Class>=0.06002:${PORTSDIR}/databases/p5-DBIx-Class
-PERL_MODBUILD= yes
+USES= perl5
+USE_PERL5= modbuild
MAN3= DBIx::Class::EncodeColumns.3
Modified: head/databases/p5-DBIx-Class-InflateColumn-FS/Makefile
==============================================================================
--- head/databases/p5-DBIx-Class-InflateColumn-FS/Makefile Tue Sep 10 14:05:23 2013 (r326903)
+++ head/databases/p5-DBIx-Class-InflateColumn-FS/Makefile Tue Sep 10 14:35:48 2013 (r326904)
@@ -1,9 +1,4 @@
-# New ports collection makefile for: DBIx::Class::InflateColumn::FS
-# Date created: 18 Mar 2011
-# Whom: Jun Kuriyama <kuriyama at FreeBSD.org>
-#
# $FreeBSD$
-#
PORTNAME= DBIx-Class-InflateColumn-FS
PORTVERSION= 0.01007
@@ -21,7 +16,8 @@ RUN_DEPENDS= \
BUILD_DEPENDS:= ${RUN_DEPENDS}
TEST_DEPENDS= p5-DBICx-TestDatabase>=0:${PORTSDIR}/databases/p5-DBICx-TestDatabase
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= DBIx::Class::InflateColumn::FS.3 \
DBIx::Class::InflateColumn::FS::ResultSet.3
Modified: head/databases/p5-DBIx-Sequence/Makefile
==============================================================================
--- head/databases/p5-DBIx-Sequence/Makefile Tue Sep 10 14:05:23 2013 (r326903)
+++ head/databases/p5-DBIx-Sequence/Makefile Tue Sep 10 14:35:48 2013 (r326904)
@@ -13,7 +13,8 @@ COMMENT= DBIx::Sequence - A simple SQL92
BUILD_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI
RUN_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= DBIx::Sequence.3
Modified: head/databases/p5-DBIx-Skinny/Makefile
==============================================================================
--- head/databases/p5-DBIx-Skinny/Makefile Tue Sep 10 14:05:23 2013 (r326903)
+++ head/databases/p5-DBIx-Skinny/Makefile Tue Sep 10 14:35:48 2013 (r326904)
@@ -1,9 +1,4 @@
-# New ports collection makefile for: DBIx::Skinny
-# Date created: 19 Nov 2010
-# Whom: Jun Kuriyama <kuriyama at FreeBSD.org>
-#
# $FreeBSD$
-#
PORTNAME= DBIx-Skinny
PORTVERSION= 0.0742
@@ -24,7 +19,8 @@ RUN_DEPENDS= \
p5-Class-Load>0:${PORTSDIR}/devel/p5-Class-Load
BUILD_DEPENDS:= ${RUN_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= DBIx::Skinny.3 \
DBIx::Skinny::Iterator.3 \
Modified: head/databases/p5-SQL-Abstract-More/Makefile
==============================================================================
--- head/databases/p5-SQL-Abstract-More/Makefile Tue Sep 10 14:05:23 2013 (r326903)
+++ head/databases/p5-SQL-Abstract-More/Makefile Tue Sep 10 14:35:48 2013 (r326904)
@@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-MRO-Compat>0:${PORTSDI
p5-SQL-Abstract>=1.73:${PORTSDIR}/databases/p5-SQL-Abstract
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= SQL::Abstract::More.3
Modified: head/databases/percona-toolkit/Makefile
==============================================================================
--- head/databases/percona-toolkit/Makefile Tue Sep 10 14:05:23 2013 (r326903)
+++ head/databases/percona-toolkit/Makefile Tue Sep 10 14:35:48 2013 (r326904)
@@ -13,7 +13,8 @@ RUN_DEPENDS= bash:${PORTSDIR}/shells/bas
p5-DBI>=1.46:${PORTSDIR}/databases/p5-DBI \
p5-Term-ReadKey>=2.10:${PORTSDIR}/devel/p5-Term-ReadKey
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN1= percona-toolkit.1 \
pt-agent.1 \
Modified: head/databases/postgresql_autodoc/Makefile
==============================================================================
--- head/databases/postgresql_autodoc/Makefile Tue Sep 10 14:05:23 2013 (r326903)
+++ head/databases/postgresql_autodoc/Makefile Tue Sep 10 14:35:48 2013 (r326904)
@@ -14,7 +14,7 @@ BUILD_DEPENDS= p5-HTML-Template>=0:${POR
p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg
USE_GMAKE= yes
-USE_PERL5= yes
+USES= perl5
CONFIGURE_ARGS+=--datadir=${DATADIR}
MAN1= postgresql_autodoc.1
Modified: head/editors/color-mate/Makefile
==============================================================================
--- head/editors/color-mate/Makefile Tue Sep 10 14:05:23 2013 (r326903)
+++ head/editors/color-mate/Makefile Tue Sep 10 14:35:48 2013 (r326904)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: color-mate for emacs
-# Date created: 99/09/29
-# Whom: Satoshi Taoka <taoka at FreeBSD.org>
-#
+# Created by: Satoshi Taoka <taoka at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= color-mate
PORTVERSION= 10.6.4
@@ -14,7 +10,7 @@ MASTER_SITES= http://www.netlab.is.tsuku
MAINTAINER= sarumaru at jp.FreeBSD.org
COMMENT= Color customizing module for Emacsen
-USE_PERL5= yes
+USES= perl5
EMACSDIR= ${PREFIX}/share/emacs/site-lisp
ELISPDIR= ${EMACSDIR}/color-mate
Modified: head/editors/fte/Makefile
==============================================================================
--- head/editors/fte/Makefile Tue Sep 10 14:05:23 2013 (r326903)
+++ head/editors/fte/Makefile Tue Sep 10 14:35:48 2013 (r326904)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: fte
-# Date created: 8 May 2000
-# Whom: gelf
-#
+# Created by: gelf
# $FreeBSD$
-#
PORTNAME= fte
PORTVERSION= 20051115
@@ -21,7 +17,8 @@ WRKSRC= ${WRKDIR}/fte
USE_XORG= x11 xpm
USE_ZIP= yes
-USE_PERL5_BUILD= yes
+USES= perl5
+USE_PERL5= build
post-patch:
@${REINPLACE_CMD} -e 's,^PREFIX=,PREFIX?=,' \
Modified: head/editors/p5-Vimana/Makefile
==============================================================================
--- head/editors/p5-Vimana/Makefile Tue Sep 10 14:05:23 2013 (r326903)
+++ head/editors/p5-Vimana/Makefile Tue Sep 10 14:35:48 2013 (r326904)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Vimana
-# Date created: 2009-08-25
-# Whom: Gea-Suan Lin <gslin at gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin at gslin.org>
# $FreeBSD$
-#
PORTNAME= Vimana
PORTVERSION= 2010.09303
@@ -34,7 +30,8 @@ RUN_DEPENDS= vim>=0:${PORTSDIR}/editors/
p5-Mouse>=0:${PORTSDIR}/devel/p5-Mouse \
p5-PathTools>=0:${PORTSDIR}/devel/p5-PathTools
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN1= vimana.1 vim_record.1
MAN3= Vimana.3 \
Modified: head/editors/zile/Makefile
==============================================================================
--- head/editors/zile/Makefile Tue Sep 10 14:05:23 2013 (r326903)
+++ head/editors/zile/Makefile Tue Sep 10 14:35:48 2013 (r326904)
@@ -13,7 +13,8 @@ LIB_DEPENDS= gc:${PORTSDIR}/devel/boehm-
BUILD_DEPENDS= ${LOCALBASE}/bin/help2man:${PORTSDIR}/misc/help2man
USE_GMAKE= yes
-USE_PERL5_BUILD=yes
+USES= perl5
+USE_PERL5= build
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-included-regex
Modified: head/textproc/p5-ElasticSearch-SearchBuilder/Makefile
==============================================================================
--- head/textproc/p5-ElasticSearch-SearchBuilder/Makefile Tue Sep 10 14:05:23 2013 (r326903)
+++ head/textproc/p5-ElasticSearch-SearchBuilder/Makefile Tue Sep 10 14:35:48 2013 (r326904)
@@ -16,7 +16,8 @@ TEST_DEPENDS= p5-Test-Deep>=:${PORTSDIR}
p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
p5-Data-Dump>=0:${PORTSDIR}/devel/p5-Data-Dump
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= ElasticSearch::SearchBuilder.3
Modified: head/textproc/p5-ElasticSearch/Makefile
==============================================================================
--- head/textproc/p5-ElasticSearch/Makefile Tue Sep 10 14:05:23 2013 (r326903)
+++ head/textproc/p5-ElasticSearch/Makefile Tue Sep 10 14:35:48 2013 (r326904)
@@ -36,7 +36,8 @@ RUN_DEPENDS:= p5-ElasticSearch-SearchBui
TEST_DEPENDS= p5-Test-Differences>=0:${PORTSDIR}/devel/p5-Test-Differences \
p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= ElasticSearch.3 \
ElasticSearch::Error.3 \
Modified: head/textproc/p5-String-HexConvert/Makefile
==============================================================================
--- head/textproc/p5-String-HexConvert/Makefile Tue Sep 10 14:05:23 2013 (r326903)
+++ head/textproc/p5-String-HexConvert/Makefile Tue Sep 10 14:35:48 2013 (r326904)
@@ -13,7 +13,8 @@ COMMENT= String::HexConver - Converts as
WRKSRC= ${WRKDIR}/${PORTNAME}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= String::HexConvert.3
Modified: head/textproc/p5-String-Urandom/Makefile
==============================================================================
--- head/textproc/p5-String-Urandom/Makefile Tue Sep 10 14:05:23 2013 (r326903)
+++ head/textproc/p5-String-Urandom/Makefile Tue Sep 10 14:35:48 2013 (r326904)
@@ -1,9 +1,4 @@
-# New ports collection makefile for: String::Urandom
-# Date created: 31 Dec 2011
-# Whom: Jun Kuriyama <kuriyama at FreeBSD.org>
-#
# $FreeBSD$
-#
PORTNAME= String-Urandom
PORTVERSION= 0.16
@@ -18,7 +13,8 @@ RUN_DEPENDS= \
p5-Params-Validate>0:${PORTSDIR}/devel/p5-Params-Validate
BUILD_DEPENDS:= ${RUN_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= String::Urandom.3
Modified: head/textproc/p5-texcount/Makefile
==============================================================================
--- head/textproc/p5-texcount/Makefile Tue Sep 10 14:05:23 2013 (r326903)
+++ head/textproc/p5-texcount/Makefile Tue Sep 10 14:35:48 2013 (r326904)
@@ -16,7 +16,8 @@ COMMENT= Perl module for LaTeX statistic
NO_BUILD= yes
USE_ZIP= YES
-USE_PERL5_RUN= YES
+USES= perl5
+USE_PERL5= run
PLIST_FILES+= bin/texcount
Modified: head/textproc/yodl/Makefile
==============================================================================
--- head/textproc/yodl/Makefile Tue Sep 10 14:05:23 2013 (r326903)
+++ head/textproc/yodl/Makefile Tue Sep 10 14:35:48 2013 (r326904)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: yodl
-# Date created: 22 Oct 1997
-# Whom: Donald Burr <dburr at FreeBSD.org>
-#
+# Created by: Donald Burr <dburr at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= yodl
PORTVERSION= 3.00.0
@@ -22,7 +18,8 @@ BUILD_DEPENDS= icmake:${PORTSDIR}/devel/
bash:${PORTSDIR}/shells/bash \
gsed:${PORTSDIR}/textproc/gsed
-USE_PERL5_BUILD= yes
+USES= perl5
+USE_PERL5= build
.if !defined(NO_INSTALL_MANPAGES)
MANCOMPRESSED= no
More information about the svn-ports-all
mailing list