pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/mblaze



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Mon Oct 19 08:18:47 UTC 2020

Modified Files:
        pkgsrc/mail/mblaze: Makefile distinfo
Added Files:
        pkgsrc/mail/mblaze/patches: patch-t_7000-mseq.t

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/mail/mblaze/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/mail/mblaze/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/mail/mblaze/patches/patch-t_7000-mseq.t

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/mblaze/Makefile
diff -u pkgsrc/mail/mblaze/Makefile:1.8 pkgsrc/mail/mblaze/Makefile:1.9
--- pkgsrc/mail/mblaze/Makefile:1.8     Mon Aug 31 18:09:57 2020
+++ pkgsrc/mail/mblaze/Makefile Mon Oct 19 08:18:46 2020
@@ -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}

Index: pkgsrc/mail/mblaze/distinfo
diff -u pkgsrc/mail/mblaze/distinfo:1.4 pkgsrc/mail/mblaze/distinfo:1.5
--- pkgsrc/mail/mblaze/distinfo:1.4     Mon Jan 27 10:39:19 2020
+++ pkgsrc/mail/mblaze/distinfo Mon Oct 19 08:18:46 2020
@@ -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

Added files:

Index: pkgsrc/mail/mblaze/patches/patch-t_7000-mseq.t
diff -u /dev/null pkgsrc/mail/mblaze/patches/patch-t_7000-mseq.t:1.1
--- /dev/null   Mon Oct 19 08:18:47 2020
+++ pkgsrc/mail/mblaze/patches/patch-t_7000-mseq.t      Mon Oct 19 08:18:47 2020
@@ -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