Date: Wed, 31 Jul 2013 06:47:16 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324006 - in head: benchmarks/siege devel/bsdbuild devel/p5-AnyEvent-I3 Message-ID: <201307310647.r6V6lGNT044141@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307310647.r6V6lGNT044141>