Skip to content

Commit

Permalink
textproc/opensearch13-*: Update to 1.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
alonsobsd committed Apr 16, 2023
1 parent 3034bd2 commit 454a205
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 23 deletions.
11 changes: 6 additions & 5 deletions textproc/opensearch-dashboards13/Makefile
@@ -1,5 +1,5 @@
PORTNAME= opensearch-dashboards
DISTVERSION= 1.3.6
DISTVERSION= 1.3.9
DISTVERSIONSUFFIX= -linux-x64
CATEGORIES= textproc www
MASTER_SITES= https://artifacts.opensearch.org/releases/bundle/${PORTNAME}/${DISTVERSION}/
Expand All @@ -26,22 +26,23 @@ 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

_DEVDIR= ${WRKDIR}/.devdir

post-patch:
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' -e 's|%%LOCALBASE%%|${LOCALBASE}|' -e 's|%%WRKSRC%%|${WRKSRC}|' \
${WRKSRC}/bin/opensearch-dashboards \
${WRKSRC}/bin/opensearch-dashboards-keystore \
${WRKSRC}/bin/opensearch-dashboards-plugin \
${WRKSRC}/node_modules/re2/binding.gyp \
${WRKSRC}/plugins/reportsDashboards/server/routes/utils/constants.js
${WRKSRC}/node_modules/re2/binding.gyp
@${REINPLACE_CMD} -e 's|10.24.1|${NODE_VER}|g' ${WRKSRC}/package.json
${RM} \
${WRKSRC}/bin/*.orig \
${WRKSRC}/bin/*.bak \
${WRKSRC}/node_modules/re2/binding.gyp.orig \
${WRKSRC}/node_modules/re2/binding.gyp.bak \
${WRKSRC}/plugins/reportsDashboards/server/routes/utils/constants.js.orig \
${WRKSRC}/plugins/reportsDashboards/server/routes/utils/constants.js.bak
${WRKSRC}/package.json.bak
${RM} -r ${WRKSRC}/plugins/reportsDashboards/.chromium

do-configure:
Expand Down
6 changes: 3 additions & 3 deletions textproc/opensearch-dashboards13/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1670368957
SHA256 (opensearch-dashboards-1.3.6-linux-x64.tar.gz) = 4b0cd477fdcbbd54d835d2f60412ea1946eca0c9c1029397139e5852d98d684d
SIZE (opensearch-dashboards-1.3.6-linux-x64.tar.gz) = 250723484
TIMESTAMP = 1681596241
SHA256 (opensearch-dashboards-1.3.9-linux-x64.tar.gz) = 31069fc9f4eb19e4c2335c41e31c92d93c71885a900362f93f388d7be0afc6d5
SIZE (opensearch-dashboards-1.3.9-linux-x64.tar.gz) = 164764900

This file was deleted.

2 changes: 1 addition & 1 deletion textproc/opensearch13/Makefile
@@ -1,5 +1,5 @@
PORTNAME= opensearch
DISTVERSION= 1.3.6
DISTVERSION= 1.3.9
DISTVERSIONSUFFIX= -linux-x64
CATEGORIES= textproc java devel
MASTER_SITES= https://artifacts.opensearch.org/releases/bundle/${PORTNAME}/${DISTVERSION}/
Expand Down
6 changes: 3 additions & 3 deletions textproc/opensearch13/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1670283394
SHA256 (opensearch-1.3.6-linux-x64.tar.gz) = 0784cc05ec03dc9cac17dca923272ae08ebc9a43fbbbb61397024f1c90cdb024
SIZE (opensearch-1.3.6-linux-x64.tar.gz) = 421906066
TIMESTAMP = 1681596190
SHA256 (opensearch-1.3.9-linux-x64.tar.gz) = cc8f086578e38d5998da015f9b89061c3c2e08962643b7e6eb28f3f25716a9be
SIZE (opensearch-1.3.9-linux-x64.tar.gz) = 423200993

0 comments on commit 454a205

Please sign in to comment.