pkgsrc-Changes-HG archive

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

[.joined/pkgsrc/trunk]: .joined/pkgsrc/mail/mblaze Update to 1.2. From the ch...



details:   https://anonhg.NetBSD.org/.joined/pkgsrc/rev/b379d12ed9ba
branches:  trunk
changeset: 371048:b379d12ed9ba
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Tue Jan 04 12:21:47 2022 +0000

description:
Update to 1.2. From the changelog:

* Caution! The tools mdeliver and mexport were buggy in handling and
  generation of trailing empty lines in MBOX-RD.  Do not import
  mbox files generated by mexport >=1.2 with mdeliver <1.2 if you
  require verbatim message delivery.
* mshow: add "-A all" to render all attachments
* msed: match header names case insensitively
* mless: prefer setting LESSKEYIN and using .mlesskey
* mcom: take Delivered-To into account for choosing From address
* mcom: allow tilde prefixed path for profile's outbox setting
* mcom: detect and report mmime errors
* add contrib/mmailto, a handler for mailto: links
* Many bug fixes.

diffstat:

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

diffs (46 lines):

diff -r ba9509d60b89 -r b379d12ed9ba mail/mblaze/Makefile
--- a/mail/mblaze/Makefile      Tue Jan 04 11:01:42 2022 +0000
+++ b/mail/mblaze/Makefile      Tue Jan 04 12:21:47 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2021/05/24 19:52:42 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2022/01/04 12:21:47 schmonz Exp $
 
-DISTNAME=      mblaze-1.0
-PKGREVISION=   1
+DISTNAME=      mblaze-1.2
 CATEGORIES=    mail
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=leahneukirchen/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
diff -r ba9509d60b89 -r b379d12ed9ba mail/mblaze/distinfo
--- a/mail/mblaze/distinfo      Tue Jan 04 11:01:42 2022 +0000
+++ b/mail/mblaze/distinfo      Tue Jan 04 12:21:47 2022 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.7 2021/10/26 10:54:07 nia Exp $
+$NetBSD: distinfo,v 1.8 2022/01/04 12:21:47 schmonz Exp $
 
-BLAKE2s (mblaze-1.0.tar.gz) = 4266d5733b2b4ec401e50a0017fef5b50d822aca4909eff350000adf7b625f8d
-SHA512 (mblaze-1.0.tar.gz) = b7c76404018ac7954d2650c8486d743d53e189cd9be1a15e349d7618b90b4879bc7383fcd2623357aed9315343ec8fa36edd1fafa457cc5b69cff410a91c3a9a
-Size (mblaze-1.0.tar.gz) = 95676 bytes
-SHA1 (patch-t_7000-mseq.t) = 4c37f5dd2ff2589051a3ce09898d89e37f84072a
+BLAKE2s (mblaze-1.2.tar.gz) = 990da5322268c444b78c6fdb6c577755814624f8322a4f4143456dc39b4aced2
+SHA512 (mblaze-1.2.tar.gz) = 32f1ed6332d3b481d501e6f4f64fbd9b74ac26aabf55862da8b2444144e9a39f908143c3ec77b0adce90f08455e7544af9f19458d4e628c36c06ee407d81548a
+Size (mblaze-1.2.tar.gz) = 99578 bytes
diff -r ba9509d60b89 -r b379d12ed9ba mail/mblaze/patches/patch-t_7000-mseq.t
--- a/mail/mblaze/patches/patch-t_7000-mseq.t   Tue Jan 04 11:01:42 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$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