From owner-svn-ports-head@FreeBSD.ORG Fri Aug 2 17:11:38 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4BB9C753; Fri, 2 Aug 2013 17:11:38 +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 1C9BC215D; Fri, 2 Aug 2013 17:11:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r72HBbvE006242; Fri, 2 Aug 2013 17:11:37 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r72HBYOk006219; Fri, 2 Aug 2013 17:11:34 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201308021711.r72HBYOk006219@svn.freebsd.org> From: Andrej Zverev Date: Fri, 2 Aug 2013 17:11:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324167 - in head/misc: callid p5-Acme-ButFirst p5-Array-Compare p5-Array-IntSpan p5-Array-RefElem p5-Business-ISBN p5-Business-ISSN p5-Business-UPS p5-Chatbot-Eliza p5-Data-Buffer p5-F... 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: Fri, 02 Aug 2013 17:11:38 -0000 Author: az Date: Fri Aug 2 17:11:34 2013 New Revision: 324167 URL: http://svnweb.freebsd.org/changeset/ports/324167 Log: - Convert to new perl framework - Trim Makefile header Modified: head/misc/callid/Makefile (contents, props changed) head/misc/p5-Acme-ButFirst/Makefile (contents, props changed) head/misc/p5-Array-Compare/Makefile (contents, props changed) head/misc/p5-Array-IntSpan/Makefile head/misc/p5-Array-RefElem/Makefile (contents, props changed) head/misc/p5-Business-ISBN/Makefile head/misc/p5-Business-ISSN/Makefile (contents, props changed) head/misc/p5-Business-UPS/Makefile (contents, props changed) head/misc/p5-Chatbot-Eliza/Makefile (contents, props changed) head/misc/p5-Data-Buffer/Makefile (contents, props changed) head/misc/p5-File-Sort/Makefile (contents, props changed) head/misc/p5-Geo-Postcodes-DK/Makefile (contents, props changed) head/misc/p5-Geo-Postcodes/Makefile (contents, props changed) head/misc/p5-Geo-Weather/Makefile (contents, props changed) head/misc/p5-LEGO-RCX/Makefile (contents, props changed) head/misc/umodunpack/Makefile Modified: head/misc/callid/Makefile ============================================================================== --- head/misc/callid/Makefile Fri Aug 2 16:55:05 2013 (r324166) +++ head/misc/callid/Makefile Fri Aug 2 17:11:34 2013 (r324167) @@ -10,8 +10,8 @@ MASTER_SITES= http://possamai.home.xs4al MAINTAINER= ports@FreeBSD.org COMMENT= Utility to log incoming calls using ISDN and output to MySQL/PHP +USES= perl5 USE_MYSQL= yes -USE_PERL5= yes USE_PHP= yes WANT_PHP_WEB= yes Modified: head/misc/p5-Acme-ButFirst/Makefile ============================================================================== --- head/misc/p5-Acme-ButFirst/Makefile Fri Aug 2 16:55:05 2013 (r324166) +++ head/misc/p5-Acme-ButFirst/Makefile Fri Aug 2 17:11:34 2013 (r324167) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Acme-ButFirst -# Date created: 18 Feb 2006 -# Whom: Aaron Dalton -# +# Created by: Aaron Dalton # $FreeBSD$ -# PORTNAME= Acme-ButFirst PORTVERSION= 1.00 @@ -16,6 +12,7 @@ COMMENT= Do something, but first do some MAN3= Acme::ButFirst.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include Modified: head/misc/p5-Array-Compare/Makefile ============================================================================== --- head/misc/p5-Array-Compare/Makefile Fri Aug 2 16:55:05 2013 (r324166) +++ head/misc/p5-Array-Compare/Makefile Fri Aug 2 17:11:34 2013 (r324167) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Array-Compare -# Date created: 30 Dec 2001 -# Whom: Seamus Venasse -# +# Created by: Seamus Venasse # $FreeBSD$ -# PORTNAME= Array-Compare PORTVERSION= 2.02 @@ -22,7 +18,8 @@ TEST_DEPENDS= p5-Test-NoWarnings>=0:${PO p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod \ p5-Test-Pod-Coverage>=1:${PORTSDIR}/devel/p5-Test-Pod-Coverage -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Array::Compare.3 Modified: head/misc/p5-Array-IntSpan/Makefile ============================================================================== --- head/misc/p5-Array-IntSpan/Makefile Fri Aug 2 16:55:05 2013 (r324166) +++ head/misc/p5-Array-IntSpan/Makefile Fri Aug 2 17:11:34 2013 (r324167) @@ -11,6 +11,8 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Module for handling arrays using IntSpan techniques PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Array::IntSpan.3 Array::IntSpan::Fields.3 Modified: head/misc/p5-Array-RefElem/Makefile ============================================================================== --- head/misc/p5-Array-RefElem/Makefile Fri Aug 2 16:55:05 2013 (r324166) +++ head/misc/p5-Array-RefElem/Makefile Fri Aug 2 17:11:34 2013 (r324167) @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Set up array elements as aliases -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Array::RefElem.3 Modified: head/misc/p5-Business-ISBN/Makefile ============================================================================== --- head/misc/p5-Business-ISBN/Makefile Fri Aug 2 16:55:05 2013 (r324166) +++ head/misc/p5-Business-ISBN/Makefile Fri Aug 2 17:11:34 2013 (r324167) @@ -21,7 +21,8 @@ OPTIONS_DEFINE= BARCODE XISBN BARCODE_DESC= Barcode support XISBN_DESC= xISBN support -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Business::ISBN.3 \ Business::ISBN10.3 \ Modified: head/misc/p5-Business-ISSN/Makefile ============================================================================== --- head/misc/p5-Business-ISSN/Makefile Fri Aug 2 16:55:05 2013 (r324166) +++ head/misc/p5-Business-ISSN/Makefile Fri Aug 2 17:11:34 2013 (r324167) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Business::ISSN -# Date created: 30 Dec 2001 -# Whom: Seamus Venasse -# +# Created by: Seamus Venasse # $FreeBSD$ -# PORTNAME= Business-ISSN PORTVERSION= 0.91 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Perl extension for International Standard Serial Numbers -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Business::ISSN.3 Modified: head/misc/p5-Business-UPS/Makefile ============================================================================== --- head/misc/p5-Business-UPS/Makefile Fri Aug 2 16:55:05 2013 (r324166) +++ head/misc/p5-Business-UPS/Makefile Fri Aug 2 17:11:34 2013 (r324167) @@ -14,7 +14,8 @@ COMMENT= UPS Interface Module BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Business::UPS.3 Modified: head/misc/p5-Chatbot-Eliza/Makefile ============================================================================== --- head/misc/p5-Chatbot-Eliza/Makefile Fri Aug 2 16:55:05 2013 (r324166) +++ head/misc/p5-Chatbot-Eliza/Makefile Fri Aug 2 17:11:34 2013 (r324167) @@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Clone of the classic Eliza program -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Chatbot::Eliza.3 Modified: head/misc/p5-Data-Buffer/Makefile ============================================================================== --- head/misc/p5-Data-Buffer/Makefile Fri Aug 2 16:55:05 2013 (r324166) +++ head/misc/p5-Data-Buffer/Makefile Fri Aug 2 17:11:34 2013 (r324167) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Data-Buffer -# Date created: Tue Sep 11 02:08:49 PDT 2001 -# Whom: Michael Haro -# +# Created by: Michael Haro # $FreeBSD$ -# PORTNAME= Data-Buffer PORTVERSION= 0.04 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Read/write buffer class -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Data::Buffer.3 Modified: head/misc/p5-File-Sort/Makefile ============================================================================== --- head/misc/p5-File-Sort/Makefile Fri Aug 2 16:55:05 2013 (r324166) +++ head/misc/p5-File-Sort/Makefile Fri Aug 2 17:11:34 2013 (r324167) @@ -1,9 +1,5 @@ -# New ports collection makefile for: File::Sort -# Date created: 30 Dec 2001 -# Whom: Seamus Venasse -# +# Created by: Seamus Venasse # $FreeBSD$ -# PORTNAME= File-Sort PORTVERSION= 1.01 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Sort a file or merge sort multiple files -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= File::Sort.3 Modified: head/misc/p5-Geo-Postcodes-DK/Makefile ============================================================================== --- head/misc/p5-Geo-Postcodes-DK/Makefile Fri Aug 2 16:55:05 2013 (r324166) +++ head/misc/p5-Geo-Postcodes-DK/Makefile Fri Aug 2 17:11:34 2013 (r324167) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Geo-Postcodes-DK -# Date created: 2006-07-19 -# Whom: Gea-Suan Lin -# +# Created by: Gea-Suan Lin # $FreeBSD$ -# PORTNAME= Geo-Postcodes-DK PORTVERSION= 0.32 @@ -17,7 +13,8 @@ COMMENT= Danish postcodes with associate BUILD_DEPENDS= p5-Geo-Postcodes>=0.31:${PORTSDIR}/misc/p5-Geo-Postcodes RUN_DEPENDS= p5-Geo-Postcodes>=0.31:${PORTSDIR}/misc/p5-Geo-Postcodes -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Geo::Postcodes::DK.3 Modified: head/misc/p5-Geo-Postcodes/Makefile ============================================================================== --- head/misc/p5-Geo-Postcodes/Makefile Fri Aug 2 16:55:05 2013 (r324166) +++ head/misc/p5-Geo-Postcodes/Makefile Fri Aug 2 17:11:34 2013 (r324167) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Geo-Postcodes -# Date created: 2006-07-19 -# Whom: Gea-Suan Lin -# +# Created by: Gea-Suan Lin # $FreeBSD$ -# PORTNAME= Geo-Postcodes PORTVERSION= 0.320 @@ -15,7 +11,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:C/0+ MAINTAINER= perl@FreeBSD.org COMMENT= Base class for the Geo::Postcodes::XX modules -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Geo::Postcodes.3 \ Geo::Postcodes::Ajax.3 \ Modified: head/misc/p5-Geo-Weather/Makefile ============================================================================== --- head/misc/p5-Geo-Weather/Makefile Fri Aug 2 16:55:05 2013 (r324166) +++ head/misc/p5-Geo-Weather/Makefile Fri Aug 2 17:11:34 2013 (r324167) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Geo-Weather -# Date created: 2 August 2001 -# Whom: Pete Fritchman -# +# Created by: Pete Fritchman # $FreeBSD$ -# PORTNAME= Geo-Weather PORTVERSION= 1.41 @@ -17,7 +13,8 @@ COMMENT= Perl module to retrieve weather RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Geo::Weather.3 Modified: head/misc/p5-LEGO-RCX/Makefile ============================================================================== --- head/misc/p5-LEGO-RCX/Makefile Fri Aug 2 16:55:05 2013 (r324166) +++ head/misc/p5-LEGO-RCX/Makefile Fri Aug 2 17:11:34 2013 (r324167) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-LEGO-RCX -# Date created: July 05 2000 -# Whom: Kelly Yancey -# +# Created by: Kelly Yancey # $FreeBSD$ -# PORTNAME= LEGO-RCX PORTVERSION= 1.01 @@ -15,6 +11,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Perl module for communicating with the Lego RCX brick via the IR tower PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= LEGO::RCX.3 Modified: head/misc/umodunpack/Makefile ============================================================================== --- head/misc/umodunpack/Makefile Fri Aug 2 16:55:05 2013 (r324166) +++ head/misc/umodunpack/Makefile Fri Aug 2 17:11:34 2013 (r324167) @@ -1,9 +1,5 @@ -# New ports collection makefile for: umodunpack -# Date created: 19 October 2006 -# Whom: Alexander Logvinov -# +# Created by: Alexander Logvinov # $FreeBSD$ -# PORTNAME= umodunpack PORTVERSION= 0.4 @@ -16,7 +12,8 @@ EXTRACT_ONLY= MAINTAINER= ports@FreeBSD.org COMMENT= Unpack umod files for Unreal and/or Unreal Tournament -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run NO_WRKSUBDIR= yes NO_BUILD= yes PLIST_FILES= bin/${DISTNAME}