Date: Sun, 17 Nov 2019 01:10:40 +0000 (UTC) From: Craig Leres <leres@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r517789 - head/security/bro Message-ID: <201911170110.xAH1AetQ077585@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911170110.xAH1AetQ077585>