FreeBSD Bugzilla – Attachment 190504 Details for
Bug 225820
[PATCH] devel/sbt update to 1.1.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to update sbt from 1.1.0 to 1.1.1
sbt-upgrade-to-1.1.1.patch (text/plain), 1.42 KB, created by
j-keck
on 2018-02-11 12:34:13 UTC
(
hide
)
Description:
patch to update sbt from 1.1.0 to 1.1.1
Filename:
MIME Type:
Creator:
j-keck
Created:
2018-02-11 12:34:13 UTC
Size:
1.42 KB
patch
obsolete
>diff -u -Nr sbt/distinfo sbt.new/distinfo >--- sbt/distinfo 2018-02-11 13:05:01.869571000 +0100 >+++ sbt.new/distinfo 2018-02-11 13:05:24.712049000 +0100 >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1515498358 >-SHA256 (sbt-1.1.0.tgz) = 9d8cb24b297507ed4c49b476d3050da0abe2c39f7e7d97ba6d48c1b17854e2d7 >-SIZE (sbt-1.1.0.tgz) = 45553469 >+TIMESTAMP = 1518247934 >+SHA256 (sbt-1.1.1.tgz) = 8a9072155578f06c861be406e7f9fe989b3770d8da4069dd3cb5ad6c6d25c03b >+SIZE (sbt-1.1.1.tgz) = 45609775 >diff -u -Nr sbt/files/sbtopts sbt.new/files/sbtopts >--- sbt/files/sbtopts 1970-01-01 01:00:00.000000000 +0100 >+++ sbt.new/files/sbtopts 2018-02-11 13:05:24.712900000 +0100 >@@ -0,0 +1,3 @@ >+# use sbt's internal PollingWatchServices. >+# this triggers rebuilds on src changes after max. 0.5 seconds (instead of 10 seconds). >+-Dsbt.watch.mode=polling >diff -u -Nr sbt/Makefile sbt.new/Makefile >--- sbt/Makefile 2018-02-11 13:05:01.869480000 +0100 >+++ sbt.new/Makefile 2018-02-11 13:05:24.711309000 +0100 >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= sbt >-PORTVERSION= 1.1.0 >+PORTVERSION= 1.1.1 > CATEGORIES= devel java > MASTER_SITES= https://github.com/sbt/sbt/releases/download/v${PORTVERSION}/ > >@@ -50,5 +50,7 @@ > ${INSTALL_DATA} ${WRKSRC}/bin/sbt-launch.jar ${STAGEDIR}${DATADIR} > ${INSTALL_SCRIPT} ${WRKDIR}/sbt.sh ${STAGEDIR}${PREFIX}/bin/sbt > .endif >+ ${MKDIR} ${STAGEDIR}${DATADIR}/conf >+ ${INSTALL_DATA} ${FILESDIR}/sbtopts ${STAGEDIR}${DATADIR}/conf/sbtopts > > .include <bsd.port.mk>
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 225820
: 190504 |
190505