2026-02-08T13:10:46+0100 Omar Polo <[email protected]>: > Hello, > > I've almost missed the release. The changelog says that there's some > fixes for mless, but at this point I got used to mscan | less that I > haven't tested the new lesskey file :p
Hi Omar. I tried mless and it indeed does not work without the new lesskey file[0] (not even the basic :n and :p key bindings). Below is a diff that installs it as an example. Not sure if this is enough though as AFAIC mless is useless without it. What do you think? [0] https://github.com/leahneukirchen/mblaze/blob/master/mlesskey.example-openbsd diff /usr/ports path + /usr/ports commit - ed7e8ab9eefb4d4f9aa56c06e5f755628502258f blob - 4ae2ab5db4fe932f8cc591488acd6f50770b5b95 file + mail/mblaze/Makefile --- mail/mblaze/Makefile +++ mail/mblaze/Makefile @@ -1,7 +1,6 @@ COMMENT = set of Maildir utilities -DISTNAME = mblaze-1.3 -REVISION = 0 +DISTNAME = mblaze-1.4 CATEGORIES = mail HOMEPAGE = https://git.vuxu.org/mblaze/ @@ -31,6 +30,8 @@ TEST_TARGET = check post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/mblaze/contrib + ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/mblaze cd ${WRKBUILD}/contrib && pax -rw . ${PREFIX}/share/mblaze/contrib + ${INSTALL_DATA} ${WRKBUILD}/mlesskey.example-openbsd ${PREFIX}/share/examples/mblaze/mlesskey .include <bsd.port.mk> commit - ed7e8ab9eefb4d4f9aa56c06e5f755628502258f blob - d79a01ec1b46f0e6e68a07cb3ad8183ff6b82582 file + mail/mblaze/distinfo --- mail/mblaze/distinfo +++ mail/mblaze/distinfo @@ -1,2 +1,2 @@ -SHA256 (mblaze-1.3.tar.gz) = 2yx73DfrL2rAcmMjKx1w1zPt+nCc3vh9tjquxP5k2jw= -SIZE (mblaze-1.3.tar.gz) = 102829 +SHA256 (mblaze-1.4.tar.gz) = e7bys/njGWPj04w/SgoHrmcZCxMXEvT5S/N/uH+YpBs= +SIZE (mblaze-1.4.tar.gz) = 105091 commit - ed7e8ab9eefb4d4f9aa56c06e5f755628502258f blob - 2d1c03a73ae4176203ebd769e2cd38f2b91d6ea8 file + mail/mblaze/pkg/PLIST --- mail/mblaze/pkg/PLIST +++ mail/mblaze/pkg/PLIST @@ -57,6 +57,8 @@ bin/museragent @man man/man5/mblaze-profile.5 @man man/man7/mblaze.7 @man man/man7/mmsg.7 +share/examples/mblaze/ +share/examples/mblaze/mlesskey share/mblaze/ share/mblaze/contrib/ share/mblaze/contrib/README.md
