Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Aug 2013 12:51:18 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r324190 - in head: audio/pacpl graphics/p5-PGPLOT lang/parrot lang/rakudo net/p5-S3 textproc/btparse textproc/p5-SGMLSpm
Message-ID:  <201308031251.r73CpIqn019406@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Sat Aug  3 12:51:18 2013
New Revision: 324190
URL: http://svnweb.freebsd.org/changeset/ports/324190

Log:
  Convert to new perl framework.

Modified:
  head/audio/pacpl/Makefile
  head/graphics/p5-PGPLOT/Makefile
  head/lang/parrot/Makefile
  head/lang/rakudo/Makefile   (contents, props changed)
  head/net/p5-S3/Makefile
  head/textproc/btparse/Makefile   (contents, props changed)
  head/textproc/p5-SGMLSpm/Makefile

Modified: head/audio/pacpl/Makefile
==============================================================================
--- head/audio/pacpl/Makefile	Sat Aug  3 12:33:27 2013	(r324189)
+++ head/audio/pacpl/Makefile	Sat Aug  3 12:51:18 2013	(r324190)
@@ -10,8 +10,7 @@ MASTER_SITES=	SF
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Perl Audio Converter
 
-USES=		shebangfix
-USE_PERL5=	yes
+USES=		shebangfix perl5
 ONLY_FOR_ARCHS=	i386 amd64
 NO_BUILD=	yes
 

Modified: head/graphics/p5-PGPLOT/Makefile
==============================================================================
--- head/graphics/p5-PGPLOT/Makefile	Sat Aug  3 12:33:27 2013	(r324189)
+++ head/graphics/p5-PGPLOT/Makefile	Sat Aug  3 12:51:18 2013	(r324190)
@@ -18,7 +18,7 @@ LIB_DEPENDS=	pgplot.5:${PORTSDIR}/graphi
 INSTALL_TARGET=	pure_install
 SCRIPTS_ENV=	PERL=${PERL}
 USE_FORTRAN=	yes
-USE_PERL5=	yes
+USES=		perl5
 
 MAN3=		PGPLOT.3
 MAN3PREFIX=	${PREFIX}/lib/perl5/${PERL_VER}

Modified: head/lang/parrot/Makefile
==============================================================================
--- head/lang/parrot/Makefile	Sat Aug  3 12:33:27 2013	(r324189)
+++ head/lang/parrot/Makefile	Sat Aug  3 12:51:18 2013	(r324190)
@@ -35,8 +35,7 @@ MAKE_JOBS_UNSAFE=	yes
 USE_BZIP2=	yes
 USE_GMAKE=	yes
 USE_LDCONFIG=	yes
-USE_PERL5=	yes
-USES=		bison
+USES=		bison perl5
 
 MAN1=		ops2c.1 \
 		parrot.1 \

Modified: head/lang/rakudo/Makefile
==============================================================================
--- head/lang/rakudo/Makefile	Sat Aug  3 12:33:27 2013	(r324189)
+++ head/lang/rakudo/Makefile	Sat Aug  3 12:51:18 2013	(r324190)
@@ -35,7 +35,8 @@ CONFIGURE_PARROT_ARGS=	--cc=${CC} --cxx=
 CONFIGURE_ARGS=	--with-parrot=${PREFIX}/bin/parrot \
 		--with-nqp=${PREFIX}/bin/nqp
 
-USES=		bison
+USES=		bison perl5
+USE_PERL5=	build
 
 .include <bsd.port.pre.mk>
 
@@ -43,7 +44,6 @@ USES=		bison
 BROKEN=		Does not compile on ia64, powerpc, or sparc64
 .endif
 
-USE_PERL5_BUILD=	yes
 USE_GMAKE=	yes
 
 MAN1=		perl6.1 rakudo.1

Modified: head/net/p5-S3/Makefile
==============================================================================
--- head/net/p5-S3/Makefile	Sat Aug  3 12:33:27 2013	(r324189)
+++ head/net/p5-S3/Makefile	Sat Aug  3 12:51:18 2013	(r324190)
@@ -17,7 +17,8 @@ RUN_DEPENDS=	p5-Digest-HMAC>=0:${PORTSDI
 		p5-libwww>=0:${PORTSDIR}/www/p5-libwww
 
 NO_BUILD=	yes
-USE_PERL5_RUN=	yes
+USES=		perl5
+USE_PERL5=	run
 USE_ZIP=	yes
 WRKSRC=		${WRKDIR}/s3-example-libraries/perl
 

Modified: head/textproc/btparse/Makefile
==============================================================================
--- head/textproc/btparse/Makefile	Sat Aug  3 12:33:27 2013	(r324189)
+++ head/textproc/btparse/Makefile	Sat Aug  3 12:51:18 2013	(r324190)
@@ -12,7 +12,8 @@ COMMENT=	C library for parsing and proce
 
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-USE_PERL5_BUILD=yes
+USES=		perl5
+USE_PERL5=	build
 
 MAN3=		btparse.3 bt_language.3 bt_input.3 bt_traversal.3 \
 		bt_postprocess.3 bt_macros.3 bt_split_names.3 \

Modified: head/textproc/p5-SGMLSpm/Makefile
==============================================================================
--- head/textproc/p5-SGMLSpm/Makefile	Sat Aug  3 12:33:27 2013	(r324189)
+++ head/textproc/p5-SGMLSpm/Makefile	Sat Aug  3 12:51:18 2013	(r324190)
@@ -13,8 +13,8 @@ DISTNAME=	${PORTNAME}-${PORTVERSION}ii
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Perl module for postprocessing the output from sgmls and nsgmls
 
-USE_PERL5_RUN=	yes
-USES=		shebangfix
+USE_PERL5=	run
+USES=		shebangfix perl5
 NO_BUILD=	yes
 WRKSRC=		${WRKDIR}/${PORTNAME}
 



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