FreeBSD Bugzilla – Attachment 250694 Details for
Bug 279027
devel/jenkins: Java 11 end of life in Jenkins
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
git diff: update USE_JAVA
jenkins.jdk17.diff (text/plain), 1.12 KB, created by
Ronald Klop
on 2024-05-16 10:09:33 UTC
(
hide
)
Description:
git diff: update USE_JAVA
Filename:
MIME Type:
Creator:
Ronald Klop
Created:
2024-05-16 10:09:33 UTC
Size:
1.12 KB
patch
obsolete
>commit 3e0593aa050717295dc0e5dcb200ba72f223aa37 >Author: Ronald Klop <ronald@FreeBSD.org> >Date: Fri May 3 10:24:19 2024 +0200 > > devel/jenkins*: start using openjdk17 > >diff --git a/devel/jenkins-lts/Makefile b/devel/jenkins-lts/Makefile >index b3cff0f813f4..3db18847245b 100644 >--- a/devel/jenkins-lts/Makefile >+++ b/devel/jenkins-lts/Makefile >@@ -1,5 +1,6 @@ > PORTNAME= jenkins > PORTVERSION= 2.452.1 >+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 >diff --git a/devel/jenkins/Makefile b/devel/jenkins/Makefile >index dbdf2a13dc5b..aae19c54d188 100644 >--- a/devel/jenkins/Makefile >+++ b/devel/jenkins/Makefile >@@ -1,5 +1,6 @@ > PORTNAME= jenkins > PORTVERSION= 2.458 >+PORTREVISION= 1 > CATEGORIES= devel java > MASTER_SITES= https://get.jenkins.io/war/${PORTVERSION}/ > DISTNAME= jenkins >@@ -14,7 +15,7 @@ WWW= https://jenkins.io/ > LICENSE= MIT > > USES= cpe >-USE_JAVA= 11+ >+USE_JAVA= 17+ > USE_RC_SUBR= jenkins > > CONFLICTS= jenkins-lts
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
ronald
:
maintainer-approval?
Actions:
View
|
Diff
Attachments on
bug 279027
:
250693
| 250694