pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/mu
Module Name: pkgsrc
Committed By: ktnb
Date: Mon May 6 12:05:52 UTC 2024
Modified Files:
pkgsrc/mail/mu: Makefile PLIST.emacs distinfo
Removed Files:
pkgsrc/mail/mu/patches: patch-lib_utils_mu-utils-file.cc
patch-mu_mu-cmd-find.cc
Log Message:
mu: update to 1.12.5
Packaging changes:
Removed patches that explicitly add in sys/wait.h since upstream has
fixed this bug on their end.
Upstream changes:
1.12.4 -> 1.12.5:
- Rework message composition; split off parts into mu4e-draft.el
This tries harder to maintain the current buffer as expected
This fixes e.g. emacs-report-bug handling
- New hook mu4e-compose-post-hook for tweaking what mu4e does when
we're done with a message (after sending, cancelling, ...).
By default, it tries to close the frame if needed, and restore
the window configuration. See its docstring.
- Better handle forwarding of encoded messages
- Don't remove non-mu4e completion in composer
- Integrate iCalendar support with message-composition
- Handle mu4e-sent-messages-behavior correctly when it's a function
- Better support NetBSD
- Support some file systems that don't put the file type in d_type
- Improve documentation
1.12.3 -> 1.12.4:
- query when quitting emacs with unhandled marks in a headers buffer
- fix mime-handling
- update sent handling (simplifying it)
- some internal improvements
- number of small fixes / updates
- documentation updates
- re-enable a specific database lock; this makes indexing a bit
slower, but hopefully avoids some db corruption.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/mail/mu/Makefile pkgsrc/mail/mu/PLIST.emacs \
pkgsrc/mail/mu/distinfo
cvs rdiff -u -r1.1 -r0 \
pkgsrc/mail/mu/patches/patch-lib_utils_mu-utils-file.cc \
pkgsrc/mail/mu/patches/patch-mu_mu-cmd-find.cc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mail/mu/Makefile
diff -u pkgsrc/mail/mu/Makefile:1.1 pkgsrc/mail/mu/Makefile:1.2
--- pkgsrc/mail/mu/Makefile:1.1 Thu May 2 13:35:48 2024
+++ pkgsrc/mail/mu/Makefile Mon May 6 12:05:52 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2024/05/02 13:35:48 ktnb Exp $
+# $NetBSD: Makefile,v 1.2 2024/05/06 12:05:52 ktnb Exp $
-DISTNAME= mu-1.12.3
+DISTNAME= mu-1.12.5
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_GITHUB:=djcb/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Index: pkgsrc/mail/mu/PLIST.emacs
diff -u pkgsrc/mail/mu/PLIST.emacs:1.1 pkgsrc/mail/mu/PLIST.emacs:1.2
--- pkgsrc/mail/mu/PLIST.emacs:1.1 Thu May 2 13:35:48 2024
+++ pkgsrc/mail/mu/PLIST.emacs Mon May 6 12:05:52 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST.emacs,v 1.1 2024/05/02 13:35:48 ktnb Exp $
+@comment $NetBSD: PLIST.emacs,v 1.2 2024/05/06 12:05:52 ktnb Exp $
info/mu4e.info
man/man1/mu-add.1
man/man1/mu-cfind.1
@@ -34,6 +34,8 @@ ${EMACS_LISPPREFIX}/mu4e/mu4e-context.el
${EMACS_LISPPREFIX}/mu4e/mu4e-context.elc
${EMACS_LISPPREFIX}/mu4e/mu4e-contrib.el
${EMACS_LISPPREFIX}/mu4e/mu4e-contrib.elc
+${EMACS_LISPPREFIX}/mu4e/mu4e-draft.el
+${EMACS_LISPPREFIX}/mu4e/mu4e-draft.elc
${EMACS_LISPPREFIX}/mu4e/mu4e-folders.el
${EMACS_LISPPREFIX}/mu4e/mu4e-folders.elc
${EMACS_LISPPREFIX}/mu4e/mu4e-headers.el
Index: pkgsrc/mail/mu/distinfo
diff -u pkgsrc/mail/mu/distinfo:1.1 pkgsrc/mail/mu/distinfo:1.2
--- pkgsrc/mail/mu/distinfo:1.1 Thu May 2 13:35:48 2024
+++ pkgsrc/mail/mu/distinfo Mon May 6 12:05:52 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.1 2024/05/02 13:35:48 ktnb Exp $
+$NetBSD: distinfo,v 1.2 2024/05/06 12:05:52 ktnb Exp $
-BLAKE2s (mu-1.12.3.tar.gz) = bb68bcd5bd4c70ca715edf5aba81e6fe93a425b15dae277d674a5efa41d401c8
-SHA512 (mu-1.12.3.tar.gz) = 018a7abb91dd61f27bb4f6d1ce1b52f762f42383a73fd63f0c42264fe3938530dd232b4315d1f599fa2974938a22ead7d0dc2c188b1e45c8acbc1ce21f287d66
-Size (mu-1.12.3.tar.gz) = 958099 bytes
+BLAKE2s (mu-1.12.5.tar.gz) = 9d5c0f7412035aabbbd0bb4ac8c18fa47b8041f1f1aceb18c09a12325f861291
+SHA512 (mu-1.12.5.tar.gz) = 2a879f0ebb955729f3ba5c30615df3752d0d3a5909647bf98f05e666c71fb74beeb2ecdd7f86db93f6739befdeca2b67cb7d4d1e6e2bd35028191a7ac86b435e
+Size (mu-1.12.5.tar.gz) = 959726 bytes
SHA1 (patch-lib_utils_mu-logger.cc) = 9fbc427529d2b3696d41a980f2926e8b28f0f76f
SHA1 (patch-lib_utils_mu-utils-file.cc) = e35e880a64f39e3f26c1a635fd6ac4f2ea1b4b50
SHA1 (patch-mu_mu-cmd-find.cc) = 1ae455a4939eed86b1cac75a6af347c7ffd61be6
Home |
Main Index |
Thread Index |
Old Index