mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
- Add version 2.10.0 of opensearch and opensearch-dashboards. it is the latest version supported by Wazuh ports. opensearch 2.11.x can break some apps/plugins that depends of it. It will be removed when a stable vrsion of Wazuh run without problems with opensearch and opensearch-dashboards >= 2.11.x Wtih hat: opensearch
13 lines
275 B
Makefile
13 lines
275 B
Makefile
DISTVERSION= 2.10.0
|
|
|
|
PKGNAMESUFFIX= 210
|
|
|
|
COMMENT= Visualization dashboards for OpenSearch
|
|
|
|
CONFLICTS= opensearch-dashboards
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/distinfo
|
|
|
|
MASTERDIR= ${.CURDIR}/../../textproc/opensearch-dashboards
|
|
|
|
.include "${MASTERDIR}/Makefile"
|