pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/mblaze Update to 1.0, provided by maintainer in P...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bfae0fd7d210
branches:  trunk
changeset: 440792:bfae0fd7d210
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Mon Oct 19 08:18:46 2020 +0000

description:
Update to 1.0, provided by maintainer in PR pkg/55732. From the changelog:

## 1.0 (2020-09-12)

* 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.

## 0.7 (2020-05-15)

* All tools now follow symlinks to mails.
* mdirs: add -a to list all subfolders, ignoring Maildir++ convention.
* mcom: add preview alias for show command.
* mrep/mbnc: allow only one message as argument.
* maddr: add -d to only print display name.
* mthread: add -r to reverse top-level order.
* mlist: print number of matches when message selection is in place.
* mpick: many improvements.
* Many bug fixes.

diffstat:

 mail/mblaze/Makefile                    |   5 ++---
 mail/mblaze/distinfo                    |  11 ++++++-----
 mail/mblaze/patches/patch-t_7000-mseq.t |  15 +++++++++++++++
 3 files changed, 23 insertions(+), 8 deletions(-)

diffs (48 lines):

diff -r be066fc5f75f -r bfae0fd7d210 mail/mblaze/Makefile
--- a/mail/mblaze/Makefile      Mon Oct 19 07:16:05 2020 +0000
+++ b/mail/mblaze/Makefile      Mon Oct 19 08:18:46 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2020/08/31 18:09:57 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2020/10/19 08:18:46 schmonz Exp $
 
-DISTNAME=      mblaze-0.6
-PKGREVISION=   1
+DISTNAME=      mblaze-1.0
 CATEGORIES=    mail
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=leahneukirchen/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
diff -r be066fc5f75f -r bfae0fd7d210 mail/mblaze/distinfo
--- a/mail/mblaze/distinfo      Mon Oct 19 07:16:05 2020 +0000
+++ b/mail/mblaze/distinfo      Mon Oct 19 08:18:46 2020 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.4 2020/01/27 10:39:19 wiz Exp $
+$NetBSD: distinfo,v 1.5 2020/10/19 08:18:46 schmonz Exp $
 
-SHA1 (mblaze-0.6.tar.gz) = 1482f6d29bf33cc0f39ba5b4d89c4600994c979a
-RMD160 (mblaze-0.6.tar.gz) = 1a14d0008018e654ef6f86628c90890cd7a81a52
-SHA512 (mblaze-0.6.tar.gz) = 3d3c50d6ea82271f2c1c4139111826df5457fed671ea22d36f168857cfb41861278af6aba687704f4bd5f7ff997abaf7b809c5d6c6767e39954aab0bfff0564d
-Size (mblaze-0.6.tar.gz) = 91623 bytes
+SHA1 (mblaze-1.0.tar.gz) = f273b377fb3ad565b84f9fffd883a4e44078c8ae
+RMD160 (mblaze-1.0.tar.gz) = 0ac493f16435ec696c81f9b69fe039f8e6fbf4a5
+SHA512 (mblaze-1.0.tar.gz) = b7c76404018ac7954d2650c8486d743d53e189cd9be1a15e349d7618b90b4879bc7383fcd2623357aed9315343ec8fa36edd1fafa457cc5b69cff410a91c3a9a
+Size (mblaze-1.0.tar.gz) = 95676 bytes
+SHA1 (patch-t_7000-mseq.t) = 4c37f5dd2ff2589051a3ce09898d89e37f84072a
diff -r be066fc5f75f -r bfae0fd7d210 mail/mblaze/patches/patch-t_7000-mseq.t
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/mblaze/patches/patch-t_7000-mseq.t   Mon Oct 19 08:18:46 2020 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-t_7000-mseq.t,v 1.1 2020/10/19 08:18:47 schmonz Exp $
+
+Apply upstream 4d566a6 to fix tests.
+
+--- t/7000-mseq.t.orig 2020-09-12 16:14:35.000000000 +0000
++++ t/7000-mseq.t
+@@ -31,7 +31,7 @@ check_test 'whole thread' -eq 4 'mseq 6=
+ check_test  'subthread' -eq 2 'mseq 7_ | wc -l'
+ check 'parent' 'mseq 6^ | grep "inbox/cur/5_1:2,"'
+ check_test 'range' -eq 3 'mseq 1:3 | wc -l'
+-check_same 'multiple mmsg' 'mseq 1 2' 'echo "inbox/cur/1:2,\ninbox/cur/2:2,"'
++check_same 'multiple mmsg' 'mseq 1 2' 'printf "inbox/cur/1:2,\ninbox/cur/2:2,\n"'
+ 
+ cat <<! >seq
+ inbox/cur/1:2,



Home | Main Index | Thread Index | Old Index