Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Oct 2021 02:50:49 GMT
From:      Joseph Mingrone <jrm@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c4fceecd9121 - main - mail/notmuch: Update to 0.34
Message-ID:  <202110240250.19O2ondk099549@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jrm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c4fceecd9121fd46646322bb4442d3116800e448

commit c4fceecd9121fd46646322bb4442d3116800e448
Author:     Joseph Mingrone <jrm@FreeBSD.org>
AuthorDate: 2021-10-24 02:25:58 +0000
Commit:     Joseph Mingrone <jrm@FreeBSD.org>
CommitDate: 2021-10-24 02:49:00 +0000

    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.
---
 mail/notmuch/Makefile  | 3 ++-
 mail/notmuch/distinfo  | 6 +++---
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110240250.19O2ondk099549>