Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B3E6F84F8F for ; Fri, 1 Dec 2023 16:48:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id DBgxTVM9SGPy for ; Fri, 1 Dec 2023 16:48:08 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 2C35484EF9 for ; Fri, 1 Dec 2023 16:48:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2585FFA40; Fri, 1 Dec 2023 16:48:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170144928876230" MIME-Version: 1.0 Date: Fri, 1 Dec 2023 16:48:08 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/mail/notmuch To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20231201164808.2585FFA40@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_170144928876230 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Fri Dec 1 16:48:08 UTC 2023 Modified Files: pkgsrc/mail/notmuch: Makefile.common distinfo Log Message: notmuch, notmuch-emacs: Update to 0.38.2 Changelog: What's new in notmuch 0.38.2 ========================= Library ------- Make sorting of string maps lexicographic on (key,value) pairs. This avoids some test failures due to variation in message property output order. Emacs ----- Avoid extra separators after the last address in `notmuch-emacs-mua`. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/mail/notmuch/Makefile.common cvs rdiff -u -r1.68 -r1.69 pkgsrc/mail/notmuch/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170144928876230 Content-Disposition: inline Content-Length: 1739 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/notmuch/Makefile.common diff -u pkgsrc/mail/notmuch/Makefile.common:1.3 pkgsrc/mail/notmuch/Makefile.common:1.4 --- pkgsrc/mail/notmuch/Makefile.common:1.3 Sat Nov 4 16:27:20 2023 +++ pkgsrc/mail/notmuch/Makefile.common Fri Dec 1 16:48:07 2023 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.3 2023/11/04 16:27:20 wiz Exp $ +# $NetBSD: Makefile.common,v 1.4 2023/12/01 16:48:07 ryoon Exp $ # used by mail/notmuch-emacs/Makefile -DISTNAME= notmuch-0.38.1 +DISTNAME= notmuch-0.38.2 CATEGORIES= mail MASTER_SITES= https://notmuchmail.org/releases/ EXTRACT_SUFX= .tar.xz Index: pkgsrc/mail/notmuch/distinfo diff -u pkgsrc/mail/notmuch/distinfo:1.68 pkgsrc/mail/notmuch/distinfo:1.69 --- pkgsrc/mail/notmuch/distinfo:1.68 Sat Nov 4 16:27:20 2023 +++ pkgsrc/mail/notmuch/distinfo Fri Dec 1 16:48:07 2023 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.68 2023/11/04 16:27:20 wiz Exp $ +$NetBSD: distinfo,v 1.69 2023/12/01 16:48:07 ryoon Exp $ -BLAKE2s (notmuch-0.38.1.tar.xz) = ba0f48dc11ba1ddcf4d9fc5e83a4808d5c58cd506c4ee7efd2822ab6b383e78b -SHA512 (notmuch-0.38.1.tar.xz) = 5bb910fe4e02f9b8212d50fc7d3258a1fc98dbb1ce08a4f25dce2e314ffab9287a56962f62a8e5c594f735fe847a8cdebf0b6ccb8ff46676cd70a78f25a6675d -Size (notmuch-0.38.1.tar.xz) = 805192 bytes +BLAKE2s (notmuch-0.38.2.tar.xz) = 8706c2b8b8cce95b32e3d80c921c8a50739aaabd5a082dbed858629497bba845 +SHA512 (notmuch-0.38.2.tar.xz) = fcf5cd927d2acff1a3632c8a4790d4115320cd3ca0d7f61955789a060e363d196c6be64e0e98c883e9918f6b5032a72150977d5f80f9c890f9bd3ab8ed5d8154 +Size (notmuch-0.38.2.tar.xz) = 805268 bytes SHA1 (patch-configure) = d5a2e96168d6198a7781f24af107eb999290d83e SHA1 (patch-emacs_Makefile.local) = 4a36a2c165852a098a45c8b99c8372d65d33b07c --_----------=_170144928876230--