From owner-svn-ports-head@FreeBSD.ORG Tue Sep 10 14:35:53 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 10D0049F; Tue, 10 Sep 2013 14:35:53 +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 EFC2B2F7C; Tue, 10 Sep 2013 14:35:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8AEZqHi067498; Tue, 10 Sep 2013 14:35:52 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8AEZmd8067467; Tue, 10 Sep 2013 14:35:48 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309101435.r8AEZmd8067467@svn.freebsd.org> From: Andrej Zverev Date: Tue, 10 Sep 2013 14:35:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: 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... 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 14:35:53 -0000 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 -# +# Created by: milki # $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 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 -# +# Created by: Vladimir Timofeev # $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 -# # $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 -# # $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 -# +# Created by: Satoshi Taoka # $FreeBSD$ -# PORTNAME= color-mate PORTVERSION= 10.6.4 @@ -14,7 +10,7 @@ MASTER_SITES= http://www.netlab.is.tsuku MAINTAINER= sarumaru@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 -# +# Created by: Gea-Suan Lin # $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 -# # $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 -# +# Created by: Donald Burr # $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