Date: Wed, 31 Jul 2013 14:36:21 +0000 (UTC) From: Andrej Zverev <az@FreeBSD.org> 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... Message-ID: <201307311436.r6VEaLpX088958@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk> 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 <leeym@FreeBSD.org> -# +# Created by: Yen-Ming Lee <leeym@FreeBSD.org> # $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 <svenasse@polaris.ca> -# +# Created by: Seamus Venasse <svenasse@polaris.ca> # $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 <aaron@FreeBSD.org> -# +# Created by: Aaron Dalton <aaron@FreeBSD.org> # $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 <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $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 <gioria@FreeBSD.org> -# +# Created by: Sebastien gioria <gioria@FreeBSD.org> # $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 <bsd.port.mk> 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 <cherry@trombik.org> -# +# Created by: Tomoyuki Sakurai <cherry@trombik.org> # $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 <m@absolight.net> -# +# Created by: Mathieu Arnold <m@absolight.net> # $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 <svenasse@polaris.ca> -# +# Created by: Seamus Venasse <svenasse@polaris.ca> # $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 <aaron@FreeBSD.org> -# +# Created by: Aaron Dalton <aaron@FreeBSD.org> # $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 <bsd.port.mk> 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 <bsd.port.options.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307311436.r6VEaLpX088958>