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:   wiz
Date:           Sat Nov  4 16:27:20 UTC 2023

Modified Files:
        pkgsrc/mail/notmuch: Makefile.common distinfo

Log Message:
notmuch: update to 0.38.1.

Notmuch 0.38.1 (2023-10-26)
===========================

CLI
---

Report parse errors in config files.

Emacs
-----

Fix image toggling for Emacs >= 29.1.

notmuch-mutt
------------

Fix syntax error in script.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/mail/notmuch/Makefile.common
cvs rdiff -u -r1.67 -r1.68 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.2 pkgsrc/mail/notmuch/Makefile.common:1.3
--- pkgsrc/mail/notmuch/Makefile.common:1.2     Sun Oct 15 07:33:48 2023
+++ pkgsrc/mail/notmuch/Makefile.common Sat Nov  4 16:27:20 2023
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile.common,v 1.2 2023/10/15 07:33:48 ryoon Exp $
+# $NetBSD: Makefile.common,v 1.3 2023/11/04 16:27:20 wiz Exp $
+# used by mail/notmuch-emacs/Makefile
 
-DISTNAME=      notmuch-0.38
+DISTNAME=      notmuch-0.38.1
 CATEGORIES=    mail
 MASTER_SITES=  https://notmuchmail.org/releases/
 EXTRACT_SUFX=  .tar.xz
@@ -14,12 +15,14 @@ PATCHDIR=   ${.CURDIR}/../../mail/notmuch/
 DISTINFO_FILE= ${.CURDIR}/../../mail/notmuch/distinfo
 
 HAS_CONFIGURE= yes
-USE_LANGUAGES= c c++11
+USE_LANGUAGES= c c++
 USE_TOOLS+=    bash gmake makeinfo pkg-config # perl:test
 MAKE_FLAGS+=   PYTHON=${PYTHONBIN}
 INFO_FILES=    yes
 TEST_TARGET=   check
 
+USE_CXX_FEATURES+=     c++11
+
 PYTHON_FOR_BUILD_ONLY=         tool
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 

Index: pkgsrc/mail/notmuch/distinfo
diff -u pkgsrc/mail/notmuch/distinfo:1.67 pkgsrc/mail/notmuch/distinfo:1.68
--- pkgsrc/mail/notmuch/distinfo:1.67   Sun Oct 15 07:33:48 2023
+++ pkgsrc/mail/notmuch/distinfo        Sat Nov  4 16:27:20 2023
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.67 2023/10/15 07:33:48 ryoon Exp $
+$NetBSD: distinfo,v 1.68 2023/11/04 16:27:20 wiz Exp $
 
-BLAKE2s (notmuch-0.38.tar.xz) = d82d6b26ae8dff7d45dc24a209effa676341a78281f5eec8cb397377ff51ab9b
-SHA512 (notmuch-0.38.tar.xz) = be08d3623300ae2f7843d753ed5b18a85adeb215b4450e01a833d45f6a4148f8e8e72384a54719618b3cb07f1639c1d72384ccfbbc23cc5e317a1dc016d8db06
-Size (notmuch-0.38.tar.xz) = 804536 bytes
+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
 SHA1 (patch-configure) = d5a2e96168d6198a7781f24af107eb999290d83e
 SHA1 (patch-emacs_Makefile.local) = 4a36a2c165852a098a45c8b99c8372d65d33b07c



Home | Main Index | Thread Index | Old Index