diff options
| author | Wael M. Nasreddine | 2014-05-22 10:40:10 -0700 |
|---|---|---|
| committer | Jack Nagel | 2014-06-01 12:01:21 -0500 |
| commit | 284f741b4a3ed8c6049e79376d0d833747497fa7 (patch) | |
| tree | 94aa654aee9f6f965cc06ee369e0fb91f32e9d5e /Library | |
| parent | 937e461227b4b6b4c5e68cb22fc20848a460a2f2 (diff) | |
| download | homebrew-284f741b4a3ed8c6049e79376d0d833747497fa7.tar.bz2 | |
notmuch 0.18
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/notmuch.rb | 30 |
1 files changed, 2 insertions, 28 deletions
diff --git a/Library/Formula/notmuch.rb b/Library/Formula/notmuch.rb index dc13ff68d..e8fec86e7 100644 --- a/Library/Formula/notmuch.rb +++ b/Library/Formula/notmuch.rb @@ -2,8 +2,8 @@ require 'formula' class Notmuch < Formula homepage "http://notmuchmail.org" - url "http://notmuchmail.org/releases/notmuch-0.17.tar.gz" - sha1 "0fe14140126a0da04754f548edf7e7b135eeec86" + url "http://notmuchmail.org/releases/notmuch-0.18.tar.gz" + sha1 "bfbcdc340c4b0d544904b3a8ba70be4e819859d9" depends_on "pkg-config" => :build depends_on "emacs" => :optional @@ -11,10 +11,6 @@ class Notmuch < Formula depends_on "talloc" depends_on "gmime" - # Fix for mkdir behavior change in 10.9: - # http://notmuchmail.org/pipermail/notmuch/2013/016388.html - patch :DATA - def install args = ["--prefix=#{prefix}"] if build.with? "emacs" @@ -28,25 +24,3 @@ class Notmuch < Formula system "make", "V=1", "install" end end - -__END__ -diff --git a/Makefile.local b/Makefile.local -index 72524eb..c85e09c 100644 ---- a/Makefile.local -+++ b/Makefile.local -@@ -236,11 +236,11 @@ endif - quiet ?= $($(shell echo $1 | sed -e s'/ .*//')) - - %.o: %.cc $(global_deps) -- @mkdir -p .deps/$(@D) -+ @mkdir -p $(patsubst %/.,%,.deps/$(@D)) - $(call quiet,CXX $(CPPFLAGS) $(CXXFLAGS)) -c $(FINAL_CXXFLAGS) $< -o $@ -MD -MP -MF .deps/$*.d - - %.o: %.c $(global_deps) -- @mkdir -p .deps/$(@D) -+ @mkdir -p $(patsubst %/.,%,.deps/$(@D)) - $(call quiet,CC $(CPPFLAGS) $(CFLAGS)) -c $(FINAL_CFLAGS) $< -o $@ -MD -MP -MF .deps/$*.d - - .PHONY : clean --- -1.8.4.2 |
