Hello ports@,

1.0 release of mblaze is out, with a bunch of stuff (taken from
NEWS.md):

* Caution! Backwards incompatible changes:
  * As a message name, `-` now refers to the message on the standard
    input, and not the the previous message anymore.  Use `.-` to refer
    to the previous message in a short way. The tools will print a
    warning if you use `-` and the standard input comes from a TTY.
  * mpick: use the -F flag to read script files.
  * mpick: remove msglist support, use plain mmsg(7) arguments.
* Many mblaze tools now make use of pledge(2) on OpenBSD.
* add contrib/mcount, a tool to count mails
* mrep: use Reply-From configuration to find From header
* Many bug fixes.

Passes all the tests and I haven't ran into any pledge violations yet,
althought I haven't tested every individual command in the package.

-Lucas


Index: Makefile
===================================================================
RCS file: /home/cvs/ports/mail/mblaze/Makefile,v
retrieving revision 1.11
diff -u -p -r1.11 Makefile
--- Makefile    16 May 2020 22:16:40 -0000      1.11
+++ Makefile    12 Sep 2020 16:39:13 -0000
@@ -2,7 +2,7 @@
 
 COMMENT =      set of Maildir utilities
 
-DISTNAME =     mblaze-0.7
+DISTNAME =     mblaze-1.0
 CATEGORIES =   mail
 
 HOMEPAGE =     https://git.vuxu.org/mblaze/
Index: distinfo
===================================================================
RCS file: /home/cvs/ports/mail/mblaze/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- distinfo    16 May 2020 22:16:40 -0000      1.7
+++ distinfo    12 Sep 2020 16:39:23 -0000
@@ -1,2 +1,2 @@
-SHA256 (mblaze-0.7.tar.gz) = gE/rYlUaZFdLvxuA+t7nUavlZXyUIF+WyohPc509M/w=
-SIZE (mblaze-0.7.tar.gz) = 94775
+SHA256 (mblaze-1.0.tar.gz) = MWBh6NbPZFWpEQXFUGaWOPbgKIxTxxhfskKcVOgPIzU=
+SIZE (mblaze-1.0.tar.gz) = 95676

Reply via email to