Skip to content

Commit

Permalink
textproc/opensearch-*: Update to 2.4.1
Browse files Browse the repository at this point in the history
- Fix issues when it is packaged with PLUGINS=off [1]
PR:		269909
Reported by:	bsd  at_ abinet.ru [1]
With hat:	opensearch
  • Loading branch information
alonsobsd committed Mar 30, 2023
1 parent 1c79624 commit 36337ab
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion textproc/opensearch-dashboards/Makefile
@@ -1,5 +1,5 @@
PORTNAME= opensearch-dashboards
DISTVERSION= 2.4.0
DISTVERSION= 2.4.1
DISTVERSIONSUFFIX= -linux-x64
CATEGORIES= textproc www
MASTER_SITES= https://artifacts.opensearch.org/releases/bundle/${PORTNAME}/${DISTVERSION}/
Expand Down
6 changes: 3 additions & 3 deletions textproc/opensearch-dashboards/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1670264361
SHA256 (opensearch-dashboards-2.4.0-linux-x64.tar.gz) = d4e73f4e4cb37b8c6cc3a6798622dc0d3967f65ab14852e7adf18f49be988e90
SIZE (opensearch-dashboards-2.4.0-linux-x64.tar.gz) = 297224081
TIMESTAMP = 1680109209
SHA256 (opensearch-dashboards-2.4.1-linux-x64.tar.gz) = 373d078f4cf32c80af76106215276199cdb584259cd94f3fb1a4829257a8b1d5
SIZE (opensearch-dashboards-2.4.1-linux-x64.tar.gz) = 354289090
4 changes: 3 additions & 1 deletion textproc/opensearch/Makefile
@@ -1,5 +1,5 @@
PORTNAME= opensearch
DISTVERSION= 2.4.0
DISTVERSION= 2.4.1
DISTVERSIONSUFFIX= -linux-x64
CATEGORIES= textproc java devel
MASTER_SITES= https://artifacts.opensearch.org/releases/bundle/${PORTNAME}/${DISTVERSION}/
Expand Down Expand Up @@ -127,7 +127,9 @@ post-install:
.endfor
${FIND} -s ${STAGEDIR}${PREFIX}/lib/opensearch -not -type d | ${SORT} | \
${SED} -e 's#^${STAGEDIR}${PREFIX}/##' >> ${TMPPLIST}
.if ${PORT_OPTIONS:MPLUGINS}
${ECHO} "@dir lib/opensearch/plugins" >> ${TMPPLIST}
.endif
${ECHO} "@dir libexec/opensearch" >> ${TMPPLIST}
${ECHO} "@dir(opensearch,opensearch,0755) ${ETCDIR}" >> ${TMPPLIST}

Expand Down
6 changes: 3 additions & 3 deletions textproc/opensearch/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1670264313
SHA256 (opensearch-2.4.0-linux-x64.tar.gz) = 82bee5f68ea3d74a7d835d35f1479509b8497d01c1ae758a4737f5ea799e38e8
SIZE (opensearch-2.4.0-linux-x64.tar.gz) = 556689176
TIMESTAMP = 1680109125
SHA256 (opensearch-2.4.1-linux-x64.tar.gz) = f2b71818ad84cdab1b736211efbdd79d33835a92d46f66a237fa1182d012410d
SIZE (opensearch-2.4.1-linux-x64.tar.gz) = 556735165

0 comments on commit 36337ab

Please sign in to comment.