git: 07e4611caf3c - 2024Q4 - devel/jenkins-lts: Update the Java version requirement to 17+
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 03 Dec 2024 19:20:31 UTC
The branch 2024Q4 has been updated by ronald: URL: https://cgit.FreeBSD.org/ports/commit/?id=07e4611caf3c098167f99cac24bf4324d192f24b commit 07e4611caf3c098167f99cac24bf4324d192f24b Author: Li-Wen Hsu <lwhsu@FreeBSD.org> AuthorDate: 2024-11-07 23:40:19 +0000 Commit: Ronald Klop <ronald@FreeBSD.org> CommitDate: 2024-12-03 19:17:13 +0000 devel/jenkins-lts: Update the Java version requirement to 17+ As described in https://www.jenkins.io/doc/book/platform-information/support-policy-java/ The order of commits is different on 2024Q4 branch compared to main. That is why the PORTREVISION is bumped here. PR: 282572 Reported by: Urs <urs.probst@triamec.com> Approved by: broken port blanket (and previous mail about trivial changes) (cherry picked from commit 187cccbda725a559adc146d861b3345be779162f) --- devel/jenkins-lts/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/jenkins-lts/Makefile b/devel/jenkins-lts/Makefile index f534a38aa329..f9863406f5b1 100644 --- a/devel/jenkins-lts/Makefile +++ b/devel/jenkins-lts/Makefile @@ -1,5 +1,6 @@ PORTNAME= jenkins PORTVERSION= 2.479.2 +PORTREVISION= 1 CATEGORIES= devel java MASTER_SITES= https://get.jenkins.io/war-stable/${PORTVERSION}/ PKGNAMESUFFIX= -lts @@ -16,7 +17,7 @@ LICENSE= MIT USES= cpe CPE_EDITION= lts -USE_JAVA= 11+ +USE_JAVA= 17+ USE_RC_SUBR= jenkins CONFLICTS= jenkins