Ticket #49834: fswatch-1.7.0.diff

File fswatch-1.7.0.diff, 1.5 KB (added by emcrisostomo (Enrico Maria Crisostomo), 8 years ago)

fswatch @1.7.0 Portfile patch

  • ports/sysutils/fswatch/Portfile

    diff --git a/ports/sysutils/fswatch/Portfile b/ports/sysutils/fswatch/Portfile
    index d2f71eb..754ba37 100644
    a b PortSystem 1.0 
    55PortGroup           github 1.0
    66PortGroup           compiler_blacklist_versions 1.0
    77
    8 github.setup        emcrisostomo fswatch 1.5.0
     8github.setup        emcrisostomo fswatch 1.7.0
    99github.tarball_from releases
    1010
    1111categories          sysutils
    maintainers gmail.com:enrico.m.crisostomo \ 
    1616                    openmaintainer
    1717description         File change monitor
    1818long_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.
    2122
    2223homepage            http://emcrisostomo.github.io/fswatch/
    2324
    24 checksums           rmd160 f1e2d0ddf922e81ac567981816e02c9d56f11edd \
    25                     sha256 153e7d5358e25579964f353d387d814fe6bea57fa1bad7b883b940d402903e59
     25checksums           rmd160 864054c0768c04bf02435e0ef40938cd63d820a2 \
     26                    sha256 3b42c6f2fb42a5abfcbf51170b189f3f45d6181fb8af39860c47c766473c6010
    2627
    2728# Blacklist compilers not supporting C++11.
    2829compiler.blacklist-append \