Date: Tue, 2 Jan 2018 01:18:40 +0000 (UTC) From: Brad Davis <brd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457828 - head/security/ossec-hids-server Message-ID: <201801020118.w021IeRK055413@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: brd Date: Tue Jan 2 01:18:40 2018 New Revision: 457828 URL: https://svnweb.freebsd.org/changeset/ports/457828 Log: Fix database support in ossec-hids-local and pass maintainer to submitter PR: 221269 Submitted by: Dominik Lisiak <dominik.lisiak@bemsoft.pl> Modified: head/security/ossec-hids-server/Makefile Modified: head/security/ossec-hids-server/Makefile ============================================================================== --- head/security/ossec-hids-server/Makefile Tue Jan 2 00:59:15 2018 (r457827) +++ head/security/ossec-hids-server/Makefile Tue Jan 2 01:18:40 2018 (r457828) @@ -4,11 +4,11 @@ PORTNAME= ossec-hids PORTVERSION= 2.8.3 DISTVERSIONPREFIX= v -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES= security PKGNAMESUFFIX= -server -MAINTAINER= brd@FreeBSD.org +MAINTAINER= dominik.lisiak@bemsoft.pl COMMENT?= Security tool to monitor and check logs and intrusions USE_GITHUB= yes @@ -96,7 +96,7 @@ do-build: .if defined(CLIENT_ONLY) @cd ${WRKSRC}/src;${MAKE} setagent;${MAKE} all;${MAKE} build .elif defined(LOCAL_ONLY) - @cd ${WRKSRC}/src;${MAKE} setlocal;${MAKE} all;${MAKE} build + @cd ${WRKSRC}/src;${MAKE} setlocal;${MAKE} setdb;${MAKE} all;${MAKE} build .else @cd ${WRKSRC}/src;${MAKE} setdb;${MAKE} all;${MAKE} build .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801020118.w021IeRK055413>