From nobody Sun Oct 24 02:50:49 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id A2728180271F; Sun, 24 Oct 2021 02:50:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HcMyx2tdMz3GFf; Sun, 24 Oct 2021 02:50:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 280E859D6; Sun, 24 Oct 2021 02:50:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19O2onF7099550; Sun, 24 Oct 2021 02:50:49 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19O2ondk099549; Sun, 24 Oct 2021 02:50:49 GMT (envelope-from git) Date: Sun, 24 Oct 2021 02:50:49 GMT Message-Id: <202110240250.19O2ondk099549@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Joseph Mingrone Subject: git: c4fceecd9121 - main - mail/notmuch: Update to 0.34 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jrm X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: c4fceecd9121fd46646322bb4442d3116800e448 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by jrm: URL: https://cgit.FreeBSD.org/ports/commit/?id=c4fceecd9121fd46646322bb4442d3116800e448 commit c4fceecd9121fd46646322bb4442d3116800e448 Author: Joseph Mingrone AuthorDate: 2021-10-24 02:25:58 +0000 Commit: Joseph Mingrone 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 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