aboutsummaryrefslogtreecommitdiff
path: root/security/ossec-hids
diff options
context:
space:
mode:
authorFernando ApesteguĂ­a <fernape@FreeBSD.org>2019-11-24 17:58:28 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2019-11-24 17:58:28 +0000
commit64391cfc2afac234722ea27fc73613436f7f3e20 (patch)
tree802e1c353efe5386a4eee9afe3b611985312055e /security/ossec-hids
parente8d408863ce7a9a88e7379dac88120b43a61567d (diff)
downloadports-64391cfc2afac234722ea27fc73613436f7f3e20.tar.gz
ports-64391cfc2afac234722ea27fc73613436f7f3e20.zip
Notes
Diffstat (limited to 'security/ossec-hids')
-rw-r--r--security/ossec-hids/Makefile10
-rw-r--r--security/ossec-hids/version.mk9
2 files changed, 10 insertions, 9 deletions
diff --git a/security/ossec-hids/Makefile b/security/ossec-hids/Makefile
index 210bd80bdf2d..b64bb4286e45 100644
--- a/security/ossec-hids/Makefile
+++ b/security/ossec-hids/Makefile
@@ -1,14 +1,6 @@
# $FreeBSD$
-PORTNAME= ossec-hids
-PORTVERSION= 3.3.0
-PORTREVISION= 0
-CATEGORIES= security
-
-MAINTAINER= dominik.lisiak@bemsoft.pl
-COMMENT= Security tool to monitor and check logs and intrusions
-
-LICENSE= GPLv2
+.include "${.CURDIR}/version.mk"
RUN_DEPENDS= ossec-hids-${OSSEC_TYPE}>=${PORTVERSION}:security/ossec-hids-${OSSEC_TYPE}
diff --git a/security/ossec-hids/version.mk b/security/ossec-hids/version.mk
new file mode 100644
index 000000000000..704967cdd276
--- /dev/null
+++ b/security/ossec-hids/version.mk
@@ -0,0 +1,9 @@
+PORTNAME= ossec-hids
+PORTVERSION= 3.5.0
+PORTREVISION?= 0
+CATEGORIES= security
+
+MAINTAINER= dominik.lisiak@bemsoft.pl
+COMMENT?= Security tool to monitor and check logs and intrusions
+
+LICENSE= GPLv2