Index: mail/mu/Makefile =================================================================== RCS file: /cvs/ports/mail/mu/Makefile,v retrieving revision 1.39 diff -u -p -u -p -r1.39 Makefile --- mail/mu/Makefile 5 Nov 2022 17:06:29 -0000 1.39 +++ mail/mu/Makefile 18 Dec 2022 18:26:15 -0000 @@ -1,10 +1,9 @@ COMMENT= maildir indexer and searcher with emacs frontend -V= 1.8.11 +V= 1.8.13 GUILE_V= 3.0 DISTNAME= mu-$V -REVISION= 0 FLAVORS= guile FLAVOR ?= Index: mail/mu/distinfo =================================================================== RCS file: /cvs/ports/mail/mu/distinfo,v retrieving revision 1.24 diff -u -p -u -p -r1.24 distinfo --- mail/mu/distinfo 27 Oct 2022 22:29:58 -0000 1.24 +++ mail/mu/distinfo 18 Dec 2022 18:26:15 -0000 @@ -1,2 +1,2 @@ -SHA256 (mu-1.8.11.tar.xz) = 1MHPbddsl9zVPhRo2f+C3B4QIDvmB60ySbp6xBdgNDk= -SIZE (mu-1.8.11.tar.xz) = 543168 +SHA256 (mu-1.8.13.tar.xz) = INacGpGMHkjm2/U3XYfvPtNYu2s7fQoSDpOoixbVoCY= +SIZE (mu-1.8.13.tar.xz) = 543696 Index: mail/mu/patches/patch-lib_mu-store_cc =================================================================== RCS file: /cvs/ports/mail/mu/patches/patch-lib_mu-store_cc,v retrieving revision 1.1 diff -u -p -u -p -r1.1 patch-lib_mu-store_cc --- mail/mu/patches/patch-lib_mu-store_cc 31 Jul 2022 11:43:48 -0000 1.1 +++ mail/mu/patches/patch-lib_mu-store_cc 18 Dec 2022 18:26:15 -0000 @@ -3,7 +3,7 @@ fix time_t format specifier Index: lib/mu-store.cc --- lib/mu-store.cc.orig +++ lib/mu-store.cc -@@ -599,7 +599,7 @@ Store::set_dirstamp(const std::string& path, time_t ts +@@ -603,7 +603,7 @@ Store::set_dirstamp(const std::string& path, time_t ts { std::array data{}; const auto len = static_cast( Index: mail/mu/patches/patch-lib_utils_mu-utils-format_hh =================================================================== RCS file: /cvs/ports/mail/mu/patches/patch-lib_utils_mu-utils-format_hh,v retrieving revision 1.1 diff -u -p -u -p -r1.1 patch-lib_utils_mu-utils-format_hh --- mail/mu/patches/patch-lib_utils_mu-utils-format_hh 31 Jul 2022 11:43:48 -0000 1.1 +++ mail/mu/patches/patch-lib_utils_mu-utils-format_hh 18 Dec 2022 18:26:15 -0000 @@ -1,7 +1,7 @@ Index: lib/utils/mu-utils-format.hh --- lib/utils/mu-utils-format.hh.orig +++ lib/utils/mu-utils-format.hh -@@ -49,7 +49,7 @@ std::string format(const char* frm, ...) __attribute__ +@@ -52,7 +52,7 @@ std::string format(const char* frm, ...) __attribute__ * * @return a formatted string */