Hi,
I'm going to update mu to the latest stable release:
Changes:
* create mu cache path if needed
* fix empty 'To:' header on reply to icalendar invitation
* use const char* from for time_to_string (avoids crash in some configs)
* mu4e-headers: appease byte-compiler
* mu4e-headers: fallback to :subject for :thread-subject
* mu-query-match-decider: add 'Related' to flags (rather than replace)
The PLIST is in fact unchanged, but update-plist wants to sort it
differently. I left this change in, so update-plist won't change it
next time.
The mu cli part is tested (on amd64). I'm always happy to hear reports
for mu4e and guile flavor tests.
OK?
Best Regards,
Stefan
Index: mail/mu/Makefile
===================================================================
RCS file: /cvs/ports/mail/mu/Makefile,v
retrieving revision 1.40
diff -u -p -u -p -r1.40 Makefile
--- mail/mu/Makefile 19 Dec 2022 18:38:39 -0000 1.40
+++ mail/mu/Makefile 6 Feb 2023 06:55:56 -0000
@@ -1,6 +1,6 @@
COMMENT= maildir indexer and searcher with emacs frontend
-V= 1.8.13
+V= 1.8.14
GUILE_V= 3.0
DISTNAME= mu-$V
Index: mail/mu/distinfo
===================================================================
RCS file: /cvs/ports/mail/mu/distinfo,v
retrieving revision 1.25
diff -u -p -u -p -r1.25 distinfo
--- mail/mu/distinfo 19 Dec 2022 18:38:39 -0000 1.25
+++ mail/mu/distinfo 6 Feb 2023 06:55:56 -0000
@@ -1,2 +1,2 @@
-SHA256 (mu-1.8.13.tar.xz) = INacGpGMHkjm2/U3XYfvPtNYu2s7fQoSDpOoixbVoCY=
-SIZE (mu-1.8.13.tar.xz) = 543696
+SHA256 (mu-1.8.14.tar.xz) = GpxeFbXotnYi9+WN+t1FOr8jLAtxW9X4m5VecERVIZw=
+SIZE (mu-1.8.14.tar.xz) = 543828
Index: mail/mu/pkg/PFRAG.guile
===================================================================
RCS file: /cvs/ports/mail/mu/pkg/PFRAG.guile,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 PFRAG.guile
--- mail/mu/pkg/PFRAG.guile 31 Jul 2022 11:43:48 -0000 1.3
+++ mail/mu/pkg/PFRAG.guile 6 Feb 2023 06:55:56 -0000
@@ -2,6 +2,11 @@
@static-lib lib/libguile-mu.a
lib/libguile-mu.la
@lib lib/libguile-mu.so.${LIBguile-mu_VERSION}
+share/guile/site/3.0/mu/
+share/guile/site/3.0/mu.scm
+share/guile/site/3.0/mu/plot.scm
+share/guile/site/3.0/mu/script.scm
+share/guile/site/3.0/mu/stats.scm
share/mu/
share/mu/scripts/
share/mu/scripts/find-dups.scm
@@ -11,8 +16,3 @@ share/mu/scripts/msgs-per-hour.scm
share/mu/scripts/msgs-per-month.scm
share/mu/scripts/msgs-per-year-month.scm
share/mu/scripts/msgs-per-year.scm
-share/guile/site/3.0/mu/
-share/guile/site/3.0/mu.scm
-share/guile/site/3.0/mu/plot.scm
-share/guile/site/3.0/mu/script.scm
-share/guile/site/3.0/mu/stats.scm