Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 May 2023 20:02:48 GMT
From:      =?utf-8?Q?Romain=20Tarti=C3=A8re?= <romain@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: dd0ea905a758 - main - textproc/opensearch: Update to 2.7.0
Message-ID:  <202305212002.34LK2mpx028631@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by romain:

URL: https://cgit.FreeBSD.org/ports/commit/?id=dd0ea905a7583c86ca56380b10ea1147ee9c483f

commit dd0ea905a7583c86ca56380b10ea1147ee9c483f
Author:     Romain Tartière <romain@FreeBSD.org>
AuthorDate: 2023-05-21 18:08:26 +0000
Commit:     Romain Tartière <romain@FreeBSD.org>
CommitDate: 2023-05-21 20:01:14 +0000

    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
---
 textproc/opensearch/Makefile | 4 +++-
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305212002.34LK2mpx028631>