pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mail/notmuch



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.

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



Home | Main Index | Thread Index | Old Index