Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Sep 2013 09:22:47 +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: r325955 - in head: ftp/ftpcopy ftp/ftpsync ftp/mirror ftp/p5-Net-FTP-Common ftp/p5-Net-FTP-Recursive misc/cloc misc/ipbt misc/lesspipe misc/p5-Asterisk-FastAGI misc/p5-Bot-Training misc...
Message-ID:  <201309020922.r829MmOd021709@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: az
Date: Mon Sep  2 09:22:47 2013
New Revision: 325955
URL: http://svnweb.freebsd.org/changeset/ports/325955

Log:
  - convert to the new perl5 framework
  
  Approved by:	portmgr (bapt@, blanket)

Modified:
  head/ftp/ftpcopy/Makefile   (contents, props changed)
  head/ftp/ftpsync/Makefile   (contents, props changed)
  head/ftp/mirror/Makefile   (contents, props changed)
  head/ftp/p5-Net-FTP-Common/Makefile   (contents, props changed)
  head/ftp/p5-Net-FTP-Recursive/Makefile   (contents, props changed)
  head/misc/cloc/Makefile
  head/misc/ipbt/Makefile   (contents, props changed)
  head/misc/lesspipe/Makefile   (contents, props changed)
  head/misc/p5-Asterisk-FastAGI/Makefile   (contents, props changed)
  head/misc/p5-Bot-Training-StarCraft/Makefile   (contents, props changed)
  head/misc/p5-Bot-Training/Makefile   (contents, props changed)
  head/misc/p5-Business-ISBN-Data/Makefile   (contents, props changed)
  head/misc/p5-I18N-Charset/Makefile
  head/misc/p5-Locale-Codes/Makefile   (contents, props changed)
  head/misc/p5-Test-Dir/Makefile   (contents, props changed)
  head/misc/sloccount/Makefile   (contents, props changed)
  head/misc/translate/Makefile   (contents, props changed)
  head/news/c-nocem/Makefile   (contents, props changed)
  head/news/cleanfeed/Makefile   (contents, props changed)
  head/news/fidogate-ds/Makefile   (contents, props changed)
  head/news/husky-hpt-devel/Makefile   (contents, props changed)
  head/news/husky-hpt/Makefile   (contents, props changed)
  head/news/newsgrab/Makefile   (contents, props changed)
  head/news/p5-NNML/Makefile   (contents, props changed)
  head/news/p5-NNTPClient/Makefile   (contents, props changed)
  head/news/p5-News-Article-NoCeM/Makefile   (contents, props changed)
  head/news/slrnconf/Makefile   (contents, props changed)
  head/news/ubh/Makefile   (contents, props changed)

Modified: head/ftp/ftpcopy/Makefile
==============================================================================
--- head/ftp/ftpcopy/Makefile	Mon Sep  2 09:17:06 2013	(r325954)
+++ head/ftp/ftpcopy/Makefile	Mon Sep  2 09:22:47 2013	(r325955)
@@ -13,7 +13,8 @@ MASTER_SITES=	http://www.ohse.de/uwe/ftp
 MAINTAINER=	mandree@FreeBSD.org
 COMMENT=	Command line ftp tools for listing and mirroring
 
-USE_PERL5_BUILD=	yes
+USES=		perl5
+USE_PERL5=	build
 
 WRKSRC=		${WRKDIR}/web/${DISTNAME}
 

Modified: head/ftp/ftpsync/Makefile
==============================================================================
--- head/ftp/ftpsync/Makefile	Mon Sep  2 09:17:06 2013	(r325954)
+++ head/ftp/ftpsync/Makefile	Mon Sep  2 09:22:47 2013	(r325955)
@@ -19,7 +19,7 @@ RUN_DEPENDS=	p5-libwww>=5.805:${PORTSDIR
 
 NO_BUILD=	yes
 USE_BZIP2=	yes
-USE_PERL5=	yes
+USES=		perl5
 PLIST_FILES=	bin/${PORTNAME}.pl
 PORTDOCS=	README
 

Modified: head/ftp/mirror/Makefile
==============================================================================
--- head/ftp/mirror/Makefile	Mon Sep  2 09:17:06 2013	(r325954)
+++ head/ftp/mirror/Makefile	Mon Sep  2 09:22:47 2013	(r325955)
@@ -31,7 +31,7 @@ PLIST_FILES=	bin/mirror \
 
 PLIST_DIRS=	lib/mirror
 
-USE_PERL5=	yes
+USES=		perl5
 NO_WRKSUBDIR=	yes
 MAKEFILE=	makefile
 MAN1=		mirror.1 mirror-master.1

Modified: head/ftp/p5-Net-FTP-Common/Makefile
==============================================================================
--- head/ftp/p5-Net-FTP-Common/Makefile	Mon Sep  2 09:17:06 2013	(r325954)
+++ head/ftp/p5-Net-FTP-Common/Makefile	Mon Sep  2 09:22:47 2013	(r325955)
@@ -16,7 +16,8 @@ COMMENT=	Perl module to provide simplify
 
 RUN_DEPENDS=	p5-Net>=0:${PORTSDIR}/net/p5-Net
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Net::FTP::Common.3
 

Modified: head/ftp/p5-Net-FTP-Recursive/Makefile
==============================================================================
--- head/ftp/p5-Net-FTP-Recursive/Makefile	Mon Sep  2 09:17:06 2013	(r325954)
+++ head/ftp/p5-Net-FTP-Recursive/Makefile	Mon Sep  2 09:22:47 2013	(r325955)
@@ -19,7 +19,8 @@ RUN_DEPENDS=	p5-Net>=0:${PORTSDIR}/net/p
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Net::FTP::Recursive.3
 

Modified: head/misc/cloc/Makefile
==============================================================================
--- head/misc/cloc/Makefile	Mon Sep  2 09:17:06 2013	(r325954)
+++ head/misc/cloc/Makefile	Mon Sep  2 09:22:47 2013	(r325955)
@@ -12,7 +12,8 @@ COMMENT=	Counts lines of code
 
 RUN_DEPENDS=	p5-Algorithm-Diff>=0:${PORTSDIR}/devel/p5-Algorithm-Diff
 
-USE_PERL5_RUN=	yes
+USES=		perl5
+USE_PERL5=	run
 EXTRACT_CMD=	${CP}
 EXTRACT_BEFORE_ARGS=
 EXTRACT_AFTER_ARGS=	./${PORTNAME}

Modified: head/misc/ipbt/Makefile
==============================================================================
--- head/misc/ipbt/Makefile	Mon Sep  2 09:17:06 2013	(r325954)
+++ head/misc/ipbt/Makefile	Mon Sep  2 09:22:47 2013	(r325955)
@@ -17,7 +17,7 @@ COMMENT=	A high-tech ttyrec player with 
 
 MAN1=		ipbt.1
 
-USE_PERL5=	yes
+USES=		perl5
 
 ALL_TARGET=	${PORTNAME}
 PLIST_FILES=	bin/ipbt bin/ttygrep bin/ttydump

Modified: head/misc/lesspipe/Makefile
==============================================================================
--- head/misc/lesspipe/Makefile	Mon Sep  2 09:17:06 2013	(r325954)
+++ head/misc/lesspipe/Makefile	Mon Sep  2 09:22:47 2013	(r325955)
@@ -26,7 +26,7 @@ BUILD_DEPENDS+=	zip:${PORTSDIR}/archiver
 		cdrecord:${PORTSDIR}/sysutils/cdrtools
 .endif
 
-USE_PERL5=	yes
+USES=		perl5
 
 NO_BUILD=	yes
 HAS_CONFIGURE=	yes

Modified: head/misc/p5-Asterisk-FastAGI/Makefile
==============================================================================
--- head/misc/p5-Asterisk-FastAGI/Makefile	Mon Sep  2 09:17:06 2013	(r325954)
+++ head/misc/p5-Asterisk-FastAGI/Makefile	Mon Sep  2 09:22:47 2013	(r325955)
@@ -18,7 +18,8 @@ BUILD_DEPENDS=	p5-Module-Install>=0:${PO
 RUN_DEPENDS=	p5-Asterisk>=0:${PORTSDIR}/misc/p5-Asterisk \
 		p5-Net-Server>=0:${PORTSDIR}/net/p5-Net-Server
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Asterisk::FastAGI.3
 

Modified: head/misc/p5-Bot-Training-StarCraft/Makefile
==============================================================================
--- head/misc/p5-Bot-Training-StarCraft/Makefile	Mon Sep  2 09:17:06 2013	(r325954)
+++ head/misc/p5-Bot-Training-StarCraft/Makefile	Mon Sep  2 09:22:47 2013	(r325955)
@@ -22,7 +22,8 @@ BUILD_DEPENDS=	p5-File-ShareDir-Install>
 RUN_DEPENDS=	p5-Any-Moose>=0:${PORTSDIR}/devel/p5-Any-Moose \
 		p5-Bot-Training>=0:${PORTSDIR}/misc/p5-Bot-Training
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Bot::Training::StarCraft.3
 

Modified: head/misc/p5-Bot-Training/Makefile
==============================================================================
--- head/misc/p5-Bot-Training/Makefile	Mon Sep  2 09:17:06 2013	(r325954)
+++ head/misc/p5-Bot-Training/Makefile	Mon Sep  2 09:22:47 2013	(r325955)
@@ -30,7 +30,8 @@ BUILD_DEPENDS=	p5-Any-Moose>=0:${PORTSDI
 		p5-namespace-clean>=0:${PORTSDIR}/devel/p5-namespace-clean
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN1=	bot-training.1
 MAN3=	Bot::Training.3

Modified: head/misc/p5-Business-ISBN-Data/Makefile
==============================================================================
--- head/misc/p5-Business-ISBN-Data/Makefile	Mon Sep  2 09:17:06 2013	(r325954)
+++ head/misc/p5-Business-ISBN-Data/Makefile	Mon Sep  2 09:22:47 2013	(r325955)
@@ -14,7 +14,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	leeym@FreeBSD.org
 COMMENT=	Data pack for Business::ISBN
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Business::ISBN::Data.3
 

Modified: head/misc/p5-I18N-Charset/Makefile
==============================================================================
--- head/misc/p5-I18N-Charset/Makefile	Mon Sep  2 09:17:06 2013	(r325954)
+++ head/misc/p5-I18N-Charset/Makefile	Mon Sep  2 09:22:47 2013	(r325955)
@@ -15,7 +15,8 @@ BUILD_DEPENDS=	p5-IO-Capture>=0:${PORTSD
 RUN_DEPENDS=	p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String \
 		p5-Unicode-MapUTF8>=0:${PORTSDIR}/converters/p5-Unicode-MapUTF8
 
-PERL_CONFIGURE=	YES
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		I18N::Charset.3
 

Modified: head/misc/p5-Locale-Codes/Makefile
==============================================================================
--- head/misc/p5-Locale-Codes/Makefile	Mon Sep  2 09:17:06 2013	(r325954)
+++ head/misc/p5-Locale-Codes/Makefile	Mon Sep  2 09:22:47 2013	(r325955)
@@ -14,7 +14,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	demon@FreeBSD.org
 COMMENT=	Perl5 module providing access to ISO3166 and ISO639 Country Codes
 
-PERL_CONFIGURE=	YES
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Locale::Codes.3 Locale::Codes::API.3 Locale::Codes::Changes.3 \
 	Locale::Codes::Constants.3 Locale::Codes::Country.3 \

Modified: head/misc/p5-Test-Dir/Makefile
==============================================================================
--- head/misc/p5-Test-Dir/Makefile	Mon Sep  2 09:17:06 2013	(r325954)
+++ head/misc/p5-Test-Dir/Makefile	Mon Sep  2 09:22:47 2013	(r325955)
@@ -14,7 +14,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	kiwi@oav.net
 COMMENT=	Test directory attributes
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Test::Dir.3 \
 		Test::Dir::Base.3 \

Modified: head/misc/sloccount/Makefile
==============================================================================
--- head/misc/sloccount/Makefile	Mon Sep  2 09:17:06 2013	(r325954)
+++ head/misc/sloccount/Makefile	Mon Sep  2 09:22:47 2013	(r325955)
@@ -14,7 +14,7 @@ MASTER_SITES=	http://www.dwheeler.com/sl
 MAINTAINER=	freaky@aagh.net
 COMMENT=	Counts physical Source Lines of Code (SLOC)
 
-USE_PERL5=	yes
+USES=		perl5
 
 MAKEFILE=	makefile
 INSTALL_TARGET=	install_programs install_man

Modified: head/misc/translate/Makefile
==============================================================================
--- head/misc/translate/Makefile	Mon Sep  2 09:17:06 2013	(r325954)
+++ head/misc/translate/Makefile	Mon Sep  2 09:22:47 2013	(r325955)
@@ -16,7 +16,7 @@ COMMENT=	Translates string using Babelfi
 
 RUN_DEPENDS=	p5-libwww>=0:${PORTSDIR}/www/p5-libwww
 
-USE_PERL5=	yes
+USES=		perl5
 NO_BUILD=	yes
 WRKSRC=		${WRKDIR}/${PORTNAME}
 

Modified: head/news/c-nocem/Makefile
==============================================================================
--- head/news/c-nocem/Makefile	Mon Sep  2 09:17:06 2013	(r325954)
+++ head/news/c-nocem/Makefile	Mon Sep  2 09:22:47 2013	(r325955)
@@ -22,7 +22,7 @@ CNEWS_PORT?=	news/cnews
 CNEWSWRK?=	${WRKDIRPREFIX}${.CURDIR}/../../${CNEWS_PORT}/work
 NEWSBIN?=	${PREFIX}/libexec/cnews
 USE_GMAKE=	yes
-USE_PERL5=	yes
+USES=		perl5
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--with-cnews=${CNEWSWRK}
 PLIST_SUB+=	NEWSBIN=${NEWSBIN:S=${PREFIX}/==}

Modified: head/news/cleanfeed/Makefile
==============================================================================
--- head/news/cleanfeed/Makefile	Mon Sep  2 09:17:06 2013	(r325954)
+++ head/news/cleanfeed/Makefile	Mon Sep  2 09:22:47 2013	(r325955)
@@ -16,7 +16,7 @@ COMMENT=	Spam filter for Usenet news ser
 RUN_DEPENDS=	${LOCALBASE}/news/bin/innd:${PORTSDIR}/news/inn
 
 NO_BUILD=	yes
-USE_PERL5=	yes
+USES=		perl5
 BINOWN=		news
 BINGRP=		news
 SHAREOWN=	news

Modified: head/news/fidogate-ds/Makefile
==============================================================================
--- head/news/fidogate-ds/Makefile	Mon Sep  2 09:17:06 2013	(r325954)
+++ head/news/fidogate-ds/Makefile	Mon Sep  2 09:22:47 2013	(r325955)
@@ -21,7 +21,7 @@ BUILD_DEPENDS=		${LOCALBASE}/news/bin/in
 USE_AUTOTOOLS=	libtool
 USE_BZIP2=		yes
 GNU_CONFIGURE=		yes
-USE_PERL5=		yes
+USES=		perl5
 MAKE_JOBS_UNSAFE=	yes
 
 SPOOLDIR?=/var/spool/fido/gate

Modified: head/news/husky-hpt-devel/Makefile
==============================================================================
--- head/news/husky-hpt-devel/Makefile	Mon Sep  2 09:17:06 2013	(r325954)
+++ head/news/husky-hpt-devel/Makefile	Mon Sep  2 09:22:47 2013	(r325955)
@@ -15,7 +15,7 @@ CONFLICTS=	husky-hpt-[0-9]*
 
 .if !defined(WITHOUT_PERL)
 MAKE_ARGS+=	PERL=1
-USE_PERL5=	yes
+USES=		perl5
 .else
 MAKE_ARGS+=	PERL=0
 .endif

Modified: head/news/husky-hpt/Makefile
==============================================================================
--- head/news/husky-hpt/Makefile	Mon Sep  2 09:17:06 2013	(r325954)
+++ head/news/husky-hpt/Makefile	Mon Sep  2 09:22:47 2013	(r325955)
@@ -17,7 +17,7 @@ CONFLICTS=	husky-hpt-devel-[0-9]*
 
 .if !defined(WITHOUT_PERL)
 MAKE_ARGS+=	PERL=1
-USE_PERL5=	yes
+USES=		perl5
 .else
 MAKE_ARGS+=	PERL=0
 .endif

Modified: head/news/newsgrab/Makefile
==============================================================================
--- head/news/newsgrab/Makefile	Mon Sep  2 09:17:06 2013	(r325954)
+++ head/news/newsgrab/Makefile	Mon Sep  2 09:22:47 2013	(r325955)
@@ -17,7 +17,7 @@ RUN_DEPENDS=	p5-NNTPClient>=0:${PORTSDIR
 		p5-Time-modules>=0:${PORTSDIR}/devel/p5-Time-modules
 
 NO_BUILD=	yes
-USE_PERL5=	yes
+USES=		perl5
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|^#!/usr/bin/perl|#!${PERL}|' ${WRKSRC}/newsgrab.pl

Modified: head/news/p5-NNML/Makefile
==============================================================================
--- head/news/p5-NNML/Makefile	Mon Sep  2 09:17:06 2013	(r325954)
+++ head/news/p5-NNML/Makefile	Mon Sep  2 09:22:47 2013	(r325955)
@@ -14,7 +14,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	gslin@gslin.org
 COMMENT=	A minimal NNTP server
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 RESTRICTED=	License unknown
 

Modified: head/news/p5-NNTPClient/Makefile
==============================================================================
--- head/news/p5-NNTPClient/Makefile	Mon Sep  2 09:17:06 2013	(r325954)
+++ head/news/p5-NNTPClient/Makefile	Mon Sep  2 09:22:47 2013	(r325955)
@@ -11,7 +11,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	gary@hayers.org
 COMMENT=	Client interface to NNTP (RFC977)
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	News::NNTPClient.3
 

Modified: head/news/p5-News-Article-NoCeM/Makefile
==============================================================================
--- head/news/p5-News-Article-NoCeM/Makefile	Mon Sep  2 09:17:06 2013	(r325954)
+++ head/news/p5-News-Article-NoCeM/Makefile	Mon Sep  2 09:22:47 2013	(r325955)
@@ -18,7 +18,8 @@ RUN_DEPENDS=	p5-News-Article>=0:${PORTSD
 		p5-PGP-Sign>=0:${PORTSDIR}/security/p5-PGP-Sign
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		News::Article::NoCeM.3
 

Modified: head/news/slrnconf/Makefile
==============================================================================
--- head/news/slrnconf/Makefile	Mon Sep  2 09:17:06 2013	(r325954)
+++ head/news/slrnconf/Makefile	Mon Sep  2 09:22:47 2013	(r325955)
@@ -14,7 +14,7 @@ BUILD_DEPENDS=	p5-Gtk2>=0:${PORTSDIR}/x1
 		p5-Parse-RecDescent>=0:${PORTSDIR}/devel/p5-Parse-RecDescent
 
 USE_BZIP2=	yes
-USE_PERL5=	yes
+USES=		perl5
 MAKE_ARGS+=	PREFIX=${PREFIX}
 
 do-install:

Modified: head/news/ubh/Makefile
==============================================================================
--- head/news/ubh/Makefile	Mon Sep  2 09:17:06 2013	(r325954)
+++ head/news/ubh/Makefile	Mon Sep  2 09:22:47 2013	(r325955)
@@ -22,7 +22,7 @@ RUN_DEPENDS=	\
 	p5-String-CRC32>=0:${PORTSDIR}/devel/p5-String-CRC32
 
 NO_BUILD=	YES
-USE_PERL5=	YES
+USES=		perl5
 
 pre-patch:
 	@${MV} ${WRKSRC}/ubh ${WRKSRC}/ubh.old



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309020922.r829MmOd021709>