From owner-svn-ports-head@FreeBSD.ORG Tue Sep 10 10:51:14 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 6E137F04; Tue, 10 Sep 2013 10:51:14 +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 57D0C2CBA; Tue, 10 Sep 2013 10:51:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8AApEN9027290; Tue, 10 Sep 2013 10:51:14 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8AApAah027238; Tue, 10 Sep 2013 10:51:10 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309101051.r8AApAah027238@svn.freebsd.org> From: Andrej Zverev Date: Tue, 10 Sep 2013 10:51:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326892 - in head: databases/p5-Cache-BDB databases/p5-DBIx-Skinny-Mixin-DBHResolver irc/cgiirc irc/nethirc irc/p5-Bot-BasicBot irc/p5-IRC-Utils irc/p5-POE-Component-IRC-Plugin-Blowfish... 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 10:51:14 -0000 Author: az Date: Tue Sep 10 10:51:10 2013 New Revision: 326892 URL: http://svnweb.freebsd.org/changeset/ports/326892 Log: - convert to the new perl5 framework - trim Makefile header Approved by: portmgr (bapt@, blanket) Modified: head/databases/p5-Cache-BDB/Makefile (contents, props changed) head/databases/p5-DBIx-Skinny-Mixin-DBHResolver/Makefile (contents, props changed) head/irc/cgiirc/Makefile head/irc/nethirc/Makefile (contents, props changed) head/irc/p5-Bot-BasicBot/Makefile (contents, props changed) head/irc/p5-IRC-Utils/Makefile (contents, props changed) head/irc/p5-POE-Component-IRC-Plugin-Blowfish/Makefile (contents, props changed) head/irc/p5-POE-Component-IRC-Plugin-Bollocks/Makefile (contents, props changed) head/irc/p5-POE-Component-IRC-Plugin-CoreList/Makefile (contents, props changed) head/irc/p5-POE-Component-IRC-Plugin-Hailo/Makefile head/irc/p5-POE-Component-IRC-Plugin-Karma/Makefile head/irc/p5-POE-Component-IRC-Plugin-POE-Knee/Makefile (contents, props changed) head/irc/p5-POE-Component-IRC-Plugin-QueryDNS/Makefile (contents, props changed) head/irc/p5-POE-Component-IRC-Plugin-QueryDNSBL/Makefile (contents, props changed) head/irc/p5-POE-Component-IRC-Plugin-RSS-Headlines/Makefile (contents, props changed) head/irc/p5-POE-Component-Server-IRC/Makefile head/irc/p5-POE-Filter-IRCD/Makefile (contents, props changed) head/irc/p5-POE-Session-Irssi/Makefile (contents, props changed) head/irc/tircd/Makefile (contents, props changed) Modified: head/databases/p5-Cache-BDB/Makefile ============================================================================== --- head/databases/p5-Cache-BDB/Makefile Tue Sep 10 10:40:46 2013 (r326891) +++ head/databases/p5-Cache-BDB/Makefile Tue Sep 10 10:51:10 2013 (r326892) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Cache-BDB -# Date created: 2006-07-22 -# Whom: Gea-Suan Lin -# +# Created by: Gea-Suan Lin # $FreeBSD$ -# PORTNAME= Cache-BDB PORTVERSION= 0.04 @@ -17,7 +13,8 @@ COMMENT= An object caching wrapper aroun BUILD_DEPENDS= p5-BerkeleyDB>=0:${PORTSDIR}/databases/p5-BerkeleyDB RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Cache::BDB.3 Modified: head/databases/p5-DBIx-Skinny-Mixin-DBHResolver/Makefile ============================================================================== --- head/databases/p5-DBIx-Skinny-Mixin-DBHResolver/Makefile Tue Sep 10 10:40:46 2013 (r326891) +++ head/databases/p5-DBIx-Skinny-Mixin-DBHResolver/Makefile Tue Sep 10 10:51:10 2013 (r326892) @@ -1,9 +1,4 @@ -# New ports collection makefile for: DBIx::Skinny::Mixin::DBHResolver -# Date created: 28 Nov 2010 -# Whom: Jun Kuriyama -# # $FreeBSD$ -# PORTNAME= DBIx-Skinny-Mixin-DBHResolver PORTVERSION= 0.04 @@ -19,7 +14,8 @@ RUN_DEPENDS= \ p5-DBIx-Skinny>0:${PORTSDIR}/databases/p5-DBIx-Skinny BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= DBIx::Skinny::Mixin::DBHResolver.3 Modified: head/irc/cgiirc/Makefile ============================================================================== --- head/irc/cgiirc/Makefile Tue Sep 10 10:40:46 2013 (r326891) +++ head/irc/cgiirc/Makefile Tue Sep 10 10:51:10 2013 (r326892) @@ -12,7 +12,7 @@ COMMENT= IRC web gateway written in Perl LICENSE= GPLv2 -USE_PERL5= yes +USES= perl5 NO_BUILD= yes pre-install: Modified: head/irc/nethirc/Makefile ============================================================================== --- head/irc/nethirc/Makefile Tue Sep 10 10:40:46 2013 (r326891) +++ head/irc/nethirc/Makefile Tue Sep 10 10:51:10 2013 (r326892) @@ -1,9 +1,5 @@ -# New ports collection makefile for: nethirc -# Date created: 15 Dec 1999 -# Whom: Will Andrews -# +# Created by: Will Andrews # $FreeBSD$ -# PORTNAME= NetHirc PORTVERSION= 0.94 @@ -18,7 +14,8 @@ BUILD_DEPENDS= p5-POE-Component-IRC>=0:$ p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= nethirc.pl.1 MAN3= NetHirc.3 Modified: head/irc/p5-Bot-BasicBot/Makefile ============================================================================== --- head/irc/p5-Bot-BasicBot/Makefile Tue Sep 10 10:40:46 2013 (r326891) +++ head/irc/p5-Bot-BasicBot/Makefile Tue Sep 10 10:51:10 2013 (r326892) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Bot-BasicBot -# Date created: 23 Dec 2006 -# Whom: Aaron Dalton -# +# Created by: Aaron Dalton # $FreeBSD$ -# PORTNAME= Bot-BasicBot PORTVERSION= 0.89 @@ -21,6 +17,7 @@ RUN_DEPENDS= p5-POE>=0:${PORTSDIR}/devel MAN3= Bot::BasicBot.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include Modified: head/irc/p5-IRC-Utils/Makefile ============================================================================== --- head/irc/p5-IRC-Utils/Makefile Tue Sep 10 10:40:46 2013 (r326891) +++ head/irc/p5-IRC-Utils/Makefile Tue Sep 10 10:51:10 2013 (r326892) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-IRC-Utils -# Date created: 2011-04-12 -# Whom: TERAMOTO Masahiro -# +# Created by: TERAMOTO Masahiro # $FreeBSD$ -# PORTNAME= IRC-Utils PORTVERSION= 0.12 @@ -18,7 +14,8 @@ COMMENT= Common utilities for IRC-relate LICENSE= ART10 GPLv1 LICENSE_COMB= dual -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= IRC::Utils.3 Modified: head/irc/p5-POE-Component-IRC-Plugin-Blowfish/Makefile ============================================================================== --- head/irc/p5-POE-Component-IRC-Plugin-Blowfish/Makefile Tue Sep 10 10:40:46 2013 (r326891) +++ head/irc/p5-POE-Component-IRC-Plugin-Blowfish/Makefile Tue Sep 10 10:51:10 2013 (r326892) @@ -1,9 +1,5 @@ -# New ports collection makefile for: POE-Component-IRC-Plugin-Blowfish -# Date created: June 05 2010 -# Whom: Jase Thew -# +# Created by: Jase Thew # $FreeBSD$ -# PORTNAME= POE-Component-IRC-Plugin-Blowfish PORTVERSION= 0.01 @@ -24,7 +20,8 @@ BUILD_DEPENDS= p5-POE>=0.37:${PORTSDIR}/ RUN_DEPENDS:= ${BUILD_DEPENDS} PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}" -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= POE::Component::IRC::Plugin::Blowfish.3 Modified: head/irc/p5-POE-Component-IRC-Plugin-Bollocks/Makefile ============================================================================== --- head/irc/p5-POE-Component-IRC-Plugin-Bollocks/Makefile Tue Sep 10 10:40:46 2013 (r326891) +++ head/irc/p5-POE-Component-IRC-Plugin-Bollocks/Makefile Tue Sep 10 10:51:10 2013 (r326892) @@ -1,9 +1,5 @@ -# New ports collection makefile for: POE-Component-IRC-Plugin-Bollocks -# Date created: 31 may 2008 -# Whom: Martin Wilke =0.06:${P RUN_DEPENDS:= ${BUILD_DEPENDS} PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}" -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= POE::Component::IRC::Plugin::Bollocks.3 Modified: head/irc/p5-POE-Component-IRC-Plugin-CoreList/Makefile ============================================================================== --- head/irc/p5-POE-Component-IRC-Plugin-CoreList/Makefile Tue Sep 10 10:40:46 2013 (r326891) +++ head/irc/p5-POE-Component-IRC-Plugin-CoreList/Makefile Tue Sep 10 10:51:10 2013 (r326892) @@ -1,9 +1,5 @@ -# New ports collection makefile for: POE-Component-IRC-Plugin-Corelist -# Date created: 31 may 2008 -# Whom: Martin Wilke =0:${PORTSDIR}/devel p5-POE-Component-IRC>=0:${PORTSDIR}/irc/p5-POE-Component-IRC PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}" -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= POE::Component::IRC::Plugin::CoreList.3 Modified: head/irc/p5-POE-Component-IRC-Plugin-Hailo/Makefile ============================================================================== --- head/irc/p5-POE-Component-IRC-Plugin-Hailo/Makefile Tue Sep 10 10:40:46 2013 (r326891) +++ head/irc/p5-POE-Component-IRC-Plugin-Hailo/Makefile Tue Sep 10 10:51:10 2013 (r326892) @@ -1,7 +1,4 @@ -# New ports collection makefile for: POE-Componenet-IRC-Plugin-Hailo -# Date created: 2011-07-19 -# Whom: milki -# +# Created by: milki # $FreeBSD$ PORTNAME= POE-Component-IRC-Plugin-Hailo @@ -25,7 +22,8 @@ BUILD_DEPENDS= p5-IRC-Utils>=0.05:${PORT RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Script>=1.07:${PORTSDIR}/devel/p5-Test-Script -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= irchailo-seed.1 Modified: head/irc/p5-POE-Component-IRC-Plugin-Karma/Makefile ============================================================================== --- head/irc/p5-POE-Component-IRC-Plugin-Karma/Makefile Tue Sep 10 10:40:46 2013 (r326891) +++ head/irc/p5-POE-Component-IRC-Plugin-Karma/Makefile Tue Sep 10 10:51:10 2013 (r326892) @@ -20,7 +20,8 @@ BUILD_DEPENDS= p5-DBD-SQLite>=0:${PORTSD RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= POE::Component::IRC::Plugin::Karma.3 Modified: head/irc/p5-POE-Component-IRC-Plugin-POE-Knee/Makefile ============================================================================== --- head/irc/p5-POE-Component-IRC-Plugin-POE-Knee/Makefile Tue Sep 10 10:40:46 2013 (r326891) +++ head/irc/p5-POE-Component-IRC-Plugin-POE-Knee/Makefile Tue Sep 10 10:51:10 2013 (r326892) @@ -1,9 +1,5 @@ -# New ports collection makefile for: POE-Component-IRC-Plugin-POE-Knee -# Date created: 31 may 2008 -# Whom: Martin Wilke -# +# Created by: Martin Wilke # $FreeBSD$ -# PORTNAME= POE-Component-IRC-Plugin-POE-Knee PORTVERSION= 1.08 @@ -21,7 +17,8 @@ BUILD_DEPENDS= p5-Math-Random>=0.69:${PO RUN_DEPENDS:= ${BUILD_DEPENDS} PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}" -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= POE::Component::IRC::Plugin::POE::Knee.3 Modified: head/irc/p5-POE-Component-IRC-Plugin-QueryDNS/Makefile ============================================================================== --- head/irc/p5-POE-Component-IRC-Plugin-QueryDNS/Makefile Tue Sep 10 10:40:46 2013 (r326891) +++ head/irc/p5-POE-Component-IRC-Plugin-QueryDNS/Makefile Tue Sep 10 10:51:10 2013 (r326892) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-POE-Component-IRC-Plugin-QueryDNS -# Date created: 20.06.2008 -# Whom: Martin Wilke -# +# Created by: Martin Wilke # $FreeBSD$ -# PORTNAME= POE-Component-IRC-Plugin-QueryDNS PORTVERSION= 1.04 @@ -20,7 +16,8 @@ BUILD_DEPENDS= p5-Net-IP>=1.25:${PORTSDI RUN_DEPENDS:= ${BUILD_DEPENDS} PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}" -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= POE::Component::IRC::Plugin::QueryDNS.3 Modified: head/irc/p5-POE-Component-IRC-Plugin-QueryDNSBL/Makefile ============================================================================== --- head/irc/p5-POE-Component-IRC-Plugin-QueryDNSBL/Makefile Tue Sep 10 10:40:46 2013 (r326891) +++ head/irc/p5-POE-Component-IRC-Plugin-QueryDNSBL/Makefile Tue Sep 10 10:51:10 2013 (r326892) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-POE-Component-IRC-Plugin-QueryDNSBL -# Date created: 20.06.2008 -# Whom: Martin Wilke -# +# Created by: Martin Wilke # $FreeBSD$ -# PORTNAME= POE-Component-IRC-Plugin-QueryDNSBL PORTVERSION= 1.04 @@ -24,7 +20,8 @@ RUN_DEPENDS:= p5-POE>=0:${PORTSDIR}/deve p5-Net-IP>=1.25:${PORTSDIR}/net-mgmt/p5-Net-IP PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}" -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= POE::Component::IRC::Plugin::QueryDNSBL.3 Modified: head/irc/p5-POE-Component-IRC-Plugin-RSS-Headlines/Makefile ============================================================================== --- head/irc/p5-POE-Component-IRC-Plugin-RSS-Headlines/Makefile Tue Sep 10 10:40:46 2013 (r326891) +++ head/irc/p5-POE-Component-IRC-Plugin-RSS-Headlines/Makefile Tue Sep 10 10:51:10 2013 (r326892) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-POE-Component-IRC-Plugin-RSS-Headlines -# Date created: 20.06.2008 -# Whom: Martin Wilke -# +# Created by: Martin Wilke # $FreeBSD$ -# PORTNAME= POE-Component-IRC-Plugin-RSS-Headlines PORTVERSION= 1.08 @@ -27,7 +23,8 @@ RUN_DEPENDS:= p5-POE>=1.004:${PORTSDIR}/ p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}" -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= POE::Component::IRC::Plugin::RSS::Headlines.3 Modified: head/irc/p5-POE-Component-Server-IRC/Makefile ============================================================================== --- head/irc/p5-POE-Component-Server-IRC/Makefile Tue Sep 10 10:40:46 2013 (r326891) +++ head/irc/p5-POE-Component-Server-IRC/Makefile Tue Sep 10 10:51:10 2013 (r326892) @@ -27,7 +27,8 @@ RUN_DEPENDS= p5-Crypt-PasswdMD5>=1.3:${P p5-POE-Filter-Zlib>0:${PORTSDIR}/archivers/p5-POE-Filter-Zlib BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= pmkpasswd.1 MAN3= POE::Component::Server::IRC.3 \ Modified: head/irc/p5-POE-Filter-IRCD/Makefile ============================================================================== --- head/irc/p5-POE-Filter-IRCD/Makefile Tue Sep 10 10:40:46 2013 (r326891) +++ head/irc/p5-POE-Filter-IRCD/Makefile Tue Sep 10 10:51:10 2013 (r326892) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-POE-Filter-IRCD -# Date created: 6 May 2006 -# Whom: Andrew Pantyukhin -# +# Created by: Andrew Pantyukhin # $FreeBSD$ -# PORTNAME= POE-Filter-IRCD PORTVERSION= 2.42 @@ -17,7 +13,8 @@ COMMENT= A POE-based parser for the IRC BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= POE::Filter::IRCD.3 .include Modified: head/irc/p5-POE-Session-Irssi/Makefile ============================================================================== --- head/irc/p5-POE-Session-Irssi/Makefile Tue Sep 10 10:40:46 2013 (r326891) +++ head/irc/p5-POE-Session-Irssi/Makefile Tue Sep 10 10:51:10 2013 (r326892) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-POE-Session-Irssi -# Date created: Jul 29 2010 -# Whom: Jase Thew -# +# Created by: Jase Thew # $FreeBSD$ -# PORTNAME= POE-Session-Irssi PORTVERSION= 0.50 @@ -26,7 +22,8 @@ RUN_DEPENDS= p5-POE>=1.003:${PORTSDIR}/d irssi:${PORTSDIR}/irc/irssi PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}" -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= POE::Session::Irssi.3 Modified: head/irc/tircd/Makefile ============================================================================== --- head/irc/tircd/Makefile Tue Sep 10 10:40:46 2013 (r326891) +++ head/irc/tircd/Makefile Tue Sep 10 10:51:10 2013 (r326892) @@ -1,9 +1,5 @@ -# New ports collection makefile for: tircd -# Date created: 6th March 2010 -# Whom: Gavin Atkinson -# +# Created by: Gavin Atkinson # $FreeBSD$ -# PORTNAME= tircd PORTVERSION= 0.10 @@ -24,7 +20,7 @@ RUN_DEPENDS= p5-JSON-Any>=0:${PORTSDIR}/ p5-POE>=0:${PORTSDIR}/devel/p5-POE \ p5-POE-Filter-IRCD>=0:${PORTSDIR}/irc/p5-POE-Filter-IRCD -USE_PERL5= yes +USES= perl5 NO_BUILD= yes MAN1= tircd.1