[134477] trunk/dports/mail/notmuch

khindenburg at macports.org khindenburg at macports.org
Thu Mar 26 18:29:56 PDT 2015


Revision: 134477
          https://trac.macports.org/changeset/134477
Author:   khindenburg at macports.org
Date:     2015-03-26 18:29:56 -0700 (Thu, 26 Mar 2015)
Log Message:
-----------
notmuch: update to 0.19 #47248

Modified Paths:
--------------
    trunk/dports/mail/notmuch/Portfile
    trunk/dports/mail/notmuch/files/patch-bindings-python-notmuch-globals.py.diff

Modified: trunk/dports/mail/notmuch/Portfile
===================================================================
--- trunk/dports/mail/notmuch/Portfile	2015-03-26 22:25:19 UTC (rev 134476)
+++ trunk/dports/mail/notmuch/Portfile	2015-03-27 01:29:56 UTC (rev 134477)
@@ -5,7 +5,7 @@
 PortGroup           conflicts_build 1.0
 
 name                notmuch
-version             0.18.1
+version             0.19
 categories          mail
 platforms           darwin
 license             GPL-3+
@@ -20,8 +20,8 @@
 homepage            http://notmuchmail.org/
 master_sites        ${homepage}releases/
 
-checksums           rmd160  2e4825029cce0a972bf7d2b4493657e4366e262c \
-                    sha256  f2d53dc1916283123d008a6084de860340a436631e83b1a41b2d9ced0f4db7dd
+checksums           rmd160  850fb63960abf5f5d4433683ce21e80cdf1205cb \
+                    sha256  396fc6548423785ebbbe9a6cce321d957d3b2e856edb8225bb0988470833eeeb
 
 depends_build       port:pkgconfig
 

Modified: trunk/dports/mail/notmuch/files/patch-bindings-python-notmuch-globals.py.diff
===================================================================
--- trunk/dports/mail/notmuch/files/patch-bindings-python-notmuch-globals.py.diff	2015-03-26 22:25:19 UTC (rev 134476)
+++ trunk/dports/mail/notmuch/files/patch-bindings-python-notmuch-globals.py.diff	2015-03-27 01:29:56 UTC (rev 134477)
@@ -4,8 +4,8 @@
  try:
      from os import uname
      if uname()[0] == 'Darwin':
--        nmlib = CDLL("libnotmuch.3.dylib")
-+        nmlib = CDLL("@PREFIX@/lib/libnotmuch.3.dylib")
+-        nmlib = CDLL("libnotmuch.4.dylib")
++        nmlib = CDLL("@PREFIX@/lib/libnotmuch.4.dylib")
      else:
-         nmlib = CDLL("libnotmuch.so.3")
+         nmlib = CDLL("libnotmuch.so.4")
  except:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150326/44931d8e/attachment.html>


More information about the macports-changes mailing list