Date: Fri, 27 Dec 2019 09:08:23 +0000 (UTC) From: Alex Dupre <ale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r520977 - in head/devel/sbt: . files Message-ID: <201912270908.xBR98Nel031398@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ale Date: Fri Dec 27 09:08:23 2019 New Revision: 520977 URL: https://svnweb.freebsd.org/changeset/ports/520977 Log: Update to 1.3.6 release. Modified: head/devel/sbt/Makefile head/devel/sbt/distinfo head/devel/sbt/files/patch-bin_sbt Modified: head/devel/sbt/Makefile ============================================================================== --- head/devel/sbt/Makefile Fri Dec 27 09:00:38 2019 (r520976) +++ head/devel/sbt/Makefile Fri Dec 27 09:08:23 2019 (r520977) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sbt -PORTVERSION= 1.3.5 +PORTVERSION= 1.3.6 CATEGORIES= devel java MASTER_SITES= https://github.com/sbt/sbt/releases/download/v${PORTVERSION}/ Modified: head/devel/sbt/distinfo ============================================================================== --- head/devel/sbt/distinfo Fri Dec 27 09:00:38 2019 (r520976) +++ head/devel/sbt/distinfo Fri Dec 27 09:08:23 2019 (r520977) @@ -1,3 +1,3 @@ -TIMESTAMP = 1576661460 -SHA256 (sbt-1.3.5.tgz) = 561f0aa40fbc08d6f810f8ce76f64592715880cf9b5766053fd40c36385130b0 -SIZE (sbt-1.3.5.tgz) = 57544112 +TIMESTAMP = 1577437396 +SHA256 (sbt-1.3.6.tgz) = 8871e54f6772bb397b36bcd503fa605b3f3afd60feddc594c8f35b25c0958cee +SIZE (sbt-1.3.6.tgz) = 57542061 Modified: head/devel/sbt/files/patch-bin_sbt ============================================================================== --- head/devel/sbt/files/patch-bin_sbt Fri Dec 27 09:00:38 2019 (r520976) +++ head/devel/sbt/files/patch-bin_sbt Fri Dec 27 09:08:23 2019 (r520977) @@ -1,4 +1,4 @@ ---- bin/sbt.orig 2019-10-14 14:34:15 UTC +--- bin/sbt.orig 2019-12-26 02:47:03 UTC +++ bin/sbt @@ -76,7 +76,7 @@ cygwinpath() { @@ -18,7 +18,7 @@ } acquire_sbt_jar () { -@@ -281,14 +281,14 @@ getPreloaded() { +@@ -286,14 +286,14 @@ getPreloaded() { } syncPreloaded() { @@ -29,13 +29,13 @@ # FIXME: better $init_sbt_version detection init_sbt_version="$(ls -1 "$source_preloaded/org/scala-sbt/sbt/")" fi - [[ -f "$target_preloaded/org.scala-sbt/sbt/$init_sbt_version/jars/sbt.jar" ]] || { + [[ -f "$target_preloaded/org/scala-sbt/sbt/$init_sbt_version/" ]] || { - # lib/local-preloaded exists (This is optional) + # local-preloaded exists (This is optional) [[ -d "$source_preloaded" ]] && { command -v rsync >/dev/null 2>&1 && { mkdir -p "$target_preloaded" -@@ -408,8 +408,8 @@ run() { +@@ -413,8 +413,8 @@ run() { declare -r noshare_opts="-Dsbt.global.base=project/.sbtboot -Dsbt.boot.directory=project/.boot -Dsbt.ivy.home=project/.ivy" declare -r sbt_opts_file=".sbtopts" @@ -46,7 +46,7 @@ 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" -@@ -459,7 +459,7 @@ Usage: `basename "$0"` [options] +@@ -462,7 +462,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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912270908.xBR98Nel031398>