Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Oct 2016 09:27:24 +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: r424990 - in head/devel/sbt: . files
Message-ID:  <201610310927.u9V9ROLn012366@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ale
Date: Mon Oct 31 09:27:23 2016
New Revision: 424990
URL: https://svnweb.freebsd.org/changeset/ports/424990

Log:
  Update to 0.13.13 release.
  
  PR:		213913
  Submitted by:	jhyphenkeck@gmail.com

Modified:
  head/devel/sbt/Makefile
  head/devel/sbt/distinfo
  head/devel/sbt/files/patch-bin_sbt
  head/devel/sbt/files/patch-bin_sbt-launch-lib.bash

Modified: head/devel/sbt/Makefile
==============================================================================
--- head/devel/sbt/Makefile	Mon Oct 31 09:12:47 2016	(r424989)
+++ head/devel/sbt/Makefile	Mon Oct 31 09:27:23 2016	(r424990)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	sbt
-PORTVERSION=	0.13.11
+PORTVERSION=	0.13.13
 CATEGORIES=	devel java
 MASTER_SITES=	http://dl.bintray.com/sbt/native-packages/sbt/${PORTVERSION}/
 
@@ -17,8 +17,9 @@ ADVANCED_DESC=	Install advanced bash she
 
 USES=		tar:tgz
 NO_BUILD=	yes
+NO_ARCH=	yes
 USE_JAVA=	yes
-WRKSRC=		${WRKDIR}/${PORTNAME}
+WRKSRC=		${WRKDIR}/${PORTNAME}-launcher-packaging-${PORTVERSION}
 
 PLIST_FILES=	bin/sbt \
 		%%DATADIR%%/sbt-launch.jar
@@ -34,10 +35,6 @@ PLIST_FILES+=	%%DATADIR%%/sbt \
 SUB_FILES=	sbt.sh
 .endif
 
-post-patch:
-	@${REINPLACE_CMD} "s|%%PREFIX%%|${PREFIX}|g" \
-		${WRKSRC}/bin/sbt
-
 do-install:
 	${MKDIR} ${STAGEDIR}${DATADIR}
 	${INSTALL_DATA} ${WRKSRC}/bin/sbt-launch.jar ${STAGEDIR}${DATADIR}

Modified: head/devel/sbt/distinfo
==============================================================================
--- head/devel/sbt/distinfo	Mon Oct 31 09:12:47 2016	(r424989)
+++ head/devel/sbt/distinfo	Mon Oct 31 09:27:23 2016	(r424990)
@@ -1,2 +1,3 @@
-SHA256 (sbt-0.13.11.tgz) = a36a6fbf6dd70afd93fb8db16c40e8ac00798fdddfa0b4c678786dc15617afa6
-SIZE (sbt-0.13.11.tgz) = 1049516
+TIMESTAMP = 1477900389
+SHA256 (sbt-0.13.13.tgz) = 40d03d21a260c5a6a43f8349298f41c9d047f97972057d9d915afd8945faf979
+SIZE (sbt-0.13.13.tgz) = 1049906

Modified: head/devel/sbt/files/patch-bin_sbt
==============================================================================
--- head/devel/sbt/files/patch-bin_sbt	Mon Oct 31 09:12:47 2016	(r424989)
+++ head/devel/sbt/files/patch-bin_sbt	Mon Oct 31 09:27:23 2016	(r424990)
@@ -1,6 +1,6 @@
---- bin/sbt.orig	2013-08-28 10:14:39.000000000 +0200
-+++ bin/sbt	2013-08-28 10:16:02.000000000 +0200
-@@ -63,7 +63,7 @@
+--- bin/sbt.orig	2016-10-28 17:46:00 UTC
++++ bin/sbt
+@@ -62,7 +62,7 @@ cygwinpath() {
  
  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"
@@ -9,10 +9,10 @@
  declare -r win_sbt_opts_file="${sbt_home}/conf/sbtconfig.txt"
  
  usage() {
-@@ -98,7 +98,7 @@
+@@ -99,7 +99,7 @@ Usage: $script_name [options]
    SBT_OPTS           environment variable, if unset uses "$default_sbt_opts"
-   .sbtopts           if this file exists in the current directory, it is
-                      prepended to the runner args
+   .sbtopts           if this file exists in the current directory, its contents
+                      are prepended to the runner args
 -  /etc/sbt/sbtopts   if this file exists, it is prepended to the runner args
 +  ${sbt_home}/etc/sbtopts   if this file exists, it is prepended to the runner args
    -Dkey=val          pass -Dkey=val directly to the java runtime

Modified: head/devel/sbt/files/patch-bin_sbt-launch-lib.bash
==============================================================================
--- head/devel/sbt/files/patch-bin_sbt-launch-lib.bash	Mon Oct 31 09:12:47 2016	(r424989)
+++ head/devel/sbt/files/patch-bin_sbt-launch-lib.bash	Mon Oct 31 09:27:23 2016	(r424990)
@@ -1,6 +1,6 @@
---- bin/sbt-launch-lib.bash.orig	2013-08-28 10:14:44.000000000 +0200
-+++ bin/sbt-launch-lib.bash	2013-08-28 10:20:01.000000000 +0200
-@@ -31,7 +31,7 @@
+--- bin/sbt-launch-lib.bash.orig	2016-10-28 17:46:00 UTC
++++ bin/sbt-launch-lib.bash
+@@ -26,7 +26,7 @@ dlog () {
  }
  
  jar_file () {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610310927.u9V9ROLn012366>