Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 May 2017 21:05:09 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r441056 - head/security/bro
Message-ID:  <201705162105.v4GL5952030746@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Tue May 16 21:05:08 2017
New Revision: 441056
URL: https://svnweb.freebsd.org/changeset/ports/441056

Log:
  Fix shebangs.
  
  Approved by:	rakuco (mentor, implicit)

Modified:
  head/security/bro/Makefile

Modified: head/security/bro/Makefile
==============================================================================
--- head/security/bro/Makefile	Tue May 16 20:14:50 2017	(r441055)
+++ head/security/bro/Makefile	Tue May 16 21:05:08 2017	(r441056)
@@ -3,7 +3,7 @@
 
 PORTNAME=	bro
 PORTVERSION=	2.4.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	security
 MASTER_SITES=	http://www.bro.org/downloads/release/
 
@@ -18,11 +18,13 @@ LIB_DEPENDS=	libGeoIP.so:net/GeoIP
 
 BROKEN_powerpc64=	Does not build: error: zero-size array 'names'
 
-USES=		cmake:outsource compiler:c++11-lang perl5 python ssl
+USES=		cmake:outsource compiler:c++11-lang perl5 python shebangfix ssl
 
 CMAKE_ARGS+=	-D PYTHON_EXECUTABLE:PATH=${PYTHON_CMD}
 CXXFLAGS+=	-std=c++11 -Wextra -Wall -pedantic
 
+SHEBANG_FILES=	aux/broctl/aux/trace-summary/trace-summary
+
 SUB_FILES=	pkg-message
 NO_MTREE=	yes
 



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