svn commit: r324006 - in head: benchmarks/siege devel/bsdbuild devel/p5-AnyEvent-I3

Baptiste Daroussin bapt at FreeBSD.org
Wed Jul 31 06:47:17 UTC 2013


Author: bapt
Date: Wed Jul 31 06:47:15 2013
New Revision: 324006
URL: http://svnweb.freebsd.org/changeset/ports/324006

Log:
  Convert my ports to the new perl order

Modified:
  head/benchmarks/siege/Makefile
  head/devel/bsdbuild/Makefile
  head/devel/p5-AnyEvent-I3/Makefile

Modified: head/benchmarks/siege/Makefile
==============================================================================
--- head/benchmarks/siege/Makefile	Wed Jul 31 06:39:05 2013	(r324005)
+++ head/benchmarks/siege/Makefile	Wed Jul 31 06:47:15 2013	(r324006)
@@ -8,14 +8,14 @@ CATEGORIES=	benchmarks
 MASTER_SITES=	ftp://sid.joedog.org/pub/siege/
 
 MAINTAINER=	bapt at FreeBSD.org
-COMMENT=	A http regression testing and benchmarking utility
+COMMENT=	HTTP regression testing and benchmarking utility
 
 LICENSE=	GPLv2
 
 GNU_CONFIGURE=	yes
 USE_OPENSSL=	yes
 
-USE_PERL5=	yes
+USES=		perl5
 
 CONFIGURE_ARGS=	--with-ssl=${OPENSSLBASE} --disable-shared
 

Modified: head/devel/bsdbuild/Makefile
==============================================================================
--- head/devel/bsdbuild/Makefile	Wed Jul 31 06:39:05 2013	(r324005)
+++ head/devel/bsdbuild/Makefile	Wed Jul 31 06:47:15 2013	(r324006)
@@ -8,7 +8,7 @@ MASTER_SITES=	http://stable.hypertriton.
 MAINTAINER=	bapt at FreeBSD.org
 COMMENT=	BSD-licensed portable build system
 
-USE_PERL5=	yes
+USES=		perl5
 GNU_CONFIGURE=	yes
 
 LICENSE=	BSD

Modified: head/devel/p5-AnyEvent-I3/Makefile
==============================================================================
--- head/devel/p5-AnyEvent-I3/Makefile	Wed Jul 31 06:39:05 2013	(r324005)
+++ head/devel/p5-AnyEvent-I3/Makefile	Wed Jul 31 06:47:15 2013	(r324006)
@@ -15,7 +15,8 @@ BUILD_DEPENDS=	p5-AnyEvent>=0:${PORTSDIR
 RUN_DEPENDS=	p5-AnyEvent>=0:${PORTSDIR}/devel/p5-AnyEvent \
 		p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		AnyEvent::I3.3
 


More information about the svn-ports-all mailing list