diff --git a/textproc/opensearch-dashboards/Makefile b/textproc/opensearch-dashboards/Makefile index 32d69a9e3bf6..2a2632828add 100644 --- a/textproc/opensearch-dashboards/Makefile +++ b/textproc/opensearch-dashboards/Makefile @@ -1,11 +1,12 @@ PORTNAME= opensearch-dashboards -DISTVERSION= 2.2.1 +DISTVERSION?= 2.2.1 DISTVERSIONSUFFIX= -linux-x64 +PORTREVISION= 1 CATEGORIES= textproc www MASTER_SITES= https://artifacts.opensearch.org/releases/bundle/${PORTNAME}/${DISTVERSION}/ MAINTAINER= opensearch@FreeBSD.org -COMMENT= Visualization dashboards for OpenSearch +COMMENT?= Visualization dashboards for OpenSearch WWW= https://opensearch.org LICENSE= APACHE20 @@ -13,6 +14,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= npm-node14>0:www/npm-node14 +CONFLICTS?= opensearch-dashboards23 opensearch-dashboards24 + USES= nodejs:14,build,run python:build USE_RC_SUBR= ${PORTNAME}