diff options
author | Dominik Lisiak <dominik.lisiak@bemsoft.pl> | 2022-07-02 18:06:01 +0200 |
---|---|---|
committer | Dominik Lisiak <dominik.lisiak@bemsoft.pl> | 2022-07-02 18:06:01 +0200 |
commit | b7ec95648b1e57f8c1b0a117ba8baa5d2367fccc (patch) | |
tree | 36dd7785f8d9033581d6591b4cf2d30f9c57330a | |
parent | Upgrade to 3.7.0. (diff) | |
download | ossec-b7ec95648b1e57f8c1b0a117ba8baa5d2367fccc.tar.xz |
Removed duplicate versions.
-rw-r--r-- | security/ossec-hids-local-config/Makefile | 3 | ||||
-rw-r--r-- | security/ossec-hids-local/Makefile | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/security/ossec-hids-local-config/Makefile b/security/ossec-hids-local-config/Makefile index 452770e..c021e64 100644 --- a/security/ossec-hids-local-config/Makefile +++ b/security/ossec-hids-local-config/Makefile @@ -4,9 +4,6 @@ OSSEC_TYPE?= local .include "${.CURDIR}/../ossec-hids/version.mk" -PORTVERSION= 3.7.0 -PORTREVISION= 0 - MASTERDIR?= ${.CURDIR} DISTINFO_FILE?= ${MASTERDIR}/../ossec-hids-local/distinfo diff --git a/security/ossec-hids-local/Makefile b/security/ossec-hids-local/Makefile index 71bcd09..0ba7039 100644 --- a/security/ossec-hids-local/Makefile +++ b/security/ossec-hids-local/Makefile @@ -4,9 +4,6 @@ OSSEC_TYPE?= local .include "${.CURDIR}/../ossec-hids/version.mk" -PORTVERSION= 3.7.0 -PORTREVISION= 0 - LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_aarch64= fails to compile: rootcheck/os_string.c:186:20: use of undeclared identifier '__LDPGSZ' |