View | Details | Raw Unified | Return to bug 276986
Collapse All | Expand All

(-)b/devel/gradle/Makefile (-2 / +2 lines)
Lines 1-7 Link Here
1
PORTNAME=	gradle
1
PORTNAME=	gradle
2
PORTVERSION=	8.2.1
2
PORTVERSION=	8.6
3
CATEGORIES=	devel java
3
CATEGORIES=	devel java
4
MASTER_SITES=	https://downloads.gradle.org/distributions/
4
MASTER_SITES=	https://services.gradle.org/distributions/
5
EXTRACT_SUFX=	-bin.zip
5
EXTRACT_SUFX=	-bin.zip
6
6
7
MAINTAINER=	ygy@FreeBSD.org
7
MAINTAINER=	ygy@FreeBSD.org
(-)b/devel/gradle/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1691606659
1
TIMESTAMP = 1706898873
2
SHA256 (gradle-8.2.1-bin.zip) = 03ec176d388f2aa99defcadc3ac6adf8dd2bce5145a129659537c0874dea5ad1
2
SHA256 (gradle-8.6-bin.zip) = 9631d53cf3e74bfa726893aee1f8994fee4e060c401335946dba2156f440f24c
3
SIZE (gradle-8.2.1-bin.zip) = 128695158
3
SIZE (gradle-8.6-bin.zip) = 132788867
(-)b/devel/gradle/files/gradle.in (-1 / +2 lines)
Lines 1-2 Link Here
1
#!/bin/sh
1
#!/bin/sh
2
exec "java" -Dorg.gradle.native=false $JAVA_OPTS -classpath "%%DATADIR%%/lib/gradle-launcher-%%PORTVERSION%%.jar" org.gradle.launcher.GradleMain "$@"
2
DEFAULT_JVM_OPTS="-Xmx64m -Xms64m -javaagent:%%DATADIR%%/lib/agents/gradle-instrumentation-agent-%%PORTVERSION%%.jar"
3
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 "$@"
(-)b/devel/gradle/pkg-descr (-1 / +2 lines)
Lines 12-14 provides a declarative way to describe all kinds of builds through Link Here
12
sensible defaults. Gradle is quickly becoming the build system of
12
sensible defaults. Gradle is quickly becoming the build system of
13
choice for many open source projects, leading edge enterprises and
13
choice for many open source projects, leading edge enterprises and
14
legacy automation challenges.
14
legacy automation challenges.
15
- 
15
16
See also <https://github.com/gradle/gradle>.

Return to bug 276986