1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00

Update to 0.13.13 release.

PR:		213913
Submitted by:	jhyphenkeck@gmail.com
This commit is contained in:
Alex Dupre 2016-10-31 09:27:23 +00:00
parent db93717ea5
commit 59eb3b597b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=424990
4 changed files with 15 additions and 17 deletions

View File

@ -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 shell-script
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}

View File

@ -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

View File

@ -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

View File

@ -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 () {