FreeBSD Bugzilla – Attachment 176302 Details for
Bug 213913
[PATCH] devel/sbt update to 0.13.13
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to update sbt from 0.13.11 to 0.13.13
patch-to-update-sbt-to-0.13.13 (text/plain), 2.93 KB, created by
j-keck
on 2016-10-30 10:19:41 UTC
(
hide
)
Description:
patch to update sbt from 0.13.11 to 0.13.13
Filename:
MIME Type:
Creator:
j-keck
Created:
2016-10-30 10:19:41 UTC
Size:
2.93 KB
patch
obsolete
>diff --git a/Makefile b/Makefile >index 06d2f61..3012974 100644 >--- a/Makefile >+++ b/Makefile >@@ -2,7 +2,7 @@ > # $FreeBSD: head/devel/sbt/Makefile 412346 2016-04-01 14:00:51Z mat $ > > PORTNAME= sbt >-PORTVERSION= 0.13.11 >+PORTVERSION= 0.13.13 > CATEGORIES= devel java > MASTER_SITES= http://dl.bintray.com/sbt/native-packages/sbt/${PORTVERSION}/ > >@@ -18,7 +18,7 @@ ADVANCED_DESC= Install advanced bash shell-script > USES= tar:tgz > NO_BUILD= yes > USE_JAVA= yes >-WRKSRC= ${WRKDIR}/${PORTNAME} >+WRKSRC= ${WRKDIR}/${PORTNAME}-launcher-packaging-${PORTVERSION} > > PLIST_FILES= bin/sbt \ > %%DATADIR%%/sbt-launch.jar >diff --git a/distinfo b/distinfo >index 6fad34c..fbeab80 100644 >--- a/distinfo >+++ b/distinfo >@@ -1,2 +1,2 @@ >-SHA256 (sbt-0.13.11.tgz) = a36a6fbf6dd70afd93fb8db16c40e8ac00798fdddfa0b4c678786dc15617afa6 >-SIZE (sbt-0.13.11.tgz) = 1049516 >+SHA256 (sbt-0.13.13.tgz) = 40d03d21a260c5a6a43f8349298f41c9d047f97972057d9d915afd8945faf979 >+SIZE (sbt-0.13.13.tgz) = 1049906 >diff --git a/files/patch-bin_sbt b/files/patch-bin_sbt >index eacecfe..43b6d4b 100644 >--- a/files/patch-bin_sbt >+++ b/files/patch-bin_sbt >@@ -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-30 10:52:10.050293000 +0100 >++++ bin/sbt 2016-10-30 10:53:30.346273000 +0100 >+@@ -62,7 +62,7 @@ > > 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,12 +9,12 @@ > declare -r win_sbt_opts_file="${sbt_home}/conf/sbtconfig.txt" > > usage() { >-@@ -98,7 +98,7 @@ >+@@ -99,7 +99,7 @@ > 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 >++ ${sbt_home}/etc/sbt/sbtopts if this file exists, it is prepended to the runner args > -Dkey=val pass -Dkey=val directly to the java runtime > -J-X pass option -X directly to the java runtime > (-J is stripped) >diff --git a/files/patch-bin_sbt-launch-lib.bash b/files/patch-bin_sbt-launch-lib.bash >index fc90ed8..b8a5ca6 100644 >--- a/files/patch-bin_sbt-launch-lib.bash >+++ b/files/patch-bin_sbt-launch-lib.bash >@@ -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-30 10:54:51.920516000 +0100 >++++ bin/sbt-launch-lib.bash 2016-10-30 10:55:41.401276000 +0100 >+@@ -26,7 +26,7 @@ > } > > jar_file () {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 213913
: 176302 |
176303