diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2021-10-23 23:25:58 -0300 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2021-10-23 23:49:00 -0300 |
commit | c4fceecd9121fd46646322bb4442d3116800e448 (patch) | |
tree | bce1eb67f7cabec9ae11a55379eb428277594e89 /mail/notmuch | |
parent | 32784eda79bb2dceb4ae74f6ac2acc9b6ae46935 (diff) | |
download | freebsd-ports-c4fceecd9121fd46646322bb4442d3116800e448.zip |
mail/notmuch: Update to 0.34
Notmuch 0.34 (2021-10-20)
=========================
General
-------
An optional new s-expression based query parser is available if
notmuch is built with the `sfsexp` library. See
notmuch-sexp-queries(7) for syntax, and use `notmuch config get
built_with.sexpr_query` to check if notmuch is compiled with
s-expression query support.
CLI
---
Support multiple `Delivered-To` headers in notmuch-reply(1).
Emacs
-----
Functions are now allowed in `notmuch-search-result-format`.
Improvements to unthreaded view on large threads.
Tolerate bad/missing working directory for most commands.
Allow customization of tree drawing symbols in notmuch-tree mode.
Diffstat (limited to 'mail/notmuch')
-rw-r--r-- | mail/notmuch/Makefile | 3 | ||||
-rw-r--r-- | mail/notmuch/distinfo | 6 | ||||
-rw-r--r-- | mail/notmuch/pkg-plist | 3 |
3 files changed, 7 insertions, 5 deletions
diff --git a/mail/notmuch/Makefile b/mail/notmuch/Makefile index 72437c78b9d1..0b4fc7a589d6 100644 --- a/mail/notmuch/Makefile +++ b/mail/notmuch/Makefile @@ -1,7 +1,7 @@ # Created by: DarwinSurvivor <darwinsurvivor@gmail.com> PORTNAME= notmuch -PORTVERSION= 0.33.2 +DISTVERSION= 0.34 PORTREVISION?= 0 CATEGORIES?= mail MASTER_SITES= https://notmuchmail.org/releases/ @@ -14,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/${WRKSRC_SUBDIR:C/[^\/]+/../g}/COPYING-GPL-3 .ifndef MASTERDIR LIB_DEPENDS= libgmime-3.0.so:mail/gmime30 \ + libsexp.so:devel/sfsexp \ libtalloc.so:devel/talloc \ libxapian.so:databases/xapian-core TEST_DEPENDS= ${LOCALBASE}/bin/gdb:devel/gdb \ diff --git a/mail/notmuch/distinfo b/mail/notmuch/distinfo index e7f02d36d60a..d4056cdd3f46 100644 --- a/mail/notmuch/distinfo +++ b/mail/notmuch/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1633294524 -SHA256 (notmuch-0.33.2.tar.xz) = 244892f6ab52a84f6b013b387cd6652d461effd36b14ef9e576604b5850b2cae -SIZE (notmuch-0.33.2.tar.xz) = 733228 +TIMESTAMP = 1635023689 +SHA256 (notmuch-0.34.tar.xz) = 83e9581542b6e387f61f30cf0f5e2d9038912ee1bb73ad64b84d1d9c543761b6 +SIZE (notmuch-0.34.tar.xz) = 748232 diff --git a/mail/notmuch/pkg-plist b/mail/notmuch/pkg-plist index e8dbf08351d7..a56d1ae0509a 100644 --- a/mail/notmuch/pkg-plist +++ b/mail/notmuch/pkg-plist @@ -17,11 +17,12 @@ %%MANPAGES%%man/man5/notmuch-hooks.5.gz %%MANPAGES%%man/man7/notmuch-properties.7.gz %%MANPAGES%%man/man7/notmuch-search-terms.7.gz +%%MANPAGES%%man/man7/notmuch-sexp-queries.7.gz bin/notmuch include/notmuch.h lib/libnotmuch.so lib/libnotmuch.so.5 -lib/libnotmuch.so.5.4.0 +lib/libnotmuch.so.5.5.0 share/bash-completion/completions/notmuch share/zsh/site-functions/_email-notmuch share/zsh/site-functions/_notmuch |