Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Dec 2018 10:00:02 +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: r488527 - in head/devel/sbt: . files
Message-ID:  <201812271000.wBRA02n6084858@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ale
Date: Thu Dec 27 10:00:02 2018
New Revision: 488527
URL: https://svnweb.freebsd.org/changeset/ports/488527

Log:
  Revert to java watch service instead of custom polling, now that the
  openjdk8 port has a kqueue backend.

Modified:
  head/devel/sbt/Makefile
  head/devel/sbt/files/sbtopts

Modified: head/devel/sbt/Makefile
==============================================================================
--- head/devel/sbt/Makefile	Thu Dec 27 09:56:56 2018	(r488526)
+++ head/devel/sbt/Makefile	Thu Dec 27 10:00:02 2018	(r488527)
@@ -3,7 +3,7 @@
 
 PORTNAME=	sbt
 PORTVERSION=	1.2.7
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel java
 MASTER_SITES=	https://github.com/sbt/sbt/releases/download/v${PORTVERSION}/
 

Modified: head/devel/sbt/files/sbtopts
==============================================================================
--- head/devel/sbt/files/sbtopts	Thu Dec 27 09:56:56 2018	(r488526)
+++ head/devel/sbt/files/sbtopts	Thu Dec 27 10:00:02 2018	(r488527)
@@ -1,7 +1,3 @@
-# Use sbt's internal PollingWatchServices.
-# This triggers rebuilds on src changes after max. 0.5 seconds (instead of 10 seconds).
-# Reference: https://github.com/sbt/sbt/issues/3868
--Dsbt.watch.mode=polling
 # Use java getLastModifiedTime now that it supports millisecond resolution
 # 'struct stat' ABI changed in FreeBSD 12, breaking JNA code
 -Dsbt.io.jdktimestamps=true



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