svn commit: r514496 - in head/devel/sbt: . files

Alex Dupre ale at FreeBSD.org
Tue Oct 15 08:58:52 UTC 2019


Author: ale
Date: Tue Oct 15 08:58:50 2019
New Revision: 514496
URL: https://svnweb.freebsd.org/changeset/ports/514496

Log:
  Update to 1.3.3 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	Tue Oct 15 08:28:55 2019	(r514495)
+++ head/devel/sbt/Makefile	Tue Oct 15 08:58:50 2019	(r514496)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	sbt
-PORTVERSION=	1.3.2
+PORTVERSION=	1.3.3
 CATEGORIES=	devel java
 MASTER_SITES=	https://github.com/sbt/sbt/releases/download/v${PORTVERSION}/
 

Modified: head/devel/sbt/distinfo
==============================================================================
--- head/devel/sbt/distinfo	Tue Oct 15 08:28:55 2019	(r514495)
+++ head/devel/sbt/distinfo	Tue Oct 15 08:58:50 2019	(r514496)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1569004421
-SHA256 (sbt-1.3.2.tgz) = ed8cef399129895ad0d757eea812b3f95830a36fa838f8ede1c6cdc2294f326f
-SIZE (sbt-1.3.2.tgz) = 51817549
+TIMESTAMP = 1571129370
+SHA256 (sbt-1.3.3.tgz) = fe64a24ecd26ae02ac455336f664bbd7db6a040144b3106f1c45ebd42e8a476c
+SIZE (sbt-1.3.3.tgz) = 51853861

Modified: head/devel/sbt/files/patch-bin_sbt
==============================================================================
--- head/devel/sbt/files/patch-bin_sbt	Tue Oct 15 08:28:55 2019	(r514495)
+++ head/devel/sbt/files/patch-bin_sbt	Tue Oct 15 08:58:50 2019	(r514496)
@@ -1,6 +1,6 @@
---- bin/sbt.orig	2019-09-04 07:20:45 UTC
+--- bin/sbt.orig	2019-10-14 14:34:15 UTC
 +++ bin/sbt
-@@ -72,7 +72,7 @@ cygwinpath() {
+@@ -76,7 +76,7 @@ cygwinpath() {
  
  
  declare -r sbt_bin_dir="$(dirname "$(realpathish "$0")")"
@@ -9,7 +9,7 @@
  
  echoerr () {
    echo 1>&2 "$@"
-@@ -85,7 +85,7 @@ dlog () {
+@@ -89,7 +89,7 @@ dlog () {
  }
  
  jar_file () {
@@ -18,7 +18,7 @@
  }
  
  acquire_sbt_jar () {
-@@ -277,14 +277,14 @@ getPreloaded() {
+@@ -281,14 +281,14 @@ getPreloaded() {
  }
  
  syncPreloaded() {
@@ -35,16 +35,18 @@
      [[ -d "$source_preloaded" ]] && {
        command -v rsync >/dev/null 2>&1 && {
          mkdir -p "$target_preloaded"
-@@ -401,7 +401,7 @@ run() {
+@@ -408,8 +408,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"
 -declare -r etc_sbt_opts_file="/etc/sbt/sbtopts"
+-# 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"
- 
-@@ -446,7 +446,7 @@ Usage: `basename "$0"` [options]
+@@ -459,7 +459,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


More information about the svn-ports-head mailing list