svn commit: r517789 - head/security/bro

Craig Leres leres at FreeBSD.org
Sun Nov 17 01:10:41 UTC 2019


Author: leres
Date: Sun Nov 17 01:10:40 2019
New Revision: 517789
URL: https://svnweb.freebsd.org/changeset/ports/517789

Log:
  security/bro: Deprecate giving users until June 1st, 2020 to migrate
  to the new security/zeek port. Add CONFLICTS=zeek due to overlap.
  
  Approved by:	matthew (mentor, implicit)

Modified:
  head/security/bro/Makefile

Modified: head/security/bro/Makefile
==============================================================================
--- head/security/bro/Makefile	Sun Nov 17 01:03:04 2019	(r517788)
+++ head/security/bro/Makefile	Sun Nov 17 01:10:40 2019	(r517789)
@@ -14,11 +14,15 @@ COMMENT=	System for detecting network intruders in rea
 LICENSE=	BSD3CLAUSE
 
 BROKEN_powerpc64=	Does not build: error: zero-size array 'names'
+DEPRECATED=	Please migrate to security/zeek
+EXPIRATION_DATE=	2020-06-01
 
 USES=		bison cmake compiler:c++11-lang gettext-runtime ninja perl5 python shebangfix ssl
 
 CMAKE_ARGS+=	-DPYTHON_EXECUTABLE:PATH=${PYTHON_CMD}
 CXXFLAGS+=	-std=c++11 -Wall
+
+CONFLICTS=	zeek
 
 SHEBANG_FILES=	aux/broctl/aux/trace-summary/trace-summary
 


More information about the svn-ports-head mailing list