git: a0fc4152f2e9 - main - textproc/opensearch-dashboards: Remove DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 29 Apr 2023 00:29:38 UTC
The branch main has been updated by acm: URL: https://cgit.FreeBSD.org/ports/commit/?id=a0fc4152f2e984fd249a6cf01e4bc4017783d56a commit a0fc4152f2e984fd249a6cf01e4bc4017783d56a Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> AuthorDate: 2023-04-29 00:23:35 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2023-04-29 00:23:35 +0000 textproc/opensearch-dashboards: Remove DEPRECATED - Update node dependency to node16 - Bump PORTREVISION --- textproc/opensearch-dashboards/Makefile | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/textproc/opensearch-dashboards/Makefile b/textproc/opensearch-dashboards/Makefile index 892e1520f38d..44f82e60a66b 100644 --- a/textproc/opensearch-dashboards/Makefile +++ b/textproc/opensearch-dashboards/Makefile @@ -1,7 +1,7 @@ PORTNAME= opensearch-dashboards DISTVERSION= 2.6.0 -PORTREVISION= 1 DISTVERSIONSUFFIX= -linux-x64 +PORTREVISION= 2 CATEGORIES= textproc www MASTER_SITES= https://artifacts.opensearch.org/releases/bundle/${PORTNAME}/${DISTVERSION}/ @@ -12,14 +12,11 @@ WWW= https://opensearch.org LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -DEPRECATED= Requires upstream EOL node14 -EXPIRATION_DATE= 2023-05-26 - -BUILD_DEPENDS= npm-node14>0:www/npm-node14 +BUILD_DEPENDS= npm-node16>0:www/npm-node16 CONFLICTS= opensearch-dashboard13 -USES= nodejs:14,build,run python:build +USES= nodejs:16,build,run python:build USE_RC_SUBR= ${PORTNAME} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} @@ -29,7 +26,7 @@ OPTIONS_DEFINE= CHROME CHROME_DESC= Add dependency on www/chromium (required for PDF reports) CHROME_RUN_DEPENDS=chrome:www/chromium -NODE_VER= 14.21.1 +NODE_VER= 16.20.0 _DEVDIR= ${WRKDIR}/.devdir