Skip to content

Commit

Permalink
textproc/opensearch: Update to 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smortex committed May 21, 2023
1 parent ff9c421 commit dd0ea90
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion textproc/opensearch/Makefile
@@ -1,5 +1,5 @@
PORTNAME= opensearch
DISTVERSION= 2.6.0
DISTVERSION= 2.7.0
DISTVERSIONSUFFIX= -linux-x64
CATEGORIES= textproc java devel
MASTER_SITES= https://artifacts.opensearch.org/releases/bundle/${PORTNAME}/${DISTVERSION}/
Expand Down Expand Up @@ -97,6 +97,7 @@ do-install:
.for f in ${BINS}
${INSTALL_SCRIPT} ${WRKSRC}/bin/${f} ${STAGEDIR}${PREFIX}/lib/opensearch/bin
.endfor
${MKDIR} ${STAGEDIR}${PREFIX}/lib/opensearch/extensions
${MKDIR} ${STAGEDIR}${PREFIX}/lib/opensearch/lib
(cd ${WRKSRC}/ && ${COPYTREE_SHARE} "lib modules" ${STAGEDIR}${PREFIX}/lib/opensearch/)
${MKDIR} ${STAGEDIR}${PREFIX}/libexec/opensearch
Expand Down Expand Up @@ -127,6 +128,7 @@ post-install:
.endfor
${FIND} -s ${STAGEDIR}${PREFIX}/lib/opensearch -not -type d | ${SORT} | \
${SED} -e 's#^${STAGEDIR}${PREFIX}/##' >> ${TMPPLIST}
${ECHO} "@dir lib/opensearch/extensions" >> ${TMPPLIST}
.if ${PORT_OPTIONS:MPLUGINS}
${ECHO} "@dir lib/opensearch/plugins" >> ${TMPPLIST}
.endif
Expand Down
6 changes: 3 additions & 3 deletions textproc/opensearch/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1681491001
SHA256 (opensearch-2.6.0-linux-x64.tar.gz) = a89ae0585f09091e239a7176dfd81a891af863b4e29f44f2623cf17754385a4a
SIZE (opensearch-2.6.0-linux-x64.tar.gz) = 746536433
TIMESTAMP = 1684548868
SHA256 (opensearch-2.7.0-linux-x64.tar.gz) = aa086a15cc1f183b4a572256dc76fd01df143e1d9d7e1cf1c320993a9ee61a63
SIZE (opensearch-2.7.0-linux-x64.tar.gz) = 750369026

0 comments on commit dd0ea90

Please sign in to comment.