Hello, Simple update for mail/mu.
Software changes according to upstream: A few more updates -- lazy indexing and thread-subjects, org link config. Port Changes: * Bumped version * dropped patch-lib_utils_mu-util_c (fixed upstream) OK? Bye, Stefan Index: mail/mu/Makefile =================================================================== RCS file: /cvs/ports/mail/mu/Makefile,v retrieving revision 1.25 diff -u -p -u -p -r1.25 Makefile --- mail/mu/Makefile 7 Aug 2021 18:44:09 -0000 1.25 +++ mail/mu/Makefile 14 Aug 2021 14:38:46 -0000 @@ -2,7 +2,7 @@ COMMENT= maildir indexer and searcher with emacs frontend -V= 1.6.2 +V= 1.6.3 GUILE_V= 2.2 DISTNAME= mu-$V Index: mail/mu/distinfo =================================================================== RCS file: /cvs/ports/mail/mu/distinfo,v retrieving revision 1.12 diff -u -p -u -p -r1.12 distinfo --- mail/mu/distinfo 7 Aug 2021 18:44:09 -0000 1.12 +++ mail/mu/distinfo 14 Aug 2021 14:38:46 -0000 @@ -1,2 +1,2 @@ -SHA256 (mu-1.6.2.tar.xz) = N0QeQeuK+K8niXIKh5PsyulPp+xTMJmIQUwZREKfl0o= -SIZE (mu-1.6.2.tar.xz) = 866560 +SHA256 (mu-1.6.3.tar.xz) = /ihu68LZogYKZ8Nlrtfdem3h/hBPido2l22HNyAHVLY= +SIZE (mu-1.6.3.tar.xz) = 867224 Index: mail/mu/patches/patch-lib_utils_mu-util_c =================================================================== RCS file: mail/mu/patches/patch-lib_utils_mu-util_c diff -N mail/mu/patches/patch-lib_utils_mu-util_c --- mail/mu/patches/patch-lib_utils_mu-util_c 7 Aug 2021 18:44:09 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,18 +0,0 @@ -$OpenBSD: patch-lib_utils_mu-util_c,v 1.1 2021/08/07 18:44:09 abieber Exp $ - -Bring S_ISLNK into scope - -Index: lib/utils/mu-util.c ---- lib/utils/mu-util.c.orig -+++ lib/utils/mu-util.c -@@ -23,10 +23,6 @@ - #include <config.h> - #endif /*HAVE_CONFIG_H*/ - --#ifndef _XOPEN_SOURCE --#define _XOPEN_SOURCE (500) --#endif /*_XOPEN_SOURCE*/ -- - #include "mu-util.h" - #ifdef HAVE_WORDEXP_H - #include <wordexp.h> /* for shell-style globbing */