From owner-svn-ports-head@FreeBSD.ORG Wed Sep 11 08:56:58 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 16D05B74; Wed, 11 Sep 2013 08:56:58 +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 DC65F2E02; Wed, 11 Sep 2013 08:56:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8B8uvEM075846; Wed, 11 Sep 2013 08:56:57 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8B8urZo075810; Wed, 11 Sep 2013 08:56:53 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309110856.r8B8urZo075810@svn.freebsd.org> From: Andrej Zverev Date: Wed, 11 Sep 2013 08:56:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326955 - in head: dns/bindgraph dns/dnscheck dns/dnsmax-perl dns/dnswalk dns/geta dns/ldnsm dns/p5-Net-Amazon-Route53 dns/p5-Net-DNS-Check dns/p5-Net-DNS-RR-SRV-Helper dns/p5-Net-DNSBL... 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: Wed, 11 Sep 2013 08:56:58 -0000 Author: az Date: Wed Sep 11 08:56:53 2013 New Revision: 326955 URL: http://svnweb.freebsd.org/changeset/ports/326955 Log: - convert to the new perl5 framework - trim Makefile header Approved by: portmgr (bapt@, blanket) Modified: head/dns/bindgraph/Makefile (contents, props changed) head/dns/dnscheck/Makefile (contents, props changed) head/dns/dnsmax-perl/Makefile (contents, props changed) head/dns/dnswalk/Makefile (contents, props changed) head/dns/geta/Makefile (contents, props changed) head/dns/ldnsm/Makefile (contents, props changed) head/dns/p5-Net-Amazon-Route53/Makefile head/dns/p5-Net-DNS-Check/Makefile (contents, props changed) head/dns/p5-Net-DNS-RR-SRV-Helper/Makefile (contents, props changed) head/dns/p5-Net-DNSBL-Statistics/Makefile (contents, props changed) head/dns/p5-Net-DRI/Makefile head/dns/rbllookup-ng/Makefile (contents, props changed) head/dns/rbllookup/Makefile (contents, props changed) head/dns/scavenge/Makefile (contents, props changed) head/dns/updatedd/Makefile (contents, props changed) head/dns/walker/Makefile (contents, props changed) head/lang/p5-JavaScript-Value-Escape/Makefile (contents, props changed) head/lang/p5-Modern-Perl/Makefile (contents, props changed) head/lang/pecl-perl/Makefile (contents, props changed) Modified: head/dns/bindgraph/Makefile ============================================================================== --- head/dns/bindgraph/Makefile Wed Sep 11 08:15:53 2013 (r326954) +++ head/dns/bindgraph/Makefile Wed Sep 11 08:56:53 2013 (r326955) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bindgraph -# Date created: Nov 29 2007 -# Whom: Rong-En Fan -# +# Created by: Rong-En Fan # $FreeBSD$ -# PORTNAME= bindgraph PORTVERSION= 0.2 @@ -19,7 +15,7 @@ RUN_DEPENDS= rrdtool>=0:${PORTSDIR}/data p5-File-Tail>=0:${PORTSDIR}/devel/p5-File-Tail NO_BUILD= yes -USE_PERL5= yes +USES= perl5 CGIDIR?= ${PREFIX}/www/cgi-bin DATADIR?= /var/db/bindgraph Modified: head/dns/dnscheck/Makefile ============================================================================== --- head/dns/dnscheck/Makefile Wed Sep 11 08:15:53 2013 (r326954) +++ head/dns/dnscheck/Makefile Wed Sep 11 08:56:53 2013 (r326955) @@ -1,9 +1,5 @@ -# New ports collection makefile for: dnscheck -# Date created: 25 September 2005 -# Whom: Jarrod Sayers -# +# Created by: Jarrod Sayers # $FreeBSD$ -# PORTNAME= dnscheck PORTVERSION= 1.3 @@ -13,7 +9,7 @@ MASTER_SITES= http://www.downtools.com.a MAINTAINER= jarrod@downtools.com.au COMMENT= DNS zone sanity checker -USE_PERL5= yes +USES= perl5 PLIST_FILES= bin/dnscheck Modified: head/dns/dnsmax-perl/Makefile ============================================================================== --- head/dns/dnsmax-perl/Makefile Wed Sep 11 08:15:53 2013 (r326954) +++ head/dns/dnsmax-perl/Makefile Wed Sep 11 08:56:53 2013 (r326955) @@ -1,9 +1,5 @@ -# New ports collection makefile for: dnsmax-perl -# Date created: Sun Jan 23 20:27:00 CST 2005 -# Whom: Dan Smith -# +# Created by: Dan Smith # $FreeBSD$ -# PORTNAME= dnsmax-perl PORTVERSION= 1.0.1 @@ -20,7 +16,7 @@ BUILD_DEPENDS= p5-Crypt-SSLeay>=0:${PORT USE_ZIP= yes NO_BUILD= yes -USE_PERL5= yes +USES= perl5 PLIST_FILES= bin/dnsmax-perl PORTDOCS= LICENSE INSTALL README Modified: head/dns/dnswalk/Makefile ============================================================================== --- head/dns/dnswalk/Makefile Wed Sep 11 08:15:53 2013 (r326954) +++ head/dns/dnswalk/Makefile Wed Sep 11 08:56:53 2013 (r326955) @@ -1,9 +1,5 @@ -# New ports collection makefile for: dnswalk -# Date created: 17 January 1998 -# Whom: Matthew Hunt -# +# Created by: Matthew Hunt # $FreeBSD$ -# PORTNAME= dnswalk PORTVERSION= 2.0.2 @@ -18,7 +14,7 @@ RUN_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/d NO_WRKSUBDIR= YES NO_BUILD= YES -USE_PERL5= YES +USES= perl5 MAN1= dnswalk.1 Modified: head/dns/geta/Makefile ============================================================================== --- head/dns/geta/Makefile Wed Sep 11 08:15:53 2013 (r326954) +++ head/dns/geta/Makefile Wed Sep 11 08:56:53 2013 (r326955) @@ -1,9 +1,5 @@ -# New ports collection makefile for: geta -# Date created: 5 Nov 2001 -# Whom: sumikawa -# +# Created by: sumikawa # $FreeBSD$ -# PORTNAME= geta PORTVERSION= 19990419 @@ -17,7 +13,8 @@ COMMENT= Geta(GET Address) - Simple IPv4 WRKSRC= ${WRKDIR}/pping GNU_CONFIGURE= yes -USE_PERL5_BUILD=yes +USES= perl5 +USE_PERL5= build NO_INSTALL_MANPAGES= yes PLIST_FILES= bin/geta Modified: head/dns/ldnsm/Makefile ============================================================================== --- head/dns/ldnsm/Makefile Wed Sep 11 08:15:53 2013 (r326954) +++ head/dns/ldnsm/Makefile Wed Sep 11 08:56:53 2013 (r326955) @@ -1,9 +1,5 @@ -# New ports collection makefile for: qar-bufo -# Date created: 18 April 2007 -# Whom: Zane C. Bowers -# +# Created by: Zane C. Bowers # $FreeBSD$ -# PORTNAME= ldnsm PORTVERSION= 0.2.1 @@ -14,7 +10,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= vvelox@vvelox.net COMMENT= Manages LDAP enteries for the BIND9 SDB LDAP patch -USE_PERL5= yes +USES= perl5 PLIST_FILES= bin/ldnsm Modified: head/dns/p5-Net-Amazon-Route53/Makefile ============================================================================== --- head/dns/p5-Net-Amazon-Route53/Makefile Wed Sep 11 08:15:53 2013 (r326954) +++ head/dns/p5-Net-Amazon-Route53/Makefile Wed Sep 11 08:56:53 2013 (r326955) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Net-Amazon-Route53 -# Date created: 2011-04-24 -# Whom: Jui-Nan Lin -# +# Created by: Jui-Nan Lin # $FreeBSD$ -# PORTNAME= Net-Amazon-Route53 PORTVERSION= 0.122310 @@ -23,7 +19,8 @@ RUN_DEPENDS= p5-Crypt-SSLeay>=0:${PORTSD p5-XML-Bare>=0:${PORTSDIR}/textproc/p5-XML-Bare \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= route53.1 MAN3= Net::Amazon::Route53.3 \ Modified: head/dns/p5-Net-DNS-Check/Makefile ============================================================================== --- head/dns/p5-Net-DNS-Check/Makefile Wed Sep 11 08:15:53 2013 (r326954) +++ head/dns/p5-Net-DNS-Check/Makefile Wed Sep 11 08:56:53 2013 (r326955) @@ -1,9 +1,5 @@ -# New ports collection makefile for: dns/p5-Net-DNS-Check -# Date created: 2011-05-30 -# Whom: Ryan Steinmetz -# +# Created by: Ryan Steinmetz # $FreeBSD$ -# PORTNAME= Net-DNS-Check PORTVERSION= 0.45 @@ -16,7 +12,8 @@ COMMENT= Module for easy domain name che RUN_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::DNS::Check::Test::ns_count.3 Net::DNS::Check::Test::soa_expire_compare.3 \ Net::DNS::Check::NSQuery.3 Net::DNS::Check::Test::soa_master_compare.3 \ Modified: head/dns/p5-Net-DNS-RR-SRV-Helper/Makefile ============================================================================== --- head/dns/p5-Net-DNS-RR-SRV-Helper/Makefile Wed Sep 11 08:15:53 2013 (r326954) +++ head/dns/p5-Net-DNS-RR-SRV-Helper/Makefile Wed Sep 11 08:56:53 2013 (r326955) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Net-DNS-RR-SRV-Helper -# Date created: 2010-05-14 -# Whom: Zane C, Bowers -# +# Created by: Zane C, Bowers # $FreeBSD$ -# PORTNAME= Net-DNS-RR-SRV-Helper PORTVERSION= 0.0.0 @@ -20,7 +16,8 @@ BUILD_DEPENDS= p5-Net-DNS>=0.68:${PORTSD p5-Sort-Naturally>=1.03:${PORTSDIR}/textproc/p5-Sort-Naturally RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::DNS::RR::SRV::Helper.3 Modified: head/dns/p5-Net-DNSBL-Statistics/Makefile ============================================================================== --- head/dns/p5-Net-DNSBL-Statistics/Makefile Wed Sep 11 08:15:53 2013 (r326954) +++ head/dns/p5-Net-DNSBL-Statistics/Makefile Wed Sep 11 08:56:53 2013 (r326955) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Net-DNSBL-Statistics -# Date created: 2008-01-07 -# Whom: Jin-Shan Tseng -# +# Created by: Jin-Shan Tseng # $FreeBSD$ -# PORTNAME= Net-DNSBL-Statistics PORTVERSION= 0.12 @@ -21,7 +17,8 @@ BUILD_DEPENDS= p5-Net-DNS-Codes>=0.09:${ p5-Net-DNS-ToolKit>=0.35:${PORTSDIR}/dns/p5-Net-DNS-ToolKit \ p5-Net-DNSBL-MultiDaemon>=0.22:${PORTSDIR}/dns/p5-Net-DNSBL-MultiDaemon -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::DNSBL::Statistics.3 Modified: head/dns/p5-Net-DRI/Makefile ============================================================================== --- head/dns/p5-Net-DRI/Makefile Wed Sep 11 08:15:53 2013 (r326954) +++ head/dns/p5-Net-DRI/Makefile Wed Sep 11 08:56:53 2013 (r326955) @@ -1,6 +1,5 @@ # Created by: Mark Felder # $FreeBSD$ -# PORTNAME= Net-DRI PORTVERSION= 0.96 @@ -29,7 +28,8 @@ RUN_DEPENDS= p5-DateTime>0:${PORTSDIR}/d p5-Net-DNS>0:${PORTSDIR}/dns/p5-Net-DNS \ p5-MIME-Tools>0:${PORTSDIR}/mail/p5-MIME-Tools -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include "${.CURDIR}/Makefile.man" Modified: head/dns/rbllookup-ng/Makefile ============================================================================== --- head/dns/rbllookup-ng/Makefile Wed Sep 11 08:15:53 2013 (r326954) +++ head/dns/rbllookup-ng/Makefile Wed Sep 11 08:56:53 2013 (r326955) @@ -1,9 +1,5 @@ -# New ports collection makefile for: rbllookup-ng -# Date created: 2006-11-13 -# Whom: Edwin Groothuis -# +# Created by: Edwin Groothuis # $FreeBSD$ -# PORTNAME= rbllookup-ng PORTVERSION= 1.0 @@ -18,7 +14,7 @@ BUILD_DEPENDS= p5-Net-DNS>=0:${PORTSDIR} p5-Term-ANSIColor>=0:${PORTSDIR}/devel/p5-Term-ANSIColor NO_BUILD= yes -USE_PERL5= yes +USES= perl5 PLIST_FILES= bin/rbllookup bin/getmoensted etc/rbllookup.conf-sample PORTDOCS= CHANGELOG INSTALL NOTES README TODO gpg.asc Modified: head/dns/rbllookup/Makefile ============================================================================== --- head/dns/rbllookup/Makefile Wed Sep 11 08:15:53 2013 (r326954) +++ head/dns/rbllookup/Makefile Wed Sep 11 08:56:53 2013 (r326955) @@ -1,9 +1,5 @@ -# New ports collection makefile for: rbllookup -# Date created: 2004-07-14 -# Whom: Marcin Gondek -# +# Created by: Marcin Gondek # $FreeBSD$ -# PORTNAME= rbllookup PORTVERSION= 0.0.1.1 @@ -17,7 +13,7 @@ BUILD_DEPENDS= p5-Net-DNS>=0:${PORTSDIR} p5-Term-ANSIColor>=0:${PORTSDIR}/devel/p5-Term-ANSIColor NO_BUILD= yes -USE_PERL5= yes +USES= perl5 PLIST_FILES= bin/rbllookup PORTDOCS= CHANGELOG INSTALL NOTES README TODO gpg.asc Modified: head/dns/scavenge/Makefile ============================================================================== --- head/dns/scavenge/Makefile Wed Sep 11 08:15:53 2013 (r326954) +++ head/dns/scavenge/Makefile Wed Sep 11 08:56:53 2013 (r326955) @@ -1,7 +1,4 @@ -# New ports collection makefile for: scavenge -# Date created: 13 April 2005 -# Whom: mark@foster.cc -# +# Created by: mark@foster.cc # $FreeBSD$ PORTNAME= scavenge @@ -19,7 +16,7 @@ RUN_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/d PLIST_FILES= bin/scavenge NO_BUILD= yes -USE_PERL5= yes +USES= perl5 do-install: ${INSTALL_SCRIPT} ${WRKSRC}/src/scavenge ${PREFIX}/bin Modified: head/dns/updatedd/Makefile ============================================================================== --- head/dns/updatedd/Makefile Wed Sep 11 08:15:53 2013 (r326954) +++ head/dns/updatedd/Makefile Wed Sep 11 08:56:53 2013 (r326955) @@ -1,9 +1,5 @@ -# New ports collection makefile for: updatedd -# Date created: 2003-12-02 -# Whom: geniusj@ods.org -# +# Created by: geniusj@ods.org # $FreeBSD$ -# PORTNAME= updatedd PORTVERSION= 2.6 @@ -15,7 +11,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= geniusj@ods.org COMMENT= Dynamic DNS Update Client supporting multiple services -USE_PERL5= yes +USES= perl5 USE_GMAKE= yes GNU_CONFIGURE= yes Modified: head/dns/walker/Makefile ============================================================================== --- head/dns/walker/Makefile Wed Sep 11 08:15:53 2013 (r326954) +++ head/dns/walker/Makefile Wed Sep 11 08:56:53 2013 (r326955) @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: walker -# Date created: May 30, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= walker PORTVERSION= 3.8 @@ -17,7 +12,7 @@ COMMENT= Recover zone file information f RUN_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \ p5-Net-DNS-SEC>=0:${PORTSDIR}/dns/p5-Net-DNS-SEC -USE_PERL5= yes +USES= perl5 NO_BUILD= yes MAN1= walker.1 Modified: head/lang/p5-JavaScript-Value-Escape/Makefile ============================================================================== --- head/lang/p5-JavaScript-Value-Escape/Makefile Wed Sep 11 08:15:53 2013 (r326954) +++ head/lang/p5-JavaScript-Value-Escape/Makefile Wed Sep 11 08:56:53 2013 (r326955) @@ -1,9 +1,4 @@ -# New ports collection makefile for: JavaScript::Value::Escape -# Date created: 19 May 2011 -# Whom: Jun Kuriyama -# # $FreeBSD$ -# PORTNAME= JavaScript-Value-Escape PORTVERSION= 0.06 @@ -14,7 +9,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension to avoid XSS with JavaScript value interpolation -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= JavaScript::Value::Escape.3 Modified: head/lang/p5-Modern-Perl/Makefile ============================================================================== --- head/lang/p5-Modern-Perl/Makefile Wed Sep 11 08:15:53 2013 (r326954) +++ head/lang/p5-Modern-Perl/Makefile Wed Sep 11 08:56:53 2013 (r326955) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Modern-Perl -# Date created: 2010-04-03 -# Whom: Gea-Suan Lin -# +# Created by: Gea-Suan Lin # $FreeBSD$ -# PORTNAME= Modern-Perl PORTVERSION= 1.03 @@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= gslin@gslin.org COMMENT= Enable all of the features of Modern Perl with one command -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Modern::Perl.3 Modified: head/lang/pecl-perl/Makefile ============================================================================== --- head/lang/pecl-perl/Makefile Wed Sep 11 08:15:53 2013 (r326954) +++ head/lang/pecl-perl/Makefile Wed Sep 11 08:56:53 2013 (r326955) @@ -1,9 +1,5 @@ -# New ports collection makefile for: pecl-perl -# Date created: 2007-3-3 -# Whom: Luke Jee -# +# Created by: Luke Jee # $FreeBSD$ -# PORTNAME= perl DISTVERSION= 1.0.0 @@ -22,6 +18,6 @@ USE_PHPEXT= yes USE_PHP_BUILD= yes DEFAULT_PHP_VER=53 -USE_PERL5= yes +USES= perl5 .include