svn commit: r375182 - head/benchmarks/slowloris

Antoine Brodin antoine at FreeBSD.org
Sun Dec 21 19:00:44 UTC 2014


Author: antoine
Date: Sun Dec 21 19:00:43 2014
New Revision: 375182
URL: https://svnweb.freebsd.org/changeset/ports/375182
QAT: https://qat.redports.org/buildarchive/r375182/

Log:
  Shebangfix

Modified:
  head/benchmarks/slowloris/Makefile

Modified: head/benchmarks/slowloris/Makefile
==============================================================================
--- head/benchmarks/slowloris/Makefile	Sun Dec 21 18:37:10 2014	(r375181)
+++ head/benchmarks/slowloris/Makefile	Sun Dec 21 19:00:43 2014	(r375182)
@@ -3,6 +3,7 @@
 
 PORTNAME=	slowloris
 PORTVERSION=	0.7
+PORTREVISION=	1
 CATEGORIES=	benchmarks
 MASTER_SITES=	ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/
 
@@ -14,8 +15,9 @@ RUN_DEPENDS=	p5-IO-Socket-SSL>=0:${PORTS
 
 NO_BUILD=	yes
 
-USES=		perl5
+USES=		perl5 shebangfix
 USE_PERL5=	run
+SHEBANG_FILES=	slowloris.pl
 
 PLIST_FILES=	bin/slowloris
 


More information about the svn-ports-head mailing list