Date: Sun, 24 Oct 2021 22:39:00 GMT From: Juraj Lutter <otis@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 02b01526102d - main - textproc/elasticsearch7: Update to 7.15.1 Message-ID: <202110242239.19OMd0lQ074061@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by otis: URL: https://cgit.FreeBSD.org/ports/commit/?id=02b01526102dd246ae5f16030e58d8d04bb29189 commit 02b01526102dd246ae5f16030e58d8d04bb29189 Author: Juraj Lutter <otis@FreeBSD.org> AuthorDate: 2021-10-24 22:04:43 +0000 Commit: Juraj Lutter <otis@FreeBSD.org> CommitDate: 2021-10-24 22:37:50 +0000 textproc/elasticsearch7: Update to 7.15.1 - Update to 7.15.1 - Bump minimum JAVA version to 11 - Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/current/release-notes-7.15.1.html --- textproc/elasticsearch7/Makefile | 4 ++-- textproc/elasticsearch7/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/textproc/elasticsearch7/Makefile b/textproc/elasticsearch7/Makefile index c534589526fd..cdf79626f8a1 100644 --- a/textproc/elasticsearch7/Makefile +++ b/textproc/elasticsearch7/Makefile @@ -1,7 +1,7 @@ # Created by: Tom Judge <tj@FreeBSD.org> PORTNAME= elasticsearch -PORTVERSION= 7.14.0 +PORTVERSION= 7.15.1 CATEGORIES= textproc java devel MASTER_SITES= https://artifacts.elastic.co/downloads/${PORTNAME}/ PKGNAMESUFFIX= 7 @@ -18,7 +18,7 @@ RUN_DEPENDS= bash>0:shells/bash \ USES= cpe shebangfix USE_JAVA= yes -JAVA_VERSION= 8+ +JAVA_VERSION= 11+ USE_RC_SUBR= ${PORTNAME} SHEBANG_FILES= bin/elasticsearch bin/elasticsearch-certgen \ diff --git a/textproc/elasticsearch7/distinfo b/textproc/elasticsearch7/distinfo index e8e2ab5eb8bb..f08cd3baade2 100644 --- a/textproc/elasticsearch7/distinfo +++ b/textproc/elasticsearch7/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1628162062 -SHA256 (elasticsearch-7.14.0-darwin-x86_64.tar.gz) = a7ecf5980fe37a29eaccbfced80cd93e72e0c6b20b7870c4fcbae99965ef6f86 -SIZE (elasticsearch-7.14.0-darwin-x86_64.tar.gz) = 336013319 +TIMESTAMP = 1635018834 +SHA256 (elasticsearch-7.15.1-darwin-x86_64.tar.gz) = ad093b4fe6773363fbc9c17d32a89222e536899b2a41c8dcc47b82a9c1459b6c +SIZE (elasticsearch-7.15.1-darwin-x86_64.tar.gz) = 338602042
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110242239.19OMd0lQ074061>