Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Sep 2013 13:07:41 +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: r326272 - in head: mail/listadmin mail/p5-Email-Date-Format mail/p5-Email-Valid-Loose mail/p5-MIME-Charset mail/p5-Mail-Field-Received mail/p5-SES mail/postfix-policyd-spf-perl print/cd...
Message-ID:  <201309041307.r84D7fNx073011@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: az
Date: Wed Sep  4 13:07:40 2013
New Revision: 326272
URL: http://svnweb.freebsd.org/changeset/ports/326272

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

Modified:
  head/mail/listadmin/Makefile   (contents, props changed)
  head/mail/p5-Email-Date-Format/Makefile   (contents, props changed)
  head/mail/p5-Email-Valid-Loose/Makefile   (contents, props changed)
  head/mail/p5-MIME-Charset/Makefile   (contents, props changed)
  head/mail/p5-Mail-Field-Received/Makefile   (contents, props changed)
  head/mail/p5-SES/Makefile
  head/mail/postfix-policyd-spf-perl/Makefile   (contents, props changed)
  head/print/cdlabelgen/Makefile   (contents, props changed)
  head/print/easylatex/Makefile   (contents, props changed)
  head/print/foomatic-db-engine/Makefile   (contents, props changed)
  head/print/html2ps/Makefile   (contents, props changed)
  head/print/latex-ucs/Makefile   (contents, props changed)
  head/print/latexdiff/Makefile   (contents, props changed)
  head/print/p5-Net-CUPS/Makefile   (contents, props changed)
  head/print/p5-Net-Printer/Makefile
  head/print/p5-PDF-Template/Makefile   (contents, props changed)
  head/print/p5-XML-ApacheFOP/Makefile   (contents, props changed)
  head/print/ps2eps/Makefile   (contents, props changed)
  head/print/txtbdf2ps/Makefile   (contents, props changed)

Modified: head/mail/listadmin/Makefile
==============================================================================
--- head/mail/listadmin/Makefile	Wed Sep  4 12:28:16 2013	(r326271)
+++ head/mail/listadmin/Makefile	Wed Sep  4 13:07:40 2013	(r326272)
@@ -18,7 +18,8 @@ RUN_DEPENDS=	p5-Text-Reform>=0:${PORTSDI
 		p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \
 		p5-libwww>=0:${PORTSDIR}/www/p5-libwww
 
-USE_PERL5_RUN=	yes
+USES=		perl5
+USE_PERL5=	run
 
 PLIST_FILES=	bin/listadmin
 MAN1=		listadmin.1

Modified: head/mail/p5-Email-Date-Format/Makefile
==============================================================================
--- head/mail/p5-Email-Date-Format/Makefile	Wed Sep  4 12:28:16 2013	(r326271)
+++ head/mail/p5-Email-Date-Format/Makefile	Wed Sep  4 13:07:40 2013	(r326272)
@@ -15,7 +15,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	miwi@FreeBSD.org
 COMMENT=	Produce RFC 2822 date strings
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Email::Date::Format.3
 

Modified: head/mail/p5-Email-Valid-Loose/Makefile
==============================================================================
--- head/mail/p5-Email-Valid-Loose/Makefile	Wed Sep  4 12:28:16 2013	(r326271)
+++ head/mail/p5-Email-Valid-Loose/Makefile	Wed Sep  4 13:07:40 2013	(r326272)
@@ -17,7 +17,8 @@ COMMENT=	A variation of Email::Valid whi
 BUILD_DEPENDS=	p5-Email-Valid>=0:${PORTSDIR}/mail/p5-Email-Valid
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Email::Valid::Loose.3
 

Modified: head/mail/p5-MIME-Charset/Makefile
==============================================================================
--- head/mail/p5-MIME-Charset/Makefile	Wed Sep  4 12:28:16 2013	(r326271)
+++ head/mail/p5-MIME-Charset/Makefile	Wed Sep  4 13:07:40 2013	(r326272)
@@ -15,7 +15,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	Olivier.Girard@univ-angers.fr
 COMMENT=	Charset Informations for MIME
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		MIME::Charset.3 MIME::Charset::JA_JP.3
 

Modified: head/mail/p5-Mail-Field-Received/Makefile
==============================================================================
--- head/mail/p5-Mail-Field-Received/Makefile	Wed Sep  4 12:28:16 2013	(r326271)
+++ head/mail/p5-Mail-Field-Received/Makefile	Wed Sep  4 13:07:40 2013	(r326272)
@@ -22,7 +22,8 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 TEST_DEPENDS=	p5-Test-Differences>0:${PORTSDIR}/devel/p5-Test-Differences
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Mail::Field::Received.3
 

Modified: head/mail/p5-SES/Makefile
==============================================================================
--- head/mail/p5-SES/Makefile	Wed Sep  4 12:28:16 2013	(r326271)
+++ head/mail/p5-SES/Makefile	Wed Sep  4 13:07:40 2013	(r326272)
@@ -21,7 +21,8 @@ RUN_DEPENDS=	p5-LWP-Protocol-https>=0:${
 		p5-libwww>=6:${PORTSDIR}/www/p5-libwww
 
 NO_BUILD=	yes
-USE_PERL5_RUN=	yes
+USES=		perl5
+USE_PERL5=	run
 USE_ZIP=	yes
 WRKSRC=		${WRKDIR}/bin
 

Modified: head/mail/postfix-policyd-spf-perl/Makefile
==============================================================================
--- head/mail/postfix-policyd-spf-perl/Makefile	Wed Sep  4 12:28:16 2013	(r326271)
+++ head/mail/postfix-policyd-spf-perl/Makefile	Wed Sep  4 13:07:40 2013	(r326272)
@@ -17,7 +17,8 @@ RUN_DEPENDS=	p5-Mail-SPF>=0:${PORTSDIR}/
 		p5-NetAddr-IP>=4:${PORTSDIR}/net-mgmt/p5-NetAddr-IP \
 		p5-version>=0:${PORTSDIR}/devel/p5-version
 
-USE_PERL5_RUN=	yes
+USES=		perl5
+USE_PERL5=	run
 NO_BUILD=	yes
 
 PLIST_FILES=	sbin/postfix-policyd-spf-perl

Modified: head/print/cdlabelgen/Makefile
==============================================================================
--- head/print/cdlabelgen/Makefile	Wed Sep  4 12:28:16 2013	(r326271)
+++ head/print/cdlabelgen/Makefile	Wed Sep  4 13:07:40 2013	(r326272)
@@ -17,7 +17,7 @@ COMMENT=	Generate postscript for frontca
 MAN1=		cdlabelgen.1
 MANCOMPRESSED=	no
 
-USE_PERL5=	yes
+USES=		perl5
 MAKE_ARGS=	BASE_DIR="${PREFIX}" \
 		LIB_DIR="${DATADIR}" \
 		INSTALL="${INSTALL_SCRIPT}" \

Modified: head/print/easylatex/Makefile
==============================================================================
--- head/print/easylatex/Makefile	Wed Sep  4 12:28:16 2013	(r326271)
+++ head/print/easylatex/Makefile	Wed Sep  4 13:07:40 2013	(r326272)
@@ -18,7 +18,7 @@ COMMENT=	Perl script which transforms "p
 RUN_DEPENDS=	p5-Getopt-Declare>=0:${PORTSDIR}/devel/p5-Getopt-Declare
 
 NO_BUILD=	yes
-USE_PERL5=	yes
+USES=		perl5
 
 post-patch:
 	@${REINPLACE_CMD} -e 's,/usr/lib/easylatex,${DATADIR},' \

Modified: head/print/foomatic-db-engine/Makefile
==============================================================================
--- head/print/foomatic-db-engine/Makefile	Wed Sep  4 12:28:16 2013	(r326271)
+++ head/print/foomatic-db-engine/Makefile	Wed Sep  4 13:07:40 2013	(r326272)
@@ -24,7 +24,7 @@ RUN_DEPENDS=	curl:${PORTSDIR}/ftp/curl
 
 PROJECTHOST=	bsdistfiles
 USE_GNOME=	libxml2
-USE_PERL5=	yes
+USES=		perl5
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	PERL=${PERL} LIBDIR=${PREFIX}/share/foomatic/

Modified: head/print/html2ps/Makefile
==============================================================================
--- head/print/html2ps/Makefile	Wed Sep  4 12:28:16 2013	(r326271)
+++ head/print/html2ps/Makefile	Wed Sep  4 13:07:40 2013	(r326272)
@@ -21,7 +21,7 @@ RUN_DEPENDS=	mogrify:${PORTSDIR}/graphic
 		paperconf:${PORTSDIR}/print/libpaper
 
 NO_BUILD=	yes
-USE_PERL5=	yes
+USES=		perl5
 USE_GHOSTSCRIPT_RUN=	yes
 
 SUB_FILES=	html2psrc

Modified: head/print/latex-ucs/Makefile
==============================================================================
--- head/print/latex-ucs/Makefile	Wed Sep  4 12:28:16 2013	(r326271)
+++ head/print/latex-ucs/Makefile	Wed Sep  4 13:07:40 2013	(r326272)
@@ -17,7 +17,8 @@ MAINTAINER=	hrs@FreeBSD.org
 COMMENT=	A LaTeX package for using UTF-8 as input encoding
 
 NO_BUILD=	yes
-USE_PERL5_RUN=	yes
+USES=		perl5
+USE_PERL5=	run
 USE_TEX=	latex
 PLIST_SUB=	MKTEXLSR="${MKTEXLSR}" CLASSDIR=${CLASSDIR}
 

Modified: head/print/latexdiff/Makefile
==============================================================================
--- head/print/latexdiff/Makefile	Wed Sep  4 12:28:16 2013	(r326271)
+++ head/print/latexdiff/Makefile	Wed Sep  4 13:07:40 2013	(r326272)
@@ -18,7 +18,8 @@ COMMENT=	Determine and mark up significa
 
 RUN_DEPENDS+=	bash:${PORTSDIR}/shells/bash
 
-USE_PERL5_RUN=	yes
+USES=		perl5
+USE_PERL5=	run
 USE_ZIP=	yes
 NO_BUILD=	yes
 

Modified: head/print/p5-Net-CUPS/Makefile
==============================================================================
--- head/print/p5-Net-CUPS/Makefile	Wed Sep  4 12:28:16 2013	(r326271)
+++ head/print/p5-Net-CUPS/Makefile	Wed Sep  4 13:07:40 2013	(r326272)
@@ -18,7 +18,8 @@ COMMENT=	Interface to the CUPS API
 BUILD_DEPENDS=	cups-config:${PORTSDIR}/print/cups-client
 LIB_DEPENDS=	cupsimage.2:${PORTSDIR}/print/cups-image
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Net::CUPS.3 \
 		Net::CUPS::Destination.3 \

Modified: head/print/p5-Net-Printer/Makefile
==============================================================================
--- head/print/p5-Net-Printer/Makefile	Wed Sep  4 12:28:16 2013	(r326271)
+++ head/print/p5-Net-Printer/Makefile	Wed Sep  4 13:07:40 2013	(r326272)
@@ -12,7 +12,8 @@ COMMENT=	Perl extension for direct-to-lp
 
 LICENSE=	BSD
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Net::Printer.3
 

Modified: head/print/p5-PDF-Template/Makefile
==============================================================================
--- head/print/p5-PDF-Template/Makefile	Wed Sep  4 12:28:16 2013	(r326271)
+++ head/print/p5-PDF-Template/Makefile	Wed Sep  4 13:07:40 2013	(r326272)
@@ -18,7 +18,8 @@ BUILD_DEPENDS+=	pdflib-perl>=0:${PORTSDI
 		p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		PDF::Template::Element::Weblink.3 \
 		PDF::Template::Container::Scope.3 \

Modified: head/print/p5-XML-ApacheFOP/Makefile
==============================================================================
--- head/print/p5-XML-ApacheFOP/Makefile	Wed Sep  4 12:28:16 2013	(r326271)
+++ head/print/p5-XML-ApacheFOP/Makefile	Wed Sep  4 13:07:40 2013	(r326272)
@@ -19,7 +19,8 @@ BUILD_DEPENDS=	p5-Java>=0:${PORTSDIR}/de
 		${LOCALBASE}/share/java/fop/build/fop.jar:${PORTSDIR}/textproc/fop
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		XML::ApacheFOP.3
 

Modified: head/print/ps2eps/Makefile
==============================================================================
--- head/print/ps2eps/Makefile	Wed Sep  4 12:28:16 2013	(r326271)
+++ head/print/ps2eps/Makefile	Wed Sep  4 13:07:40 2013	(r326272)
@@ -18,7 +18,8 @@ COMMENT=	Generate Encapsulated Postscrip
 WRKSRC=		${WRKDIR}/ps2eps
 
 USE_GHOSTSCRIPT_RUN=	yes
-USE_PERL5_RUN=	yes
+USES=		perl5
+USE_PERL5=	run
 MAN1=		ps2eps.1 bbox.1
 
 do-build:

Modified: head/print/txtbdf2ps/Makefile
==============================================================================
--- head/print/txtbdf2ps/Makefile	Wed Sep  4 12:28:16 2013	(r326271)
+++ head/print/txtbdf2ps/Makefile	Wed Sep  4 13:07:40 2013	(r326272)
@@ -19,7 +19,7 @@ COMMENT=	Translator TXT + BDF to PS
 PROJECTHOST=	ak-various-projects
 
 PLIST_FILES=	bin/txtbdf2ps
-USE_PERL5=	yes
+USES=		perl5
 EXTRACT_CMD=	${CP}
 EXTRACT_BEFORE_ARGS=
 EXTRACT_AFTER_ARGS=	${WRKDIR}



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