svn commit: r528618 - head/security/zeek

Craig Leres leres at FreeBSD.org
Wed Mar 18 00:34:20 UTC 2020


Author: leres
Date: Wed Mar 18 00:34:19 2020
New Revision: 528618
URL: https://svnweb.freebsd.org/changeset/ports/528618

Log:
  security/zeek: Limit portscout to even long term support release versions
  
      https://github.com/zeek/zeek/releases
  
      Zeek 3.0.x is the Long-Term Support release, receiving bug fixes
      until at least October 2020 while Zeek 3.1.x is the current
      feature release, receiving bug fixes until approximately July
      2020 when the 3.2.x release series begins.
  
  Approved by:	matthew (mentor, implicit)

Modified:
  head/security/zeek/Makefile

Modified: head/security/zeek/Makefile
==============================================================================
--- head/security/zeek/Makefile	Wed Mar 18 00:24:50 2020	(r528617)
+++ head/security/zeek/Makefile	Wed Mar 18 00:34:19 2020	(r528618)
@@ -16,6 +16,8 @@ BROKEN_powerpc64=	Does not build: error: zero-size arr
 
 USES=		bison cmake compiler:c++11-lang gettext-runtime ninja perl5 python shebangfix ssl
 
+PORTSCOUT=	limit:0,even
+
 CMAKE_ARGS+=	-DPYTHON_EXECUTABLE:PATH=${PYTHON_CMD}
 CXXFLAGS+=	-std=c++11 -Wall
 


More information about the svn-ports-all mailing list