Ticket #44722: 53cf0f4a3f0c8fae735686873425310e0864da52.patch

File 53cf0f4a3f0c8fae735686873425310e0864da52.patch, 1.6 KB (added by emcrisostomo (Enrico Maria Crisostomo), 10 years ago)
  • ports/sysutils/fswatch/Portfile

    From 53cf0f4a3f0c8fae735686873425310e0864da52 Mon Sep 17 00:00:00 2001
    From: "Enrico M. Crisostomo" <enrico.m.crisostomo@gmail.com>
    Date: Thu, 21 Aug 2014 11:09:29 +0200
    Subject: [PATCH] fswatch 1.4.0
    
    ---
     ports/sysutils/fswatch/Portfile | 16 +++-------------
     1 file changed, 3 insertions(+), 13 deletions(-)
    
    diff --git a/ports/sysutils/fswatch/Portfile b/ports/sysutils/fswatch/Portfile
    index 1748f49..a7b0191 100644
    a b PortGroup compiler_blacklist_versions 1.0 
    77
    88compiler.blacklist  gcc-4.0 gcc-4.2 apple-gcc-4.2 llvm-gcc-4.2 {clang < 137}
    99
    10 github.setup        emcrisostomo fswatch 1.3.9
     10github.setup        emcrisostomo fswatch 1.4.0
    1111github.tarball_from releases
    1212
    1313categories          sysutils
    long_description A cross-platform file change monitor with multiple \ 
    2222                    Linux inotify and a stat-based backend.
    2323
    2424homepage            http://emcrisostomo.github.io/fswatch/
    25 checksums           rmd160 929cf38c072ed3c5843bc08fd125d0697fecf6f9 \
    26                     sha256 f3e37317155dac122ebc4efef9236f273d03e85051bb2e63198ab5453b0a8c34
     25checksums           rmd160 fa9884b387f9564b8dc79972a08cc525f97078ee \
     26                    sha256 6cd5b9e2f64bdd746423886bb1fff6599d6eef477b7145ae0c5d0f038c08d1f3
    2727use_zip             yes
    28 
    29 platform darwin {
    30     # Doesn't build on SL due to missing APIs, see #44705
    31     if {${os.major} <= 10} {
    32         pre-fetch {
    33             ui_error "$name is not supported on Snow Leopard and earlier."
    34             error "unsupported platform"
    35         }
    36     }
    37 }