Ticket #44726: dbe6189c8dd4c24aa753ba2ce009052ab52ff0dc.patch.txt

File dbe6189c8dd4c24aa753ba2ce009052ab52ff0dc.patch.txt, 1.3 KB (added by emcrisostomo (Enrico Maria Crisostomo), 10 years ago)
Line 
1From dbe6189c8dd4c24aa753ba2ce009052ab52ff0dc Mon Sep 17 00:00:00 2001
2From: "Enrico M. Crisostomo" <enrico.m.crisostomo@gmail.com>
3Date: Thu, 21 Aug 2014 15:34:26 +0200
4Subject: [PATCH] fswatch 1.4.1.1
5
6---
7 ports/sysutils/fswatch/Portfile | 6 +++---
8 1 file changed, 3 insertions(+), 3 deletions(-)
9
10diff --git a/ports/sysutils/fswatch/Portfile b/ports/sysutils/fswatch/Portfile
11index 90fd55a..b45e2a9 100644
12--- a/ports/sysutils/fswatch/Portfile
13+++ b/ports/sysutils/fswatch/Portfile
14@@ -7,7 +7,7 @@ PortGroup           compiler_blacklist_versions 1.0
15 
16 compiler.blacklist  gcc-4.0 gcc-4.2 apple-gcc-4.2 llvm-gcc-4.2 {clang < 137}
17 
18-github.setup        emcrisostomo fswatch 1.4.1
19+github.setup        emcrisostomo fswatch 1.4.1.1
20 github.tarball_from releases
21 
22 categories          sysutils
23@@ -22,6 +22,6 @@ long_description    A cross-platform file change monitor with multiple \
24                     Linux inotify and a stat-based backend.
25 
26 homepage            http://emcrisostomo.github.io/fswatch/
27-checksums           rmd160 8f4d51e1a4a7931c95880647599717b1aa34048f \
28-                    sha256 8a0b370f57a15d6280f5638d4f0b9dfe5de63b8240cab2c36d05f2ae5906eca0
29+checksums           rmd160 17e7375d8d6f42140cf57920348f636f818e36f5 \
30+                    sha256 74df50a1c6fc8684aab970f9fa479226a1e168ddd1be229ceefe727404db7850
31 use_zip             yes
32--
332.0.4
34