diff options
author | wiz <wiz@pkgsrc.org> | 2018-01-10 12:17:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-01-10 12:17:14 +0000 |
commit | f926a154c365ccf7428137c48d82c729c485de34 (patch) | |
tree | 870adf33e0f508aee4802d00a53a4b8860d980ab /mail/notmuch | |
parent | 93969ecdce4efbe912f3604bca5839559f2c42dc (diff) | |
download | pkgsrc-f926a154c365ccf7428137c48d82c729c485de34.tar.gz |
notmuch: update to 0.25.3.
Notmuch 0.25.3 (2017-12-08)
===========================
Emacs
-----
Extend mitigation (disabling handling x-display in text/enriched) for
Emacs bug #28350 to Emacs versions before 24.4 (i.e. without
`advice-add`).
Command Line Interface
----------------------
Correctly report userid validity. Fix test suite failure for GMime >=
3.0.3. This change raises the minimum supported version of GMime 3.x
to 3.0.3.
Diffstat (limited to 'mail/notmuch')
-rw-r--r-- | mail/notmuch/Makefile | 5 | ||||
-rw-r--r-- | mail/notmuch/distinfo | 10 |
2 files changed, 8 insertions, 7 deletions
diff --git a/mail/notmuch/Makefile b/mail/notmuch/Makefile index 272625d3195..3763081c61c 100644 --- a/mail/notmuch/Makefile +++ b/mail/notmuch/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.34 2017/11/23 15:43:15 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2018/01/10 12:17:14 wiz Exp $ -DISTNAME= notmuch-0.25.2 +DISTNAME= notmuch-0.25.3 CATEGORIES= mail MASTER_SITES= https://notmuchmail.org/releases/ @@ -37,6 +37,7 @@ SUBST_MESSAGE.sphinx= Fix sphinx command names. LDFLAGS.SunOS+= -lnsl .include "../../lang/python/application.mk" +BUILDLINK_API_DEPENDS.gmime3+= gmime3>=3.0.3 .include "../../mail/gmime3/buildlink3.mk" BUILDLINK_API_DEPENDS.xapian+= xapian>=1.2.6 .include "../../textproc/xapian/buildlink3.mk" diff --git a/mail/notmuch/distinfo b/mail/notmuch/distinfo index dbb84eba95c..d875f96eda0 100644 --- a/mail/notmuch/distinfo +++ b/mail/notmuch/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.27 2017/11/23 15:43:15 wiz Exp $ +$NetBSD: distinfo,v 1.28 2018/01/10 12:17:14 wiz Exp $ -SHA1 (notmuch-0.25.2.tar.gz) = f6f36b1017c1bdc4ec919f3d4cbaab8a85e36463 -RMD160 (notmuch-0.25.2.tar.gz) = ad89c0f6a24c55b0117816357a68b3dc591fbfb9 -SHA512 (notmuch-0.25.2.tar.gz) = 5ee7bded69cbcc980e23f1e1562bf0cc9294c20bddcc3e442030c4f29373ecbbaef79144ad38470bfc97dac87f8dfb3bc7aee2d7eb974f6998f933369aa46006 -Size (notmuch-0.25.2.tar.gz) = 882672 bytes +SHA1 (notmuch-0.25.3.tar.gz) = 9838ef013aeae7e38311a5978dbfa9eabacd3e75 +RMD160 (notmuch-0.25.3.tar.gz) = b4f0311efe48bbcefcd2ee5045185e49636761eb +SHA512 (notmuch-0.25.3.tar.gz) = 1c0fcfdeb7a7eddcd10a8175676679ef6985407732d5bcc15edd327d9985017696cef3287c0398c628a604ae3fbab5d222d71537e37265cf6a594b4914e4599a +Size (notmuch-0.25.3.tar.gz) = 883151 bytes |