pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/mblaze mblaze: update to 0.5.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/66e2ba2b65d0
branches:  trunk
changeset: 330105:66e2ba2b65d0
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Feb 23 19:43:08 2019 +0000

description:
mblaze: update to 0.5.

* New tool msearch to wrap several mail indexers.
* New zsh completion _mblaze.
* mnext/mprev were removed (you can call `mless +`/`mless -`).
* The GnuPG tools in contrib/ now use gpg2.
* mshow exits with error if it could not extract all attachments
* mrep: add -noquote to disable quoting the message replied to
* mdeliver: keep permissions of messages
* mcom: aborting the editor is now more like delete than cancel
* mcom: add -send to send directly without editing
* mcom: check if mail is formatted sensibly
* mpick: new flag -v for statistics
* mscan: new flag -v for statistics
* magrep: add -h, which is like -p but doesn't print the file name
* mscan: prioritize displaying trashed mail over other markers
* mpick: fix off-by-one in expression parsing
* Many bug fixes

diffstat:

 mail/mblaze/Makefile |  10 +++-------
 mail/mblaze/PLIST    |   4 +---
 mail/mblaze/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 15 deletions(-)

diffs (62 lines):

diff -r ac75ce3caeba -r 66e2ba2b65d0 mail/mblaze/Makefile
--- a/mail/mblaze/Makefile      Sat Feb 23 19:00:24 2019 +0000
+++ b/mail/mblaze/Makefile      Sat Feb 23 19:43:08 2019 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2018/08/22 09:45:26 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2019/02/23 19:43:08 wiz Exp $
 
-DISTNAME=      mblaze-0.4
-PKGREVISION=   1
+DISTNAME=      mblaze-0.5
 CATEGORIES=    mail
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=chneukirchen/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -12,13 +11,10 @@
 LICENSE=       public-domain
 
 NO_CONFIGURE=  yes
-USE_TOOLS+=    gmake
+USE_TOOLS+=    gmake perl:test
 MAKE_FILE=     GNUmakefile
 MAKE_FLAGS+=   PREFIX=${PREFIX:Q} BINDIR=${PREFIX:Q}/bin MANDIR=${PREFIX:Q}/${PKGMANDIR}
 
-# Needs prove
-TEST_DEPENDS+= perl-[0-9]*:../../lang/perl5
-
 TEST_TARGET=   check
 
 .include "../../converters/libiconv/buildlink3.mk"
diff -r ac75ce3caeba -r 66e2ba2b65d0 mail/mblaze/PLIST
--- a/mail/mblaze/PLIST Sat Feb 23 19:00:24 2019 +0000
+++ b/mail/mblaze/PLIST Sat Feb 23 19:43:08 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2018/08/17 11:04:11 leot Exp $
+@comment $NetBSD: PLIST,v 1.2 2019/02/23 19:43:08 wiz Exp $
 bin/maddr
 bin/magrep
 bin/mbnc
@@ -18,9 +18,7 @@
 bin/mlist
 bin/mmime
 bin/mmkdir
-bin/mnext
 bin/mpick
-bin/mprev
 bin/mquote
 bin/mrefile
 bin/mrep
diff -r ac75ce3caeba -r 66e2ba2b65d0 mail/mblaze/distinfo
--- a/mail/mblaze/distinfo      Sat Feb 23 19:00:24 2019 +0000
+++ b/mail/mblaze/distinfo      Sat Feb 23 19:43:08 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2018/08/17 11:04:11 leot Exp $
+$NetBSD: distinfo,v 1.2 2019/02/23 19:43:08 wiz Exp $
 
-SHA1 (mblaze-0.4.tar.gz) = b1cffa24e01f5cb3ffeb2ce0acd55f32bd5624a2
-RMD160 (mblaze-0.4.tar.gz) = 5fe8217f84f415abefffc617370593a1e42e6008
-SHA512 (mblaze-0.4.tar.gz) = ef4111712e2eac6d4c9b7617225cf53d4de25d48c853a9d72304744f5b5e53a224e7594330a7fc0245628a3e91f48c0f776d3200c6f233018a9f165e112f2201
-Size (mblaze-0.4.tar.gz) = 85934 bytes
+SHA1 (mblaze-0.5.tar.gz) = 84204f0e66313c778a6191c535ebc75061825228
+RMD160 (mblaze-0.5.tar.gz) = d5e95c3d3a0141cb33e344068cf5f44119892a77
+SHA512 (mblaze-0.5.tar.gz) = 0ad62c62ae88e273bea2db6ce344d1a405fd05567bdbb89fe61f253e9cbfcdac82f974bb999b37b1bd103d3f9ee75385bd226dae5717249c286cbb8a716fb684
+Size (mblaze-0.5.tar.gz) = 90587 bytes



Home | Main Index | Thread Index | Old Index