From 3412cc730d8cb5c8f2286b2ec26a68485d1bf881 Mon Sep 17 00:00:00 2001 From: Dominik Lisiak Date: Sun, 28 Apr 2019 01:19:08 +0200 Subject: Upgrade to 3.3.0. --- security/ossec-hids-local/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'security/ossec-hids-local/Makefile') diff --git a/security/ossec-hids-local/Makefile b/security/ossec-hids-local/Makefile index b14b845..54433b3 100644 --- a/security/ossec-hids-local/Makefile +++ b/security/ossec-hids-local/Makefile @@ -1,8 +1,8 @@ # $FreeBSD: head/security/ossec-hids-local/Makefile 490211 2019-01-13 20:58:36Z adamw $ PORTNAME= ossec-hids -PORTVERSION= 3.2.0 -PORTREVISION= +PORTVERSION= 3.3.0 +PORTREVISION= 0 CATEGORIES= security PKGNAMESUFFIX= -${OSSEC_TYPE} @@ -30,6 +30,7 @@ CONFLICTS_INSTALL= ossec-hids-client-* \ ossec-hids-local-* .endif +LIB_DEPENDS= libpcre2-8.so:devel/pcre2 .if ${OSSEC_TYPE} != agent RUN_DEPENDS= expect:lang/expect .endif @@ -182,7 +183,7 @@ CFLAGS+= -I${LOCALBASE}/include INOTIFY_CFLAGS= $$(${PKG_CONFIG} --cflags libinotify) INOTIFY_LDFLAGS=$$(${PKG_CONFIG} --libs libinotify) -OSSEC_ARGS+= TARGET=${OSSEC_TYPE} INSTALL_LOCALTIME=no +OSSEC_ARGS+= TARGET=${OSSEC_TYPE} PCRE2_SYSTEM=yes INSTALL_LOCALTIME=no INSTALL_RESOLVCONF=no .if !defined(MAINTAINER_MODE) OSSEC_ARGS+= INSTALL_CMD=install .endif -- cgit v1.2.3