diff options
author | Romain Tartière <romain@FreeBSD.org> | 2023-05-21 18:08:26 +0000 |
---|---|---|
committer | Romain Tartière <romain@FreeBSD.org> | 2023-05-21 20:01:14 +0000 |
commit | dd0ea905a7583c86ca56380b10ea1147ee9c483f (patch) | |
tree | dc39ce2476fdb0f6d6a5b2659201bb2a7f495271 | |
parent | ff9c421420be619c09d7bffdaf919589e70bb5cb (diff) | |
download | ports-dd0ea905a7583c86ca56380b10ea1147ee9c483f.tar.gz ports-dd0ea905a7583c86ca56380b10ea1147ee9c483f.zip |
textproc/opensearch: Update to 2.7.0
Release notes:
https://github.com/opensearch-project/opensearch-build/blob/main/release-notes/opensearch-release-notes-2.7.0.md
With hat: opensearch
-rw-r--r-- | textproc/opensearch/Makefile | 4 | ||||
-rw-r--r-- | textproc/opensearch/distinfo | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/textproc/opensearch/Makefile b/textproc/opensearch/Makefile index 0e564641299d..617eef612c66 100644 --- a/textproc/opensearch/Makefile +++ b/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}/ @@ -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 @@ -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 diff --git a/textproc/opensearch/distinfo b/textproc/opensearch/distinfo index 453d5118a1b5..f8fff6b9363a 100644 --- a/textproc/opensearch/distinfo +++ b/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 |