git: db96db170fc4 - main - mail/notmuch*: Update to 0.34.2

From: Joseph Mingrone <jrm_at_FreeBSD.org>
Date: Sat, 11 Dec 2021 00:19:11 UTC
The branch main has been updated by jrm:

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

commit db96db170fc408bba04d117810b692f0dd45eb92
Author:     Joseph Mingrone <jrm@FreeBSD.org>
AuthorDate: 2021-12-10 21:16:18 +0000
Commit:     Joseph Mingrone <jrm@FreeBSD.org>
CommitDate: 2021-12-11 00:19:00 +0000

    mail/notmuch*: Update to 0.34.2
    
    https://git.notmuchmail.org/git?p=notmuch;a=blob_plain;f=NEWS;hb=a06b76b9b3c1212b17d2bb170bdd511711f578f8
---
 mail/notmuch-emacs/Makefile | 2 +-
 mail/notmuch/Makefile       | 2 +-
 mail/notmuch/distinfo       | 6 +++---
 mail/py-notmuch2/Makefile   | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/mail/notmuch-emacs/Makefile b/mail/notmuch-emacs/Makefile
index eb8809c50d57..5eddbb423810 100644
--- a/mail/notmuch-emacs/Makefile
+++ b/mail/notmuch-emacs/Makefile
@@ -1,4 +1,4 @@
-PORTREVISION=	1
+PORTREVISION=	0
 CATEGORIES=	mail elisp
 PKGNAMESUFFIX=	${EMACS_PKGNAMESUFFIX:S/^$/-emacs/}
 COMMENT=	Emacs major-mode for the Notmuch email search and tagging application
diff --git a/mail/notmuch/Makefile b/mail/notmuch/Makefile
index 67d1a6ac7e0e..7fc663ab4640 100644
--- a/mail/notmuch/Makefile
+++ b/mail/notmuch/Makefile
@@ -1,7 +1,7 @@
 # Created by: DarwinSurvivor <darwinsurvivor@gmail.com>
 
 PORTNAME=	notmuch
-DISTVERSION=	0.34.1
+DISTVERSION=	0.34.2
 PORTREVISION?=	0
 CATEGORIES?=	mail
 MASTER_SITES=	https://notmuchmail.org/releases/
diff --git a/mail/notmuch/distinfo b/mail/notmuch/distinfo
index 3eee2372b11d..2331f0da5827 100644
--- a/mail/notmuch/distinfo
+++ b/mail/notmuch/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1636218691
-SHA256 (notmuch-0.34.1.tar.xz) = 457acf7cc4815280a76b0c4a95c64815b6d7e3d9c0342168e6d96e741f31d816
-SIZE (notmuch-0.34.1.tar.xz) = 748444
+TIMESTAMP = 1639167296
+SHA256 (notmuch-0.34.2.tar.xz) = c1f2ceee47f689711222d7205af2a3fe7a4a9d8c32e4e0b24ad66f88df6a47d3
+SIZE (notmuch-0.34.2.tar.xz) = 749384
diff --git a/mail/py-notmuch2/Makefile b/mail/py-notmuch2/Makefile
index 5ac69b9abe9f..a9bbd5e43e5b 100644
--- a/mail/py-notmuch2/Makefile
+++ b/mail/py-notmuch2/Makefile
@@ -1,6 +1,6 @@
 CATEGORIES=	mail python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-PKGNAMESUFFIX=	2
+PKGNAMESUFFIX=	0
 
 COMMENT=	Pythonic bindings for the notmuch mail database using CFFI