Date: Thu, 02 Apr 2026 15:21:39 +0000 From: Ronald Klop <ronald@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 9c4161de1c10 - main - devel/jetbrains-sqlite: pin to jdk 17 and 21 Message-ID: <69ce8983.3fe16.280b934@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by ronald: URL: https://cgit.FreeBSD.org/ports/commit/?id=9c4161de1c102c69a68aa897c9abda95e0a26e7e commit 9c4161de1c102c69a68aa897c9abda95e0a26e7e Author: Ronald Klop <ronald@FreeBSD.org> AuthorDate: 2026-04-01 18:38:35 +0000 Commit: Ronald Klop <ronald@FreeBSD.org> CommitDate: 2026-04-02 15:21:20 +0000 devel/jetbrains-sqlite: pin to jdk 17 and 21 Does not build with jdk 25. PR: 293694 Approved-by: maintainer timeout --- devel/jetbrains-sqlite/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/jetbrains-sqlite/Makefile b/devel/jetbrains-sqlite/Makefile index 2c4e111353e1..4048b2e56d3a 100644 --- a/devel/jetbrains-sqlite/Makefile +++ b/devel/jetbrains-sqlite/Makefile @@ -21,7 +21,7 @@ USE_GITHUB= yes GH_ACCOUNT= JetBrains GH_PROJECT= intellij-community GH_TAGNAME= idea/242.23726.38 -JAVA_VERSION= 17+ +JAVA_VERSION= 17 21 DATADIR= ${PREFIX}/share/jetbrains/${PORTNAME} WRKSRC_SUBDIR= platform/sqlitehome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69ce8983.3fe16.280b934>
