diff options
author | schmonz <schmonz@pkgsrc.org> | 2020-10-19 08:18:46 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2020-10-19 08:18:46 +0000 |
commit | ad6ff3d4339804b00863586c3eb3e2466e7e4c5d (patch) | |
tree | 6f355547be171f0211013bd90d3030457b42a970 /mail | |
parent | c635a328bfdd4ef0521245ca40004287162d516e (diff) | |
download | pkgsrc-ad6ff3d4339804b00863586c3eb3e2466e7e4c5d.tar.gz |
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 (limited to 'mail')
-rw-r--r-- | mail/mblaze/Makefile | 5 | ||||
-rw-r--r-- | mail/mblaze/distinfo | 11 | ||||
-rw-r--r-- | mail/mblaze/patches/patch-t_7000-mseq.t | 15 |
3 files changed, 23 insertions, 8 deletions
diff --git a/mail/mblaze/Makefile b/mail/mblaze/Makefile index 5cac3521a29..b7c337a93ad 100644 --- a/mail/mblaze/Makefile +++ b/mail/mblaze/Makefile @@ -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 --git a/mail/mblaze/distinfo b/mail/mblaze/distinfo index 3df5b01f30b..02d640152d7 100644 --- a/mail/mblaze/distinfo +++ b/mail/mblaze/distinfo @@ -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 --git a/mail/mblaze/patches/patch-t_7000-mseq.t b/mail/mblaze/patches/patch-t_7000-mseq.t new file mode 100644 index 00000000000..cbb53462299 --- /dev/null +++ b/mail/mblaze/patches/patch-t_7000-mseq.t @@ -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, |