git: 758030e26079 - main - security/wazuh-dashboard: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 27 Apr 2023 12:18:46 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=758030e26079cb718a8fc35412472db877927634 commit 758030e26079cb718a8fc35412472db877927634 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-04-26 17:21:58 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-04-27 12:18:13 +0000 security/wazuh-dashboard: Mark DEPRECATED - Requires opensearch-dashboards which depends on upstream EOL node14 - Set EXPIRATION_DATE 2023-05-26 --- security/wazuh-dashboard/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/security/wazuh-dashboard/Makefile b/security/wazuh-dashboard/Makefile index 2cd6f4a99252..c25140f89cfc 100644 --- a/security/wazuh-dashboard/Makefile +++ b/security/wazuh-dashboard/Makefile @@ -1,6 +1,7 @@ PORTNAME= wazuh DISTVERSIONPREFIX= v DISTVERSION= 4.4.1 +POREREVISION= 1 CATEGORIES= security MASTER_SITES= LOCAL/acm/${PORTNAME}/ PKGNAMESUFFIX= -dashboard @@ -14,6 +15,9 @@ WWW= https://github.com/wazuh/wazuh-kibana-app LICENSE= GPLv2 +DEPRECATED= Requires opensearch-dashboards which depends on upstream EOL node14 +EXPIRATION_DATE= 2023-05-26 + RUN_DEPENDS= ${LOCALBASE}/www/opensearch-dashboards/bin/opensearch-dashboards:textproc/opensearch-dashboards NO_BUILD= yes