diff --git a/ports/sysutils/fswatch/Portfile b/ports/sysutils/fswatch/Portfile
index d2f71eb..754ba37 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.5.0 |
| 8 | github.setup emcrisostomo fswatch 1.7.0 |
9 | 9 | github.tarball_from releases |
10 | 10 | |
11 | 11 | categories sysutils |
… |
… |
maintainers gmail.com:enrico.m.crisostomo \ |
16 | 16 | openmaintainer |
17 | 17 | description File change monitor |
18 | 18 | long_description A cross-platform file change monitor with multiple \ |
19 | | backends: Apple OS X File System Events API, *BSD kqueue, \ |
20 | | Linux inotify and a stat-based backend. |
| 19 | backends: Apple OS X File System Events, *BSD kqueue, \ |
| 20 | Solaris/Illumos File Events Notification, Linux inotify \ |
| 21 | and a stat()-based backend. |
21 | 22 | |
22 | 23 | homepage http://emcrisostomo.github.io/fswatch/ |
23 | 24 | |
24 | | checksums rmd160 f1e2d0ddf922e81ac567981816e02c9d56f11edd \ |
25 | | sha256 153e7d5358e25579964f353d387d814fe6bea57fa1bad7b883b940d402903e59 |
| 25 | checksums rmd160 864054c0768c04bf02435e0ef40938cd63d820a2 \ |
| 26 | sha256 3b42c6f2fb42a5abfcbf51170b189f3f45d6181fb8af39860c47c766473c6010 |
26 | 27 | |
27 | 28 | # Blacklist compilers not supporting C++11. |
28 | 29 | compiler.blacklist-append \ |