Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Sep 2013 13:38: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: r327283 - in head/www: MT apache22 awstats bins drraw igal2 interchange newsbeuter p5-CGI-FormBuilder p5-HTML-Mason p5-HTTP-MobileAgent-Plugin-Charset p5-Pod-Site p5-Task-Plack p5-WebSe...
Message-ID:  <201309141338.r8EDcLAf040258@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: az
Date: Sat Sep 14 13:38:20 2013
New Revision: 327283
URL: http://svnweb.freebsd.org/changeset/ports/327283

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

Modified:
  head/www/MT/Makefile
  head/www/apache22/Makefile
  head/www/awstats/Makefile
  head/www/bins/Makefile   (contents, props changed)
  head/www/drraw/Makefile   (contents, props changed)
  head/www/igal2/Makefile
  head/www/interchange/Makefile   (contents, props changed)
  head/www/newsbeuter/Makefile
  head/www/p5-CGI-FormBuilder/Makefile
  head/www/p5-HTML-Mason/Makefile   (contents, props changed)
  head/www/p5-HTTP-MobileAgent-Plugin-Charset/Makefile   (contents, props changed)
  head/www/p5-Pod-Site/Makefile
  head/www/p5-Task-Plack/Makefile   (contents, props changed)
  head/www/p5-WebService-NoPaste/Makefile
  head/www/snownews/Makefile
  head/www/squid/Makefile
  head/www/squid32/Makefile
  head/www/validator/Makefile
  head/www/xombrero/Makefile

Modified: head/www/MT/Makefile
==============================================================================
--- head/www/MT/Makefile	Sat Sep 14 13:35:52 2013	(r327282)
+++ head/www/MT/Makefile	Sat Sep 14 13:38:20 2013	(r327283)
@@ -45,7 +45,8 @@ SUB_LIST+=	DATADIR=${DATADIR}\
 		WWWOWN=${WWWOWN}\
 		WWWGRP=${WWWGRP}
 
-USE_PERL5_RUN=	yes
+USES=		perl5
+USE_PERL5=	run
 NO_BUILD=	yes
 MT_DOCS_URL?=	http://www.movabletype.org/documentation/
 MT_UPGRADE_URL?=http://www.movabletype.org/documentation/installation/upgrade-movable-type.html

Modified: head/www/apache22/Makefile
==============================================================================
--- head/www/apache22/Makefile	Sat Sep 14 13:35:52 2013	(r327282)
+++ head/www/apache22/Makefile	Sat Sep 14 13:38:20 2013	(r327283)
@@ -24,9 +24,8 @@ CONFLICTS_INSTALL=	caudium14-1.* \
 
 USE_APACHE=	common22
 USE_BZIP2=	yes
-USES=		iconv
+USES=		iconv perl5
 USE_AUTOTOOLS=	autoconf libtool
-USE_PERL5=	yes
 USE_RC_SUBR=	apache22 htcacheclean
 LIBTOOLFILES=	configure.in
 

Modified: head/www/awstats/Makefile
==============================================================================
--- head/www/awstats/Makefile	Sat Sep 14 13:35:52 2013	(r327282)
+++ head/www/awstats/Makefile	Sat Sep 14 13:38:20 2013	(r327283)
@@ -14,8 +14,9 @@ LICENSE=	GPLv2
 
 RUN_DEPENDS=	p5-Net-XWhois>=0:${PORTSDIR}/net/p5-Net-XWhois
 
+USES=		perl5
 NO_BUILD=	yes
-USE_PERL5_RUN=	yes
+USE_PERL5=	run
 USE_DOS2UNIX=	tools/*.pl \
 		wwwroot/cgi-bin/awstats.model.conf \
 		wwwroot/cgi-bin/*.pl \

Modified: head/www/bins/Makefile
==============================================================================
--- head/www/bins/Makefile	Sat Sep 14 13:35:52 2013	(r327282)
+++ head/www/bins/Makefile	Sat Sep 14 13:38:20 2013	(r327283)
@@ -30,8 +30,9 @@ RUN_DEPENDS=	\
 	p5-XML-Handler-YAWriter>=0:${PORTSDIR}/textproc/p5-XML-Handler-YAWriter \
 	p5-libxml>=0:${PORTSDIR}/textproc/p5-libxml
 
+USES=		perl5
+USE_PERL5=	run
 USE_BZIP2=	yes
-USE_PERL5_RUN=	yes
 NO_BUILD=	yes
 
 # additional scripts

Modified: head/www/drraw/Makefile
==============================================================================
--- head/www/drraw/Makefile	Sat Sep 14 13:35:52 2013	(r327282)
+++ head/www/drraw/Makefile	Sat Sep 14 13:38:20 2013	(r327283)
@@ -16,7 +16,8 @@ RUN_DEPENDS+=	rrdtool>=0:${PORTSDIR}/dat
 OPTIONS_DEFINE=	ZOOM_PATCH
 ZOOM_PATCH_DESC=	Zoom support using jQuery via external patch
 
-USE_PERL5_RUN=	yes
+USES=		perl5
+USE_PERL5=	run
 NO_BUILD=	yes
 
 PORTDOCS=	CHANGES INSTALL LICENSE README.EVENTS

Modified: head/www/igal2/Makefile
==============================================================================
--- head/www/igal2/Makefile	Sat Sep 14 13:35:52 2013	(r327282)
+++ head/www/igal2/Makefile	Sat Sep 14 13:38:20 2013	(r327283)
@@ -15,7 +15,7 @@ OPTIONS_DEFINE=	EXIF
 EXIF_DESC=	Support EXIF data (-e option)
 
 CONFLICTS=	igal-1.*
-USE_PERL5=	yes
+USES=		perl5
 NO_BUILD=	yes
 
 MAN1=		igal2.1

Modified: head/www/interchange/Makefile
==============================================================================
--- head/www/interchange/Makefile	Sat Sep 14 13:35:52 2013	(r327282)
+++ head/www/interchange/Makefile	Sat Sep 14 13:38:20 2013	(r327283)
@@ -17,8 +17,9 @@ RUN_DEPENDS=	p5-Safe-Hole>=0.10:${PORTSD
 		p5-Digest-SHA1>=2.11:${PORTSDIR}/security/p5-Digest-SHA1
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
+USES=		perl5
+USE_PERL5=	configure
 USE_BZIP2=	yes
-PERL_CONFIGURE=	yes
 
 OPTIONS_DEFINE=	MYSQL PGSQL
 OPTIONS_DEFAULT=	MYSQL

Modified: head/www/newsbeuter/Makefile
==============================================================================
--- head/www/newsbeuter/Makefile	Sat Sep 14 13:35:52 2013	(r327282)
+++ head/www/newsbeuter/Makefile	Sat Sep 14 13:38:20 2013	(r327283)
@@ -17,8 +17,8 @@ LIB_DEPENDS=	stfl.1:${PORTSDIR}/devel/st
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		gettext ncurses gmake pkgconfig
-USE_PERL5_BUILD=yes
+USES=		gettext ncurses gmake pkgconfig perl5
+USE_PERL5=	build
 USE_SQLITE=	yes
 USE_GNOME=	libxml2
 

Modified: head/www/p5-CGI-FormBuilder/Makefile
==============================================================================
--- head/www/p5-CGI-FormBuilder/Makefile	Sat Sep 14 13:35:52 2013	(r327282)
+++ head/www/p5-CGI-FormBuilder/Makefile	Sat Sep 14 13:38:20 2013	(r327283)
@@ -15,7 +15,8 @@ COMMENT=	FormBuilder for CGI
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 OPTIONS_DEFINE=	TT HTML_TEMPLATE TEXT_TEMPLATE CGI_FAST_TEMPLATE CGI_SSI CGI_SESSION
 OPTIONS_DEFAULT=	TT

Modified: head/www/p5-HTML-Mason/Makefile
==============================================================================
--- head/www/p5-HTML-Mason/Makefile	Sat Sep 14 13:35:52 2013	(r327282)
+++ head/www/p5-HTML-Mason/Makefile	Sat Sep 14 13:38:20 2013	(r327283)
@@ -23,7 +23,8 @@ TEST_DEPENDS=	p5-CHI>=0.210:${PORTSDIR}/
 		p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \
 		p5-Test-Memory-Cycle>=0:${PORTSDIR}/devel/p5-Test-Memory-Cycle
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		HTML::Mason.3 \
 		HTML::Mason::Admin.3 \

Modified: head/www/p5-HTTP-MobileAgent-Plugin-Charset/Makefile
==============================================================================
--- head/www/p5-HTTP-MobileAgent-Plugin-Charset/Makefile	Sat Sep 14 13:35:52 2013	(r327282)
+++ head/www/p5-HTTP-MobileAgent-Plugin-Charset/Makefile	Sat Sep 14 13:38:20 2013	(r327283)
@@ -18,7 +18,8 @@ RUN_DEPENDS=	\
 	p5-HTTP-MobileAgent>=0.26:${PORTSDIR}/www/p5-HTTP-MobileAgent
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	HTTP::MobileAgent::Plugin::Charset.3
 

Modified: head/www/p5-Pod-Site/Makefile
==============================================================================
--- head/www/p5-Pod-Site/Makefile	Sat Sep 14 13:35:52 2013	(r327282)
+++ head/www/p5-Pod-Site/Makefile	Sat Sep 14 13:38:20 2013	(r327283)
@@ -24,7 +24,8 @@ OPTIONS_DEFINE=	PODT
 
 PODT_DESC=	Include Pod package tests
 
-PERL_MODBUILD=	yes
+USES=		perl5
+USE_PERL5=	modbuild
 
 MAN1=		podsite.1
 MAN3=		Pod::Site.3

Modified: head/www/p5-Task-Plack/Makefile
==============================================================================
--- head/www/p5-Task-Plack/Makefile	Sat Sep 14 13:35:52 2013	(r327282)
+++ head/www/p5-Task-Plack/Makefile	Sat Sep 14 13:38:20 2013	(r327283)
@@ -10,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	kuriyama@FreeBSD.org
 COMMENT=	Perl module bundle for Plack
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Task::Plack.3
 

Modified: head/www/p5-WebService-NoPaste/Makefile
==============================================================================
--- head/www/p5-WebService-NoPaste/Makefile	Sat Sep 14 13:35:52 2013	(r327282)
+++ head/www/p5-WebService-NoPaste/Makefile	Sat Sep 14 13:38:20 2013	(r327283)
@@ -15,8 +15,8 @@ BUILD_DEPENDS=	p5-IO-All>=0:${PORTSDIR}/
 		p5-Spiffy>=0:${PORTSDIR}/devel/p5-Spiffy
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
-USES=		shebangfix
+USES=		shebangfix perl5
+USE_PERL5=	configure
 SHEBANG_FILES=	nopaste
 
 MAN3=		WebService::NoPaste.3

Modified: head/www/snownews/Makefile
==============================================================================
--- head/www/snownews/Makefile	Sat Sep 14 13:35:52 2013	(r327282)
+++ head/www/snownews/Makefile	Sat Sep 14 13:38:20 2013	(r327283)
@@ -10,8 +10,8 @@ MASTER_SITES=	http://kiza.kcore.de/media
 MAINTAINER=	clsung@FreeBSD.org
 COMMENT=	A text mode RSS newsreader
 
-USE_PERL5_BUILD=yes
-USES=		gmake iconv
+USES=		gmake iconv perl5
+USE_PERL5=	build
 USE_GNOME=	libxml2
 HAS_CONFIGURE=	yes
 

Modified: head/www/squid/Makefile
==============================================================================
--- head/www/squid/Makefile	Sat Sep 14 13:35:52 2013	(r327282)
+++ head/www/squid/Makefile	Sat Sep 14 13:38:20 2013	(r327283)
@@ -114,9 +114,9 @@ COMMENT=	HTTP Caching Proxy
 SQUID_STABLE_VER=	9
 
 CONFLICTS_INSTALL=	squid-2.[^7]* squid-3.* cacheboy-[0-9]* lusca-head-[0-9]*
+USES=		perl5
 GNU_CONFIGURE=	yes
 USE_BZIP2=	yes
-USE_PERL5=	yes
 USE_RC_SUBR=	squid
 
 SQUID_UID?=	squid

Modified: head/www/squid32/Makefile
==============================================================================
--- head/www/squid32/Makefile	Sat Sep 14 13:35:52 2013	(r327282)
+++ head/www/squid32/Makefile	Sat Sep 14 13:38:20 2013	(r327283)
@@ -79,9 +79,9 @@ LATEST_LINK=	squid32
 SQUID_STABLE_VER=	13
 
 CONFLICTS_INSTALL=	squid-2.[0-9].* squid-3.[!2].* cacheboy-[0-9]* lusca-head-[0-9]*
+USES=		perl5
 GNU_CONFIGURE=	yes
 USE_BZIP2=	yes
-USE_PERL5=	yes
 USE_RC_SUBR=	squid
 
 USERS=		squid

Modified: head/www/validator/Makefile
==============================================================================
--- head/www/validator/Makefile	Sat Sep 14 13:35:52 2013	(r327282)
+++ head/www/validator/Makefile	Sat Sep 14 13:38:20 2013	(r327283)
@@ -25,8 +25,9 @@ RUN_DEPENDS=	onsgmls:${PORTSDIR}/textpro
 		p5-URI>=0:${PORTSDIR}/net/p5-URI \
 		p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML
 
+USES=		perl5
 NO_BUILD=	yes
-USE_PERL5_RUN=	yes
+USE_PERL5=	run
 
 SUB_FILES=	pkg-message validator.conf.sample
 

Modified: head/www/xombrero/Makefile
==============================================================================
--- head/www/xombrero/Makefile	Sat Sep 14 13:35:52 2013	(r327282)
+++ head/www/xombrero/Makefile	Sat Sep 14 13:38:20 2013	(r327283)
@@ -15,8 +15,8 @@ LICENSE=	ISCL
 LIB_DEPENDS=	gnutls:${PORTSDIR}/security/gnutls \
 		soup-2.4:${PORTSDIR}/devel/libsoup
 
-USES=		pkgconfig
-USE_PERL5_BUILD=yes
+USES=		pkgconfig perl5
+USE_PERL5=	build
 INSTALLS_ICONS=	yes
 
 MAN1=		xombrero.1



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