Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Mar 2015 13:01:58 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r380488 - head/benchmarks/polygraph
Message-ID:  <201503051301.t25D1wsn040740@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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*
 



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