Ticket #51038: b04deda0d74100df1ffd702fffb4ad2537d5ea7c.diff

File b04deda0d74100df1ffd702fffb4ad2537d5ea7c.diff, 1.4 KB (added by emcrisostomo (Enrico Maria Crisostomo), 8 years ago)

fswatch @1.9.1 Portfile patch

  • ports/sysutils/fswatch/Portfile

    diff --git a/ports/sysutils/fswatch/Portfile b/ports/sysutils/fswatch/Portfile
    index ac13503..160afd3 100644
    a b PortSystem 1.0 
    55PortGroup           github 1.0
    66PortGroup           compiler_blacklist_versions 1.0
    77
    8 github.setup        emcrisostomo fswatch 1.8.0
     8github.setup        emcrisostomo fswatch 1.9.1
    99github.tarball_from releases
    1010
    1111categories          sysutils
    maintainers gmail.com:enrico.m.crisostomo \ 
    1717description         File change monitor
    1818long_description    A cross-platform file change monitor with multiple \
    1919                    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.
    2222
    2323homepage            http://emcrisostomo.github.io/fswatch/
    2424
    25 checksums           rmd160 a2b58de9293d5b7a4c2ad37a9bb930b6cd854ed0 \
    26                     sha256 0d4c4f1ad1ef7c3d783bf02ac018447ae77468337082ec90023a7319ed01aa78
     25checksums           rmd160 8e6f9c49b5bac39042aef7b4528c68d54c60c9a4 \
     26                    sha256 56d7e2ae092985839f9f26b56cfbb5b08f9741d008a5aca75ddc7563e3b75fc8
    2727
    2828# Blacklist compilers not supporting C++11.
    2929compiler.blacklist-append \