Date: Wed, 5 Jun 2024 20:50:56 GMT From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 18959cd64e76 - main - textproc/opensearch: Update to 2.14.0 Message-ID: <202406052050.455Kouhf091768@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=18959cd64e76a1aab7b596beb319bdd5efec25d3 commit 18959cd64e76a1aab7b596beb319bdd5efec25d3 Author: Sven Ruediger <admin@hackacad.net> AuthorDate: 2024-06-05 20:20:01 +0000 Commit: Li-Wen Hsu <lwhsu@FreeBSD.org> CommitDate: 2024-06-05 20:50:07 +0000 textproc/opensearch: Update to 2.14.0 The unsupported performance analyzer plugin is removed from the package. Event: Kitchener-Waterloo Hackathon 202406 Differential Revision: https://reviews.freebsd.org/D45484 --- textproc/opensearch/Makefile | 14 +------------- textproc/opensearch/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 16 deletions(-) diff --git a/textproc/opensearch/Makefile b/textproc/opensearch/Makefile index 26b83fec55e0..51e4933e2898 100644 --- a/textproc/opensearch/Makefile +++ b/textproc/opensearch/Makefile @@ -1,7 +1,6 @@ PORTNAME= opensearch -DISTVERSION?= 2.11.1 +DISTVERSION?= 2.14.0 DISTVERSIONSUFFIX= -linux-x64 -PORTREVISION= 1 CATEGORIES= textproc java devel MASTER_SITES= https://artifacts.opensearch.org/releases/bundle/${PORTNAME}/${DISTVERSION}/ @@ -45,15 +44,6 @@ PLUGINS_CONFIG_FILES?= \ opensearch-notifications-core/notifications-core.yml \ opensearch-notifications/notifications.yml \ opensearch-observability/observability.yml \ - opensearch-performance-analyzer/agent-stats-metadata \ - opensearch-performance-analyzer/log4j2.xml \ - opensearch-performance-analyzer/opensearch_security.policy \ - opensearch-performance-analyzer/performance-analyzer.properties \ - opensearch-performance-analyzer/plugin-stats-metadata \ - opensearch-performance-analyzer/rca.conf \ - opensearch-performance-analyzer/rca_idle_cluster_manager.conf \ - opensearch-performance-analyzer/rca_cluster_manager.conf \ - opensearch-performance-analyzer/supervisord.conf \ opensearch-reports-scheduler/reports-scheduler.yml \ opensearch-security/action_groups.yml \ opensearch-security/allowlist.yml \ @@ -109,7 +99,6 @@ do-install-PLUGINS-on: ${MKDIR} ${STAGEDIR}${ETCDIR}/opensearch-notifications-core \ ${STAGEDIR}${ETCDIR}/opensearch-notifications \ ${STAGEDIR}${ETCDIR}/opensearch-observability \ - ${STAGEDIR}${ETCDIR}/opensearch-performance-analyzer \ ${STAGEDIR}${ETCDIR}/opensearch-reports-scheduler \ ${STAGEDIR}${ETCDIR}/opensearch-security .for f in ${PLUGINS_CONFIG_FILES} @@ -136,7 +125,6 @@ post-install: ${ECHO} "@dir(opensearch,opensearch,0750) ${ETCDIR}/opensearch-notifications-core" >> ${TMPPLIST} ${ECHO} "@dir(opensearch,opensearch,0750) ${ETCDIR}/opensearch-notifications" >> ${TMPPLIST} ${ECHO} "@dir(opensearch,opensearch,0750) ${ETCDIR}/opensearch-observability" >> ${TMPPLIST} - ${ECHO} "@dir(opensearch,opensearch,0750) ${ETCDIR}/opensearch-performance-analyzer" >> ${TMPPLIST} ${ECHO} "@dir(opensearch,opensearch,0750) ${ETCDIR}/opensearch-reports-scheduler" >> ${TMPPLIST} ${ECHO} "@dir(opensearch,opensearch,0750) ${ETCDIR}/opensearch-security" >> ${TMPPLIST} .endif diff --git a/textproc/opensearch/distinfo b/textproc/opensearch/distinfo index 1706e592b99e..e3b83c6d1c04 100644 --- a/textproc/opensearch/distinfo +++ b/textproc/opensearch/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1702709850 -SHA256 (opensearch-2.11.1-linux-x64.tar.gz) = 926eb3f99f592e7518d5dc1e250ae11d1bb45ef766a90222a8df11bb2ee35a9c -SIZE (opensearch-2.11.1-linux-x64.tar.gz) = 823592057 +TIMESTAMP = 1717527555 +SHA256 (opensearch-2.14.0-linux-x64.tar.gz) = 3472eddb718376dab50e588c0725cde768e7286640a5d9e0a74e0c4f3ec5ec76 +SIZE (opensearch-2.14.0-linux-x64.tar.gz) = 887872915
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406052050.455Kouhf091768>