svn commit: r531725 - in branches/2020Q2/security/zeek: . files
Craig Leres
leres at FreeBSD.org
Tue Apr 14 20:30:38 UTC 2020
Author: leres
Date: Tue Apr 14 20:30:37 2020
New Revision: 531725
URL: https://svnweb.freebsd.org/changeset/ports/531725
Log:
MFH: r531711
security/zeek: Fix typo in the rc.d script
(From the PR) "bro_stop" should say "zeek_stop" instead.
PR: 245612
Reported by: bugs at codejammer.se
Approved by: ports-secteam (joneum)
Modified:
branches/2020Q2/security/zeek/Makefile
branches/2020Q2/security/zeek/files/zeek.in
Directory Properties:
branches/2020Q2/ (props changed)
Modified: branches/2020Q2/security/zeek/Makefile
==============================================================================
--- branches/2020Q2/security/zeek/Makefile Tue Apr 14 20:29:37 2020 (r531724)
+++ branches/2020Q2/security/zeek/Makefile Tue Apr 14 20:30:37 2020 (r531725)
@@ -3,6 +3,7 @@
PORTNAME= zeek
PORTVERSION= 3.0.3
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= https://old.zeek.org/downloads/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
@@ -15,6 +16,7 @@ LICENSE= BSD3CLAUSE
BROKEN_powerpc64= Does not build: error: zero-size array 'names'
USES= bison cmake compiler:c++11-lang gettext-runtime ninja perl5 python shebangfix ssl
+USE_LDCONFIG= yes
PORTSCOUT= limit:0,even
Modified: branches/2020Q2/security/zeek/files/zeek.in
==============================================================================
--- branches/2020Q2/security/zeek/files/zeek.in Tue Apr 14 20:29:37 2020 (r531724)
+++ branches/2020Q2/security/zeek/files/zeek.in Tue Apr 14 20:30:37 2020 (r531725)
@@ -38,7 +38,7 @@ zeek_start() {
fi
}
-bro_stop() {
+zeek_stop() {
if [ ! "${node}" ];
then
$zeekctl_program stop
More information about the svn-ports-all
mailing list