Skip to content

Commit

Permalink
textproc/opensearch-dashboards: Remove DEPRECATED
Browse files Browse the repository at this point in the history
- Update node dependency to node16
- Bump PORTREVISION
  • Loading branch information
alonsobsd committed Apr 29, 2023
1 parent 5a8286a commit a0fc415
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions textproc/opensearch-dashboards/Makefile
Original file line number Diff line number Diff line change
@@ -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}/

Expand All @@ -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}
Expand All @@ -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

Expand Down

0 comments on commit a0fc415

Please sign in to comment.