[125150] trunk/dports/sysutils/fswatch

ryandesign at macports.org ryandesign at macports.org
Sun Sep 7 18:05:49 PDT 2014


Revision: 125150
          https://trac.macports.org/changeset/125150
Author:   ryandesign at macports.org
Date:     2014-09-07 18:05:49 -0700 (Sun, 07 Sep 2014)
Log Message:
-----------
fswatch: update to 1.4.3 (#44909)

Modified Paths:
--------------
    trunk/dports/sysutils/fswatch/Portfile

Added Paths:
-----------
    trunk/dports/sysutils/fswatch/files/
    trunk/dports/sysutils/fswatch/files/patch-Makefile.in.diff

Modified: trunk/dports/sysutils/fswatch/Portfile
===================================================================
--- trunk/dports/sysutils/fswatch/Portfile	2014-09-07 23:33:00 UTC (rev 125149)
+++ trunk/dports/sysutils/fswatch/Portfile	2014-09-08 01:05:49 UTC (rev 125150)
@@ -9,7 +9,7 @@
                     macports-clang-3.5
 compiler.blacklist  gcc-4.0 gcc-4.2 apple-gcc-4.2 llvm-gcc-4.2 {clang < 137} macports-clang-3.4 macports-clang-3.3
 
-github.setup        emcrisostomo fswatch 1.4.2
+github.setup        emcrisostomo fswatch 1.4.3
 github.tarball_from releases
 
 categories          sysutils
@@ -24,6 +24,9 @@
                     Linux inotify and a stat-based backend.
 
 homepage            http://emcrisostomo.github.io/fswatch/
-checksums           rmd160 002e59cec1564c807a2ccbbc3fa6b3f4d85f1d25 \
-                    sha256 1544d71697122f9aa6ea583c0704133629238204865e253068f0854f73c3ac6b
 use_zip             yes
+
+checksums           rmd160 f3d6be2f78a9db6cd173e64b8dce77e997421dc0 \
+                    sha256 1b459ad8ce394af3edd327534d875bcaebe46e714092e7c882ffc0ea207b0ea6
+
+patchfiles-append   patch-Makefile.in.diff

Added: trunk/dports/sysutils/fswatch/files/patch-Makefile.in.diff
===================================================================
--- trunk/dports/sysutils/fswatch/files/patch-Makefile.in.diff	                        (rev 0)
+++ trunk/dports/sysutils/fswatch/files/patch-Makefile.in.diff	2014-09-08 01:05:49 UTC (rev 125150)
@@ -0,0 +1,14 @@
+https://github.com/emcrisostomo/fswatch/issues/54
+--- Makefile.in.orig	2014-09-04 05:36:47.000000000 -0500
++++ Makefile.in	2014-09-07 20:02:08.000000000 -0500
+@@ -1157,8 +1157,8 @@
+ 	$(SHELL) ./config.status libtool
+ 
+ install-exec-hook: fswatch-remove-links
+- at HAVE_ZSH_TRUE@	$(LN_S) $(DESTDIR)$(bindir)/fswatch-run-zsh $(DESTDIR)$(bindir)/fswatch-run
+- at HAVE_BASH_TRUE@@HAVE_ZSH_FALSE@	$(LN_S) $(DESTDIR)$(bindir)/fswatch-run-bash $(DESTDIR)$(bindir)/fswatch-run
++ at HAVE_ZSH_TRUE@	$(LN_S) fswatch-run-zsh $(DESTDIR)$(bindir)/fswatch-run
++ at HAVE_BASH_TRUE@@HAVE_ZSH_FALSE@	$(LN_S) fswatch-run-bash $(DESTDIR)$(bindir)/fswatch-run
+ @HAVE_BASH_FALSE@@HAVE_ZSH_FALSE@	@echo "No compatible shell was found for fswatch-run."
+ 
+ uninstall-local: fswatch-remove-links
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140907/7d735e55/attachment.html>


More information about the macports-changes mailing list