svn commit: r380488 - head/benchmarks/polygraph

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Mar 5 13:01:58 UTC 2015


Author: amdmi3
Date: Thu Mar  5 13:01:57 2015
New Revision: 380488
URL: https://svnweb.freebsd.org/changeset/ports/380488
QAT: https://qat.redports.org/buildarchive/r380488/

Log:
  - Fix shebangs
  
  MFH:		2015Q1

Modified:
  head/benchmarks/polygraph/Makefile

Modified: head/benchmarks/polygraph/Makefile
==============================================================================
--- head/benchmarks/polygraph/Makefile	Thu Mar  5 12:43:55 2015	(r380487)
+++ head/benchmarks/polygraph/Makefile	Thu Mar  5 13:01:57 2015	(r380488)
@@ -3,6 +3,7 @@
 
 PORTNAME=	polygraph
 PORTVERSION=	4.3.2
+PORTREVISION=	1
 CATEGORIES=	benchmarks www
 MASTER_SITES=	http://www.web-polygraph.org/downloads/srcs/ \
 		http://people.bsdgroup.de/~as/freebsd/distfiles/
@@ -14,10 +15,11 @@ COMMENT=	Benchmarking tool for Web proxi
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		tar:tgz
+USES=		shebangfix tar:tgz
+SHEBANG_FILES=	tools/*.pl
 USE_GCC=	any
 GNU_CONFIGURE=	yes
-WRKSRC=	${WRKDIR}/${PORTNAME}-${PORTVERSION}
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
 CONFLICTS=	ltrace-0*
 


More information about the svn-ports-head mailing list