git: 83ef1899017c - main - devel/sonar-scanner-cli: Switch to openjdk 17+
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 25 Feb 2023 13:35:00 UTC
The branch main has been updated by netchild: URL: https://cgit.FreeBSD.org/ports/commit/?id=83ef1899017c7d142c4a0052348b7b606783656f commit 83ef1899017c7d142c4a0052348b7b606783656f Author: Alexander Leidinger <netchild@FreeBSD.org> AuthorDate: 2023-02-25 13:33:18 +0000 Commit: Alexander Leidinger <netchild@FreeBSD.org> CommitDate: 2023-02-25 13:34:55 +0000 devel/sonar-scanner-cli: Switch to openjdk 17+ --- devel/sonar-scanner-cli/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/sonar-scanner-cli/Makefile b/devel/sonar-scanner-cli/Makefile index b4e9c7f8f7f5..0dbab4c627a6 100644 --- a/devel/sonar-scanner-cli/Makefile +++ b/devel/sonar-scanner-cli/Makefile @@ -1,6 +1,6 @@ PORTNAME= sonar-scanner-cli DISTVERSION= 4.4.0.2170 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel security www java MASTER_SITES= https://binaries.sonarsource.com/Distribution/${PORTNAME}/ @@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/sonar-scanner-${DISTVERSION} NO_ARCH= yes NO_BUILD= yes -JAVA_VERSION= 11+ +JAVA_VERSION= 17+ JAVA_VENDOR= openjdk APP_NAME= ${PORTNAME}