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 Jul 21 11:53:04 UTC 2025

Modified Files:
        pkgsrc/mail/mu: Makefile PLIST distinfo

Log Message:
mu: update to 1.12.12

- In 'mu init', --my-address has been renamed into --personal-address
  for consistency. The old name still works.
- Emacs bookmarks can be now also be created for mu4e queries; see
  the mu4e-emacs-bookmark-policy defcustom
- Support dash when completing maildirs
- Add defcustom for mu4e-compose-jump-to-reasonable-place, so it can
  be overridden, e.g. in compose hooks.
- In mu4e, make indexing snappier when there no new messages
- Experimental new Guile bindings under scm/, including a reference
  manual and unit tests.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/mail/mu/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/mail/mu/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/mail/mu/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/mu/Makefile
diff -u pkgsrc/mail/mu/Makefile:1.17 pkgsrc/mail/mu/Makefile:1.18
--- pkgsrc/mail/mu/Makefile:1.17        Mon May 12 17:21:51 2025
+++ pkgsrc/mail/mu/Makefile     Mon Jul 21 11:53:04 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2025/05/12 17:21:51 ktnb Exp $
+# $NetBSD: Makefile,v 1.18 2025/07/21 11:53:04 ktnb Exp $
 
-DISTNAME=      mu-1.12.11
+DISTNAME=      mu-1.12.12
 CATEGORIES=    mail
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=djcb/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/mail/mu/PLIST
diff -u pkgsrc/mail/mu/PLIST:1.2 pkgsrc/mail/mu/PLIST:1.3
--- pkgsrc/mail/mu/PLIST:1.2    Mon Mar  3 02:26:54 2025
+++ pkgsrc/mail/mu/PLIST        Mon Jul 21 11:53:04 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2025/03/03 02:26:54 ktnb Exp $
+@comment $NetBSD: PLIST,v 1.3 2025/07/21 11:53:04 ktnb Exp $
 bin/mu
 info/mu4e.info
 man/man1/mu-add.1
@@ -12,6 +12,7 @@ man/man1/mu-init.1
 man/man1/mu-mkdir.1
 man/man1/mu-move.1
 man/man1/mu-remove.1
+man/man1/mu-scm.1
 man/man1/mu-server.1
 man/man1/mu-verify.1
 man/man1/mu-view.1

Index: pkgsrc/mail/mu/distinfo
diff -u pkgsrc/mail/mu/distinfo:1.9 pkgsrc/mail/mu/distinfo:1.10
--- pkgsrc/mail/mu/distinfo:1.9 Mon May 12 17:21:51 2025
+++ pkgsrc/mail/mu/distinfo     Mon Jul 21 11:53:04 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2025/05/12 17:21:51 ktnb Exp $
+$NetBSD: distinfo,v 1.10 2025/07/21 11:53:04 ktnb Exp $
 
-BLAKE2s (mu-1.12.11.tar.gz) = 11c146f91e8046517e8e06c4420ce7eb5253dbda24a4066f1c38087c76659631
-SHA512 (mu-1.12.11.tar.gz) = 9c3fd931eff7fbbc02fed18063d81b7b4997af48b35b45b062b1e1b17251b1442f3a349560b91015dc70daac2bab14f16ea62160a3ac22fec2d4683ce19a364a
-Size (mu-1.12.11.tar.gz) = 986385 bytes
+BLAKE2s (mu-1.12.12.tar.gz) = 71ec0c2e0de7614fa9d7b94ac51514784675e3626ed44f9235a3fbd7172d6b56
+SHA512 (mu-1.12.12.tar.gz) = f797112a48909e0732a6a7ad4165e3276a1ba396e0dcfe565baaf4df70c1fb734b22a307db7a71e37ead0e09c7197cb50ebbc2f39ebd6e736616e3d0ece05a93
+Size (mu-1.12.12.tar.gz) = 1008167 bytes
 SHA1 (patch-mu4e_meson.build) = 8578ab905d8bb4e26b7ad27cf6cb3d68d353c7e1



Home | Main Index | Thread Index | Old Index