Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Oct 2020 08:40:32 +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: r551481 - in head/devel/sbt: . files
Message-ID:  <202010050840.0958eW6r036198@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ale
Date: Mon Oct  5 08:40:32 2020
New Revision: 551481
URL: https://svnweb.freebsd.org/changeset/ports/551481

Log:
  Update to 1.4.0 release.
  
  sbtn (sbt native client) is missing because there isn't GraalVM on FreeBSD :-(

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	Mon Oct  5 07:52:27 2020	(r551480)
+++ head/devel/sbt/Makefile	Mon Oct  5 08:40:32 2020	(r551481)
@@ -2,9 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	sbt
-PORTVERSION=	1.3.13
+PORTVERSION=	1.4.0
 CATEGORIES=	devel java
-MASTER_SITES=	https://piccolo.link/
+MASTER_SITES=	https://github.com/sbt/sbt/releases/download/v${PORTVERSION}/
 
 MAINTAINER=	ale@FreeBSD.org
 COMMENT=	Build tool for Scala projects

Modified: head/devel/sbt/distinfo
==============================================================================
--- head/devel/sbt/distinfo	Mon Oct  5 07:52:27 2020	(r551480)
+++ head/devel/sbt/distinfo	Mon Oct  5 08:40:32 2020	(r551481)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1593425558
-SHA256 (sbt-1.3.13.tgz) = 854154de27a7d8c13b5a0f9a297cd1f254cc13b44588dae507e5d4fb2741bd22
-SIZE (sbt-1.3.13.tgz) = 1227567
+TIMESTAMP = 1601885260
+SHA256 (sbt-1.4.0.tgz) = b4775b470920e03de7a5d81121b4dc741c00513f041e65dbb981052ec6d1eed5
+SIZE (sbt-1.4.0.tgz) = 17594029

Modified: head/devel/sbt/files/patch-bin_sbt
==============================================================================
--- head/devel/sbt/files/patch-bin_sbt	Mon Oct  5 07:52:27 2020	(r551480)
+++ head/devel/sbt/files/patch-bin_sbt	Mon Oct  5 08:40:32 2020	(r551481)
@@ -1,6 +1,6 @@
---- bin/sbt.orig	2019-12-26 02:47:03 UTC
+--- bin/sbt.orig	2020-10-05 00:22:37 UTC
 +++ bin/sbt
-@@ -76,7 +76,7 @@ cygwinpath() {
+@@ -80,7 +80,7 @@ cygwinpath() {
  
  
  declare -r sbt_bin_dir="$(dirname "$(realpathish "$0")")"
@@ -9,7 +9,7 @@
  
  echoerr () {
    echo 1>&2 "$@"
-@@ -89,7 +89,7 @@ dlog () {
+@@ -93,7 +93,7 @@ dlog () {
  }
  
  jar_file () {
@@ -18,7 +18,7 @@
  }
  
  acquire_sbt_jar () {
-@@ -286,14 +286,14 @@ getPreloaded() {
+@@ -290,14 +290,14 @@ getPreloaded() {
  }
  
  syncPreloaded() {
@@ -35,10 +35,10 @@
      [[ -d "$source_preloaded" ]] && {
        command -v rsync >/dev/null 2>&1 && {
          mkdir -p "$target_preloaded"
-@@ -413,8 +413,8 @@ run() {
- 
- declare -r noshare_opts="-Dsbt.global.base=project/.sbtboot -Dsbt.boot.directory=project/.boot -Dsbt.ivy.home=project/.ivy"
+@@ -406,8 +406,8 @@ run() {
+ 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"
 -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"
@@ -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"
-@@ -462,7 +462,7 @@ Usage: `basename "$0"` [options]
+@@ -455,7 +455,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?202010050840.0958eW6r036198>