git: b9595a457c3f - main - devel/sbt: update to 1.10.7 release.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 23 Dec 2024 11:57:42 UTC
The branch main has been updated by ale:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b9595a457c3f27451661fe69a8604ddab63d1d50
commit b9595a457c3f27451661fe69a8604ddab63d1d50
Author: Alex Dupre <ale@FreeBSD.org>
AuthorDate: 2024-12-23 11:51:26 +0000
Commit: Alex Dupre <ale@FreeBSD.org>
CommitDate: 2024-12-23 11:57:38 +0000
devel/sbt: update to 1.10.7 release.
---
devel/sbt/Makefile | 2 +-
devel/sbt/distinfo | 6 +++---
devel/sbt/files/patch-bin_sbt | 22 +++++++++++-----------
3 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/devel/sbt/Makefile b/devel/sbt/Makefile
index b690bde6b65a..d8817aae77ca 100644
--- a/devel/sbt/Makefile
+++ b/devel/sbt/Makefile
@@ -1,5 +1,5 @@
PORTNAME= sbt
-PORTVERSION= 1.10.6
+PORTVERSION= 1.10.7
CATEGORIES= devel java
MASTER_SITES= https://github.com/sbt/sbt/releases/download/v${PORTVERSION}/
diff --git a/devel/sbt/distinfo b/devel/sbt/distinfo
index adfda1a03811..0430638b4309 100644
--- a/devel/sbt/distinfo
+++ b/devel/sbt/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1733353086
-SHA256 (sbt-1.10.6.tgz) = 7e1b098effec80614e838aa61b753a8b46237b24b706ec9b37609030800c111a
-SIZE (sbt-1.10.6.tgz) = 57171398
+TIMESTAMP = 1734952932
+SHA256 (sbt-1.10.7.tgz) = 32c15233c636c233ee25a2c31879049db7021cfef70807c187515c39b96b0fe6
+SIZE (sbt-1.10.7.tgz) = 57171395
diff --git a/devel/sbt/files/patch-bin_sbt b/devel/sbt/files/patch-bin_sbt
index 22ba479c55cf..d9ee59f200e5 100644
--- a/devel/sbt/files/patch-bin_sbt
+++ b/devel/sbt/files/patch-bin_sbt
@@ -1,7 +1,7 @@
---- bin/sbt.orig 2020-10-05 00:22:37 UTC
+--- bin/sbt.orig 2024-12-23 03:25:31 UTC
+++ bin/sbt
-@@ -80,7 +80,7 @@ cygwinpath() {
-
+@@ -100,7 +100,7 @@ declare -r sbt_bin_dir="$(dirname "$(realpathish "$0")
+ }
declare -r sbt_bin_dir="$(dirname "$(realpathish "$0")")"
-declare -r sbt_home="$(dirname "$sbt_bin_dir")"
@@ -9,7 +9,7 @@
echoerr () {
echo 1>&2 "$@"
-@@ -93,7 +93,7 @@ dlog () {
+@@ -122,7 +122,7 @@ jar_file () {
}
jar_file () {
@@ -17,8 +17,8 @@
+ echo "$(cygwinpath "${sbt_home}/sbt-launch.jar")"
}
- acquire_sbt_jar () {
-@@ -290,14 +290,14 @@ getPreloaded() {
+ jar_url () {
+@@ -430,14 +430,14 @@ syncPreloaded() {
}
syncPreloaded() {
@@ -35,7 +35,7 @@
[[ -d "$source_preloaded" ]] && {
command -v rsync >/dev/null 2>&1 && {
mkdir -p "$target_preloaded"
-@@ -406,8 +406,8 @@ run() {
+@@ -567,8 +567,8 @@ declare -r build_props_file="$(pwd)/project/build.prop
declare -ra noshare_opts=(-Dsbt.global.base=project/.sbtboot -Dsbt.boot.directory=project/.boot -Dsbt.ivy.home=project/.ivy)
declare -r sbt_opts_file=".sbtopts"
declare -r build_props_file="$(pwd)/project/build.properties"
@@ -43,10 +43,10 @@
-# this allows /etc/sbt/sbtopts location to be changed
+declare -r etc_sbt_opts_file="%%PREFIX%%/etc/sbt/sbtopts"
+# this allows %%PREFIX%%/etc/sbt/sbtopts location to be changed
- declare -r etc_file="${SBT_ETC_FILE:-$etc_sbt_opts_file}"
- declare -r dist_sbt_opts_file="${sbt_home}/conf/sbtopts"
- declare -r win_sbt_opts_file="${sbt_home}/conf/sbtconfig.txt"
-@@ -455,7 +455,7 @@ Usage: `basename "$0"` [options]
+ declare machine_sbt_opts_file="${etc_sbt_opts_file}"
+ declare config_home="${XDG_CONFIG_HOME:-$HOME/.config}/sbt"
+ [[ -f "${config_home}/sbtopts" ]] && machine_sbt_opts_file="${config_home}/sbtopts"
+@@ -621,7 +621,7 @@ Usage: `basename "$0"` [options]
SBT_OPTS environment variable, if unset uses "$default_sbt_opts"
.sbtopts if this file exists in the current directory, its contents
are prepended to the runner args