From owner-svn-ports-head@FreeBSD.ORG Wed Jul 31 14:36:25 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 62DE9584; Wed, 31 Jul 2013 14:36:25 +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 405D92597; Wed, 31 Jul 2013 14:36:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6VEaPsM088980; Wed, 31 Jul 2013 14:36:25 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6VEaLpX088958; Wed, 31 Jul 2013 14:36:21 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201307311436.r6VEaLpX088958@svn.freebsd.org> From: Andrej Zverev Date: Wed, 31 Jul 2013 14:36:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324054 - in head: korean/hpscat misc/explosions misc/kcd misc/p5-Array-Diff misc/p5-Array-PrintCols misc/p5-Asterisk misc/p5-Business-ISIN misc/p5-Geo-Cache misc/p5-Geo-Postcodes-NO mi... 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, 31 Jul 2013 14:36:25 -0000 Author: az Date: Wed Jul 31 14:36:21 2013 New Revision: 324054 URL: http://svnweb.freebsd.org/changeset/ports/324054 Log: - Convert to new perl framework - Trim Makefile header Modified: head/korean/hpscat/Makefile (contents, props changed) head/misc/explosions/Makefile head/misc/kcd/Makefile head/misc/p5-Array-Diff/Makefile (contents, props changed) head/misc/p5-Array-PrintCols/Makefile (contents, props changed) head/misc/p5-Asterisk/Makefile (contents, props changed) head/misc/p5-Business-ISIN/Makefile (contents, props changed) head/misc/p5-Geo-Cache/Makefile (contents, props changed) head/misc/p5-Geo-Postcodes-NO/Makefile (contents, props changed) head/misc/p5-Locale-Geocode/Makefile (contents, props changed) head/misc/p5-Locale-Msgcat/Makefile (contents, props changed) head/misc/p5-Locale-SubCountry/Makefile head/misc/p5-Locale-US/Makefile (contents, props changed) head/misc/p5-Net-vCard/Makefile (contents, props changed) head/misc/p5-Software-License/Makefile (contents, props changed) head/misc/p5-Tie-DxHash/Makefile (contents, props changed) head/misc/p5-Zen-Koans/Makefile (contents, props changed) head/misc/quotes/Makefile Modified: head/korean/hpscat/Makefile ============================================================================== --- head/korean/hpscat/Makefile Wed Jul 31 14:31:35 2013 (r324053) +++ head/korean/hpscat/Makefile Wed Jul 31 14:36:21 2013 (r324054) @@ -31,7 +31,7 @@ PLIST_DIRS= ${FONTDIR_REL} PLIST_DIRSTRY= share/fonts SUB_FILES= hpscat.sh pkg-message SUB_LIST= FONTDIR=${FONTDIR} -USE_PERL5= yes +USES= perl5 do-install: @${INSTALL_PROGRAM} ${WRKSRC}/hpscat ${PREFIX}/bin/hpscat.bin Modified: head/misc/explosions/Makefile ============================================================================== --- head/misc/explosions/Makefile Wed Jul 31 14:31:35 2013 (r324053) +++ head/misc/explosions/Makefile Wed Jul 31 14:36:21 2013 (r324054) @@ -13,7 +13,8 @@ COMMENT= 3D objects flying around resemb USE_SDL= sdl image USE_GMAKE= yes -USE_PERL5_BUILD=yes +USES= perl5 +USE_PERL5= build .include Modified: head/misc/kcd/Makefile ============================================================================== --- head/misc/kcd/Makefile Wed Jul 31 14:31:35 2013 (r324053) +++ head/misc/kcd/Makefile Wed Jul 31 14:36:21 2013 (r324054) @@ -12,8 +12,7 @@ COMMENT= Change directory in full-screen LICENSE= GPLv2 -USES= gettext -USE_PERL5= yes +USES= gettext perl5 GNU_CONFIGURE= yes CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc CPPFLAGS+= -I${LOCALBASE}/include Modified: head/misc/p5-Array-Diff/Makefile ============================================================================== --- head/misc/p5-Array-Diff/Makefile Wed Jul 31 14:31:35 2013 (r324053) +++ head/misc/p5-Array-Diff/Makefile Wed Jul 31 14:36:21 2013 (r324054) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Array-Diff -# Date created: March 09, 2008 -# Whom: Yen-Ming Lee -# +# Created by: Yen-Ming Lee # $FreeBSD$ -# PORTNAME= Array-Diff PORTVERSION= 0.07 @@ -18,7 +14,8 @@ RUN_DEPENDS= p5-Algorithm-Diff>=1.19:${P p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Array::Diff.3 Modified: head/misc/p5-Array-PrintCols/Makefile ============================================================================== --- head/misc/p5-Array-PrintCols/Makefile Wed Jul 31 14:31:35 2013 (r324053) +++ head/misc/p5-Array-PrintCols/Makefile Wed Jul 31 14:36:21 2013 (r324054) @@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 module to print arrays of elements in sorted columns -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Array::PrintCols.3 Modified: head/misc/p5-Asterisk/Makefile ============================================================================== --- head/misc/p5-Asterisk/Makefile Wed Jul 31 14:31:35 2013 (r324053) +++ head/misc/p5-Asterisk/Makefile Wed Jul 31 14:36:21 2013 (r324054) @@ -12,7 +12,8 @@ DISTNAME= asterisk-perl-${PORTVERSION} MAINTAINER= perl@FreeBSD.org COMMENT= Asterisk perl library -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure WRKSRC= ${WRKDIR}/asterisk-perl-${PORTVERSION} MAN3= Asterisk::AGI.3 \ Modified: head/misc/p5-Business-ISIN/Makefile ============================================================================== --- head/misc/p5-Business-ISIN/Makefile Wed Jul 31 14:31:35 2013 (r324053) +++ head/misc/p5-Business-ISIN/Makefile Wed Jul 31 14:36:21 2013 (r324054) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Business::ISIN -# Date created: 24 Jan 2002 -# Whom: Seamus Venasse -# +# Created by: Seamus Venasse # $FreeBSD$ -# PORTNAME= Business-ISIN PORTVERSION= 0.20 @@ -18,7 +14,8 @@ COMMENT= Validate International Securiti BUILD_DEPENDS= p5-Locale-Codes>=0:${PORTSDIR}/misc/p5-Locale-Codes RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Business::ISIN.3 Modified: head/misc/p5-Geo-Cache/Makefile ============================================================================== --- head/misc/p5-Geo-Cache/Makefile Wed Jul 31 14:31:35 2013 (r324053) +++ head/misc/p5-Geo-Cache/Makefile Wed Jul 31 14:36:21 2013 (r324054) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Geo-Cache -# Date created: 18 Feb 2006 -# Whom: Aaron Dalton -# +# Created by: Aaron Dalton # $FreeBSD$ -# PORTNAME= Geo-Cache PORTVERSION= 0.11 @@ -18,7 +14,8 @@ RUN_DEPENDS= p5-Time-modules>=0:${PORTSD p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Geo::Cache.3 Modified: head/misc/p5-Geo-Postcodes-NO/Makefile ============================================================================== --- head/misc/p5-Geo-Postcodes-NO/Makefile Wed Jul 31 14:31:35 2013 (r324053) +++ head/misc/p5-Geo-Postcodes-NO/Makefile Wed Jul 31 14:36:21 2013 (r324054) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Geo-Postcodes-NO -# Date created: 2006-07-19 -# Whom: Gea-Suan Lin -# +# Created by: Gea-Suan Lin # $FreeBSD$ -# PORTNAME= Geo-Postcodes-NO PORTVERSION= 0.31 @@ -17,7 +13,8 @@ COMMENT= Norwegian postcodes with associ 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::NO.3 Modified: head/misc/p5-Locale-Geocode/Makefile ============================================================================== --- head/misc/p5-Locale-Geocode/Makefile Wed Jul 31 14:31:35 2013 (r324053) +++ head/misc/p5-Locale-Geocode/Makefile Wed Jul 31 14:36:21 2013 (r324054) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Locale-Geocode -# Date created: 2008/08/31 -# Whom: chinsan -# +# Created by: chinsan # $FreeBSD$ -# PORTNAME= Locale-Geocode PORTVERSION= 1.20 @@ -21,7 +17,8 @@ RUN_DEPENDS= p5-XML-SAX-Expat>=0.39:${PO p5-XML-Simple>=2.16:${PORTSDIR}/textproc/p5-XML-Simple BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= Locale::Geocode.3 \ Locale::Geocode::Division.3 \ Modified: head/misc/p5-Locale-Msgcat/Makefile ============================================================================== --- head/misc/p5-Locale-Msgcat/Makefile Wed Jul 31 14:31:35 2013 (r324053) +++ head/misc/p5-Locale-Msgcat/Makefile Wed Jul 31 14:36:21 2013 (r324054) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Locale-Codes -# Date created: 28 December 2002 -# Whom: Sebastien gioria -# +# Created by: Sebastien gioria # $FreeBSD$ -# PORTNAME= Msgcat PORTVERSION= 1.03 @@ -17,6 +13,7 @@ COMMENT= Perl module for systems to supp MAN3= Locale::Msgcat.3 -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure .include Modified: head/misc/p5-Locale-SubCountry/Makefile ============================================================================== --- head/misc/p5-Locale-SubCountry/Makefile Wed Jul 31 14:31:35 2013 (r324053) +++ head/misc/p5-Locale-SubCountry/Makefile Wed Jul 31 14:36:21 2013 (r324054) @@ -13,7 +13,8 @@ COMMENT= Convert state, province, county LICENSE= ART10 GPLv1 LICENSE_COMB= dual -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Locale::SubCountry.3 \ Locale::SubCountry::Data.3 Modified: head/misc/p5-Locale-US/Makefile ============================================================================== --- head/misc/p5-Locale-US/Makefile Wed Jul 31 14:31:35 2013 (r324053) +++ head/misc/p5-Locale-US/Makefile Wed Jul 31 14:36:21 2013 (r324054) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Locale-US -# Date created: 2008-07-31 -# Whom: Tomoyuki Sakurai -# +# Created by: Tomoyuki Sakurai # $FreeBSD$ -# PORTNAME= Locale-US PORTVERSION= 2.112.150 @@ -18,7 +14,8 @@ COMMENT= Two letter codes for state iden BUILD_DEPENDS= p5-Data-Section-Simple>=0:${PORTSDIR}/devel/p5-Data-Section-Simple RUN_DEPENDS= p5-Data-Section-Simple>=0:${PORTSDIR}/devel/p5-Data-Section-Simple -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Locale::US.3 Modified: head/misc/p5-Net-vCard/Makefile ============================================================================== --- head/misc/p5-Net-vCard/Makefile Wed Jul 31 14:31:35 2013 (r324053) +++ head/misc/p5-Net-vCard/Makefile Wed Jul 31 14:36:21 2013 (r324054) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Net-vCard -# Date created: 16 April 2003 -# Whom: Mathieu Arnold -# +# Created by: Mathieu Arnold # $FreeBSD$ -# PORTNAME= Net-vCard PORTVERSION= 0.5 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Read and write vCard files (RFC 2426) -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::vFile.3 Net::vCard.3 Modified: head/misc/p5-Software-License/Makefile ============================================================================== --- head/misc/p5-Software-License/Makefile Wed Jul 31 14:31:35 2013 (r324053) +++ head/misc/p5-Software-License/Makefile Wed Jul 31 14:36:21 2013 (r324054) @@ -22,7 +22,8 @@ RUN_DEPENDS= p5-Data-Section>=0:${PORTSD p5-Text-Template>=0:${PORTSDIR}/textproc/p5-Text-Template \ p5-MRO-Compat>=0:${PORTSDIR}/devel/p5-MRO-Compat -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Software::License.3 \ Software::License::AGPL_3.3 \ Modified: head/misc/p5-Tie-DxHash/Makefile ============================================================================== --- head/misc/p5-Tie-DxHash/Makefile Wed Jul 31 14:31:35 2013 (r324053) +++ head/misc/p5-Tie-DxHash/Makefile Wed Jul 31 14:36:21 2013 (r324054) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Tie::DxHash -# Date created: 25 Jan 2002 -# Whom: Seamus Venasse -# +# Created by: Seamus Venasse # $FreeBSD$ -# PORTNAME= Tie-DxHash PORTVERSION= 1.05 @@ -17,7 +13,8 @@ COMMENT= Perl module implementing ordere BUILD_DEPENDS= p5-version>0:${PORTSDIR}/devel/p5-version RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Tie::DxHash.3 Modified: head/misc/p5-Zen-Koans/Makefile ============================================================================== --- head/misc/p5-Zen-Koans/Makefile Wed Jul 31 14:31:35 2013 (r324053) +++ head/misc/p5-Zen-Koans/Makefile Wed Jul 31 14:36:21 2013 (r324054) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Zen-Koans -# Date created: 21 May 2006 -# Whom: Aaron Dalton -# +# Created by: Aaron Dalton # $FreeBSD$ -# PORTNAME= Zen-Koans PORTVERSION= 0.05 @@ -17,6 +13,7 @@ COMMENT= Library containing over 100 Zen MAN3= Zen::Koan.3 Zen::Koans.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include Modified: head/misc/quotes/Makefile ============================================================================== --- head/misc/quotes/Makefile Wed Jul 31 14:31:35 2013 (r324053) +++ head/misc/quotes/Makefile Wed Jul 31 14:36:21 2013 (r324054) @@ -13,8 +13,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Quote, currency, and Slashdot headline fetcher based on Perl NO_BUILD= yes -USE_PERL5= yes -USES= shebangfix +USES= shebangfix perl5 SHEBANG_FILES= quotes quotesmailer QuExample.pm .include