pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mail/notmuch



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Oct 31 16:17:00 UTC 2016

Modified Files:
        pkgsrc/mail/notmuch: Makefile distinfo

Log Message:
Updated notmuch to 0.23.1.

Notmuch 0.23.1 (2016-10-23)
===========================

General
-------

Require Xapian >= 1.2.6

  The ifdef branch for older Xapian (pre-compact API) had bit-rotted.

Emacs
-----

Fix default colours for unread and flagged messages

  In 0.23 the default colours for unread and flagged messages in
  search view were accidentally swapped. This release returns them to
  the original colours.

  A related change in 0.23 broke the customize widget for
  notmuch-search-line-faces. This is now fixed.

Fix test failure with Emacs 25.1

  A previously undiscovered jit-lock related bug was exposed by Emacs
  25, causing a notmuch-show mode test to fail. This release fixes the
  bug, and hence the test.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/mail/notmuch/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/mail/notmuch/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/notmuch/Makefile
diff -u pkgsrc/mail/notmuch/Makefile:1.17 pkgsrc/mail/notmuch/Makefile:1.18
--- pkgsrc/mail/notmuch/Makefile:1.17   Sun Oct  9 21:20:44 2016
+++ pkgsrc/mail/notmuch/Makefile        Mon Oct 31 16:17:00 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2016/10/09 21:20:44 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2016/10/31 16:17:00 wiz Exp $
 
-DISTNAME=      notmuch-0.23
+DISTNAME=      notmuch-0.23.1
 CATEGORIES=    mail
 MASTER_SITES=  http://notmuchmail.org/releases/
 
@@ -38,6 +38,7 @@ LDFLAGS.SunOS+=       -lnsl
 
 .include "../../lang/python/application.mk"
 .include "../../mail/gmime/buildlink3.mk"
+BUILDLINK_API_DEPENDS.xapian+= xapian>=1.2.6
 .include "../../textproc/xapian/buildlink3.mk"
 .include "../../devel/talloc/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"

Index: pkgsrc/mail/notmuch/distinfo
diff -u pkgsrc/mail/notmuch/distinfo:1.13 pkgsrc/mail/notmuch/distinfo:1.14
--- pkgsrc/mail/notmuch/distinfo:1.13   Sun Oct  9 21:20:44 2016
+++ pkgsrc/mail/notmuch/distinfo        Mon Oct 31 16:17:00 2016
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.13 2016/10/09 21:20:44 wiz Exp $
+$NetBSD: distinfo,v 1.14 2016/10/31 16:17:00 wiz Exp $
 
-SHA1 (notmuch-0.23.tar.gz) = 23dfe637aa6b1d5102f00e4cfba9ea6a729d4765
-RMD160 (notmuch-0.23.tar.gz) = b4a71eaf5c0888eb0c7650b90650f164fd08ad6d
-SHA512 (notmuch-0.23.tar.gz) = 87e3bb97035cc2d48b5b1cfdebf49576de96498d54192f7a58976e495b8b77672037a9702af194d882e9eb1e0252daeb01f49df90709434ff04d2b3db236a039
-Size (notmuch-0.23.tar.gz) = 689540 bytes
+SHA1 (notmuch-0.23.1.tar.gz) = 556cd9dc0236256e19fa31cbfef79e25157cd69f
+RMD160 (notmuch-0.23.1.tar.gz) = a1118a3ca88edd3b1585b7f3ac4f3dead7484e34
+SHA512 (notmuch-0.23.1.tar.gz) = e19bdc525090abcd4d476e4fd77d22e43001dee9b9202c45877b40d8c76bb9f522df61c19448ca42f6812e23e590e9241bda354c28205f479da50fb3ebd7bbb1
+Size (notmuch-0.23.1.tar.gz) = 690069 bytes
 SHA1 (patch-Makefile.local) = cab8635a8ff1f2f2e7dc45f2c853f90553c28606
 SHA1 (patch-aa) = 5276035fce76d9cf891d168aeba60b0eede00a09
 SHA1 (patch-lib_Makefile.local) = c81920e239d1e26d4502e57c4e7fdbd3209b6325



Home | Main Index | Thread Index | Old Index