summaryrefslogtreecommitdiff
path: root/mail/mblaze
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2019-02-23 19:43:08 +0000
committerwiz <wiz@pkgsrc.org>2019-02-23 19:43:08 +0000
commitf710267d4d9904f95908429ccf1dda3997b16472 (patch)
tree073fcb5d7f92f78be71eebcb5dce1ab0728ef699 /mail/mblaze
parent032b75c4f47ae11074daf46e06eaa5b41e34d6f4 (diff)
downloadpkgsrc-f710267d4d9904f95908429ccf1dda3997b16472.tar.gz
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 (limited to 'mail/mblaze')
-rw-r--r--mail/mblaze/Makefile10
-rw-r--r--mail/mblaze/PLIST4
-rw-r--r--mail/mblaze/distinfo10
3 files changed, 9 insertions, 15 deletions
diff --git a/mail/mblaze/Makefile b/mail/mblaze/Makefile
index 8613bbb3f59..035ae7d2824 100644
--- a/mail/mblaze/Makefile
+++ b/mail/mblaze/Makefile
@@ -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 @@ COMMENT= Set of Maildir utilities
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 --git a/mail/mblaze/PLIST b/mail/mblaze/PLIST
index f342d717ca2..06f84b3e161 100644
--- a/mail/mblaze/PLIST
+++ b/mail/mblaze/PLIST
@@ -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/mless
bin/mlist
bin/mmime
bin/mmkdir
-bin/mnext
bin/mpick
-bin/mprev
bin/mquote
bin/mrefile
bin/mrep
diff --git a/mail/mblaze/distinfo b/mail/mblaze/distinfo
index 4a14208b14b..96f044b6124 100644
--- a/mail/mblaze/distinfo
+++ b/mail/mblaze/distinfo
@@ -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