diff --git a/ports/sysutils/fswatch/Portfile b/ports/sysutils/fswatch/Portfile
index ac13503..160afd3 100644
a
|
b
|
PortSystem 1.0 |
5 | 5 | PortGroup github 1.0 |
6 | 6 | PortGroup compiler_blacklist_versions 1.0 |
7 | 7 | |
8 | | github.setup emcrisostomo fswatch 1.8.0 |
| 8 | github.setup emcrisostomo fswatch 1.9.1 |
9 | 9 | github.tarball_from releases |
10 | 10 | |
11 | 11 | categories sysutils |
… |
… |
maintainers gmail.com:enrico.m.crisostomo \ |
17 | 17 | description File change monitor |
18 | 18 | long_description A cross-platform file change monitor with multiple \ |
19 | 19 | backends: Apple OS X File System Events, *BSD kqueue, \ |
20 | | Solaris/Illumos File Events Notification, Linux inotify \ |
21 | | and a stat()-based backend. |
| 20 | Solaris/Illumos File Events Notification, Linux inotify, \ |
| 21 | Microsoft Windows and a stat()-based backend. |
22 | 22 | |
23 | 23 | homepage http://emcrisostomo.github.io/fswatch/ |
24 | 24 | |
25 | | checksums rmd160 a2b58de9293d5b7a4c2ad37a9bb930b6cd854ed0 \ |
26 | | sha256 0d4c4f1ad1ef7c3d783bf02ac018447ae77468337082ec90023a7319ed01aa78 |
| 25 | checksums rmd160 8e6f9c49b5bac39042aef7b4528c68d54c60c9a4 \ |
| 26 | sha256 56d7e2ae092985839f9f26b56cfbb5b08f9741d008a5aca75ddc7563e3b75fc8 |
27 | 27 | |
28 | 28 | # Blacklist compilers not supporting C++11. |
29 | 29 | compiler.blacklist-append \ |