svn commit: r441056 - head/security/bro
Tobias C. Berner
tcberner at FreeBSD.org
Tue May 16 21:05:10 UTC 2017
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
More information about the svn-ports-head
mailing list