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 |
7 | 7 | |
8 | 8 | compiler.blacklist gcc-4.0 gcc-4.2 apple-gcc-4.2 llvm-gcc-4.2 {clang < 137} |
9 | 9 | |
10 | | github.setup emcrisostomo fswatch 1.3.9 |
| 10 | github.setup emcrisostomo fswatch 1.4.0 |
11 | 11 | github.tarball_from releases |
12 | 12 | |
13 | 13 | categories sysutils |
… |
… |
long_description A cross-platform file change monitor with multiple \ |
22 | 22 | Linux inotify and a stat-based backend. |
23 | 23 | |
24 | 24 | homepage http://emcrisostomo.github.io/fswatch/ |
25 | | checksums rmd160 929cf38c072ed3c5843bc08fd125d0697fecf6f9 \ |
26 | | sha256 f3e37317155dac122ebc4efef9236f273d03e85051bb2e63198ab5453b0a8c34 |
| 25 | checksums rmd160 fa9884b387f9564b8dc79972a08cc525f97078ee \ |
| 26 | sha256 6cd5b9e2f64bdd746423886bb1fff6599d6eef477b7145ae0c5d0f038c08d1f3 |
27 | 27 | use_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 | | } |