Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 May 2022 04:28:32 GMT
From:      =?utf-8?Q?Romain Tarti=C3=A8re?= <romain@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 757c56970489 - main - textproc/opensearch: Update to 2.0.0
Message-ID:  <202205310428.24V4SWc5085311@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=757c569704897e727a3895d948f4f346a10dd096

commit 757c569704897e727a3895d948f4f346a10dd096
Author:     Romain Tartière <romain@FreeBSD.org>
AuthorDate: 2022-05-31 04:14:40 +0000
Commit:     Romain Tartière <romain@FreeBSD.org>
CommitDate: 2022-05-31 04:27:32 +0000

    textproc/opensearch: Update to 2.0.0
    
    Announcement:
    https://opensearch.org/blog/releases/2022/05/opensearch-2-0-is-now-available/
    
    Release notes:
    https://github.com/opensearch-project/opensearch-build/blob/main/release-notes/opensearch-release-notes-2.0.0.md
    
    With hat:       opensearch
---
 textproc/opensearch/Makefile | 5 ++---
 textproc/opensearch/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/textproc/opensearch/Makefile b/textproc/opensearch/Makefile
index fd2bacd756ce..319d70c1b337 100644
--- a/textproc/opensearch/Makefile
+++ b/textproc/opensearch/Makefile
@@ -1,7 +1,7 @@
 # Created by: Sven R <freebsd@hackacad.net>
 
 PORTNAME=	opensearch
-DISTVERSION=	1.3.1
+DISTVERSION=	2.0.0
 DISTVERSIONSUFFIX=	-linux-x64
 CATEGORIES=	textproc java devel
 MASTER_SITES=	https://artifacts.opensearch.org/releases/bundle/${PORTNAME}/${PORTVERSION}/
@@ -24,7 +24,6 @@ SHEBANG_FILES=	bin/opensearch bin/opensearch-cli \
 		bin/opensearch-env bin/opensearch-env-from-file \
 		bin/opensearch-keystore bin/opensearch-node \
 		bin/opensearch-plugin bin/opensearch-shard \
-		bin/performance-analyzer-agent-cli \
 		plugins/opensearch-security/tools/audit_config_migrater.sh \
 		plugins/opensearch-security/tools/hash.sh \
 		plugins/opensearch-security/tools/install_demo_configuration.sh \
@@ -43,7 +42,7 @@ CONFIG_FILES=	opensearch.yml jvm.options log4j2.properties
 BINS=		opensearch opensearch-cli opensearch-env \
 		opensearch-env-from-file opensearch-keystore \
 		opensearch-node opensearch-plugin \
-		opensearch-shard performance-analyzer-agent-cli
+		opensearch-shard
 
 SEARCHUSER?=	opensearch
 SEARCHGROUP?=	${SEARCHUSER}
diff --git a/textproc/opensearch/distinfo b/textproc/opensearch/distinfo
index bb8eefe775d9..9c53b1e8c34f 100644
--- a/textproc/opensearch/distinfo
+++ b/textproc/opensearch/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1648835208
-SHA256 (opensearch-1.3.1-linux-x64.tar.gz) = a5863c08a9a7cc25fb7171242df37c8225a21027ff7283527343681cc1875f61
-SIZE (opensearch-1.3.1-linux-x64.tar.gz) = 421092963
+TIMESTAMP = 1653931534
+SHA256 (opensearch-2.0.0-linux-x64.tar.gz) = bec706d221052cb962ed0e6973d28e1058f21ef3dfc054c97c991bb279b0564e
+SIZE (opensearch-2.0.0-linux-x64.tar.gz) = 449451749



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