diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-02-28 03:54:46 +0800 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-02-28 03:54:46 +0800 |
commit | 0ccad4810ba43bb56731d7f90b37dde795a0bc9e (patch) | |
tree | e092ff053c6d39ef1d1c66aa94d8a0f469f2e4e1 /java/intellij/distinfo | |
parent | 261593e7c5c6111fe6dc1cef8211b1cf8fec4777 (diff) | |
download | freebsd-ports-gnome-0ccad4810ba43bb56731d7f90b37dde795a0bc9e.tar.gz freebsd-ports-gnome-0ccad4810ba43bb56731d7f90b37dde795a0bc9e.tar.zst freebsd-ports-gnome-0ccad4810ba43bb56731d7f90b37dde795a0bc9e.zip |
java/intellij: 15.0.3 -> 15.0.4
- Thanks to Jiri B <jirib@devio.us> and Roman Shevchenko [1] for
contributing a libinotify-based replacement for IntelliJ's
fsnotifier. IntelliJ now has native (faster) file notification
support on FreeBSD (and OpenBSD).
- Because of remaining problems with watching large trees with
libinotify [2], fsnotifier is still disabled by default.
- fsnotifier and native pty4j support need to be compiled. In the interest of
reducing port complexity, the building of pty support and fsnotifier
is moved to separate ports:
- java/intellij-pty4j
- java/intellij-fsnotifier
[1] https://youtrack.jetbrains.com/issue/IDEA-151815
[2] https://github.com/dmatveev/libinotify-kqueue/pull/34
PR: 207474
Submitted by: Tobias Kortkamp <t@tobik.me> (maintainer)
Diffstat (limited to 'java/intellij/distinfo')
-rw-r--r-- | java/intellij/distinfo | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/java/intellij/distinfo b/java/intellij/distinfo index d808444fd137..8a795acfddc7 100644 --- a/java/intellij/distinfo +++ b/java/intellij/distinfo @@ -1,4 +1,2 @@ -SHA256 (ideaIC-15.0.3.tar.gz) = 0a4b755f3a48b3b5ad1000e17a92462c33ad5a8cc4912d6e276bbc4bf1241296 -SIZE (ideaIC-15.0.3.tar.gz) = 232760076 -SHA256 (traff-pty4j-15.0.3-335982264104fd4529f2ee75f08d1e1d9f9d544a_GH0.tar.gz) = bf2ffe37e9ecc5cbca879023ce7822461b1996c4affc50aa71265bce5cda6e93 -SIZE (traff-pty4j-15.0.3-335982264104fd4529f2ee75f08d1e1d9f9d544a_GH0.tar.gz) = 4856849 +SHA256 (ideaIC-15.0.4.tar.gz) = 7653edd0687de6948b3c5b128c0683c96f89dea96bedd995a279f4d359816a16 +SIZE (ideaIC-15.0.4.tar.gz) = 234258484 |