aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorJoseph Mingrone <jrm@FreeBSD.org>2021-12-10 21:16:18 +0000
committerJoseph Mingrone <jrm@FreeBSD.org>2021-12-11 00:19:00 +0000
commitdb96db170fc408bba04d117810b692f0dd45eb92 (patch)
treec48d39e8629cf4034a1f86a8d85727c59e68107b /mail
parent76c6f48ad6b0c644a249c0dc06d09fa930f04ab2 (diff)
downloadports-db96db170fc408bba04d117810b692f0dd45eb92.tar.gz
ports-db96db170fc408bba04d117810b692f0dd45eb92.zip
mail/notmuch*: Update to 0.34.2
Diffstat (limited to 'mail')
-rw-r--r--mail/notmuch-emacs/Makefile2
-rw-r--r--mail/notmuch/Makefile2
-rw-r--r--mail/notmuch/distinfo6
-rw-r--r--mail/py-notmuch2/Makefile2
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