FreeBSD Bugzilla – Attachment 248366 Details for
Bug 276986
devel/gradle: upgrade to 8.6
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Upgrade Gradle to 8.6
devel_gradle.diff (text/plain), 2.47 KB, created by
Thierry Thomas
on 2024-02-11 16:41:08 UTC
(
hide
)
Description:
Upgrade Gradle to 8.6
Filename:
MIME Type:
Creator:
Thierry Thomas
Created:
2024-02-11 16:41:08 UTC
Size:
2.47 KB
patch
obsolete
>From 847be5a56f278e17e19f95122cfba8100741f978 Mon Sep 17 00:00:00 2001 >From: Thierry Thomas <thierry@FreeBSD.org> >Date: Fri, 2 Feb 2024 19:55:46 +0100 >Subject: [PATCH] devel/gradle: upgrade to 8.6 > >Release notes at <https://docs.gradle.org/8.6/release-notes.html>. >--- > devel/gradle/Makefile | 4 ++-- > devel/gradle/distinfo | 6 +++--- > devel/gradle/files/gradle.in | 3 ++- > devel/gradle/pkg-descr | 2 ++ > 4 files changed, 9 insertions(+), 6 deletions(-) > >diff --git a/devel/gradle/Makefile b/devel/gradle/Makefile >index 0d8ba2232dc6..ef1d97b37573 100644 >--- a/devel/gradle/Makefile >+++ b/devel/gradle/Makefile >@@ -1,7 +1,7 @@ > PORTNAME= gradle >-PORTVERSION= 8.2.1 >+PORTVERSION= 8.6 > CATEGORIES= devel java >-MASTER_SITES= https://downloads.gradle.org/distributions/ >+MASTER_SITES= https://services.gradle.org/distributions/ > EXTRACT_SUFX= -bin.zip > > MAINTAINER= ygy@FreeBSD.org >diff --git a/devel/gradle/distinfo b/devel/gradle/distinfo >index 850c4be2903e..f5081077edf2 100644 >--- a/devel/gradle/distinfo >+++ b/devel/gradle/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1691606659 >-SHA256 (gradle-8.2.1-bin.zip) = 03ec176d388f2aa99defcadc3ac6adf8dd2bce5145a129659537c0874dea5ad1 >-SIZE (gradle-8.2.1-bin.zip) = 128695158 >+TIMESTAMP = 1706898873 >+SHA256 (gradle-8.6-bin.zip) = 9631d53cf3e74bfa726893aee1f8994fee4e060c401335946dba2156f440f24c >+SIZE (gradle-8.6-bin.zip) = 132788867 >diff --git a/devel/gradle/files/gradle.in b/devel/gradle/files/gradle.in >index 25d4d31d87f5..fde29278e346 100644 >--- a/devel/gradle/files/gradle.in >+++ b/devel/gradle/files/gradle.in >@@ -1,2 +1,3 @@ > #!/bin/sh >-exec "java" -Dorg.gradle.native=false $JAVA_OPTS -classpath "%%DATADIR%%/lib/gradle-launcher-%%PORTVERSION%%.jar" org.gradle.launcher.GradleMain "$@" >+DEFAULT_JVM_OPTS="-Xmx64m -Xms64m -javaagent:%%DATADIR%%/lib/agents/gradle-instrumentation-agent-%%PORTVERSION%%.jar" >+exec "java" -Dorg.gradle.native=false $DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS -classpath "%%DATADIR%%/lib/gradle-launcher-%%PORTVERSION%%.jar:$CLASSPATH" org.gradle.launcher.GradleMain "$@" >diff --git a/devel/gradle/pkg-descr b/devel/gradle/pkg-descr >index d22733f96b39..d4007bbda526 100644 >--- a/devel/gradle/pkg-descr >+++ b/devel/gradle/pkg-descr >@@ -12,3 +12,5 @@ provides a declarative way to describe all kinds of builds through > sensible defaults. Gradle is quickly becoming the build system of > choice for many open source projects, leading edge enterprises and > legacy automation challenges. >+ >+See also <https://github.com/gradle/gradle>. >-- >2.43.0 >
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
Actions:
View
|
Diff
Attachments on
bug 276986
: 248366