Sat Feb 23 19:43:08 2019 UTC ()
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


(wiz)
diff -r1.2 -r1.3 pkgsrc/mail/mblaze/Makefile
diff -r1.1 -r1.2 pkgsrc/mail/mblaze/PLIST
diff -r1.1 -r1.2 pkgsrc/mail/mblaze/distinfo

cvs diff -r1.2 -r1.3 pkgsrc/mail/mblaze/Makefile (expand / switch to unified diff)

--- pkgsrc/mail/mblaze/Makefile 2018/08/22 09:45:26 1.2
+++ pkgsrc/mail/mblaze/Makefile 2019/02/23 19:43:08 1.3
@@ -1,25 +1,21 @@ @@ -1,25 +1,21 @@
1# $NetBSD: Makefile,v 1.2 2018/08/22 09:45:26 wiz Exp $ 1# $NetBSD: Makefile,v 1.3 2019/02/23 19:43:08 wiz Exp $
2 2
3DISTNAME= mblaze-0.4 3DISTNAME= mblaze-0.5
4PKGREVISION= 1 
5CATEGORIES= mail 4CATEGORIES= mail
6MASTER_SITES= ${MASTER_SITE_GITHUB:=chneukirchen/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=chneukirchen/}
7GITHUB_TAG= v${PKGVERSION_NOREV} 6GITHUB_TAG= v${PKGVERSION_NOREV}
8 7
9MAINTAINER= sunil@nimmagadda.net 8MAINTAINER= sunil@nimmagadda.net
10HOMEPAGE= https://github.com/chneukirchen/mblaze/ 9HOMEPAGE= https://github.com/chneukirchen/mblaze/
11COMMENT= Set of Maildir utilities 10COMMENT= Set of Maildir utilities
12LICENSE= public-domain 11LICENSE= public-domain
13 12
14NO_CONFIGURE= yes 13NO_CONFIGURE= yes
15USE_TOOLS+= gmake 14USE_TOOLS+= gmake perl:test
16MAKE_FILE= GNUmakefile 15MAKE_FILE= GNUmakefile
17MAKE_FLAGS+= PREFIX=${PREFIX:Q} BINDIR=${PREFIX:Q}/bin MANDIR=${PREFIX:Q}/${PKGMANDIR} 16MAKE_FLAGS+= PREFIX=${PREFIX:Q} BINDIR=${PREFIX:Q}/bin MANDIR=${PREFIX:Q}/${PKGMANDIR}
18 17
19# Needs prove 
20TEST_DEPENDS+= perl-[0-9]*:../../lang/perl5 
21 
22TEST_TARGET= check 18TEST_TARGET= check
23 19
24.include "../../converters/libiconv/buildlink3.mk" 20.include "../../converters/libiconv/buildlink3.mk"
25.include "../../mk/bsd.pkg.mk" 21.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1 -r1.2 pkgsrc/mail/mblaze/PLIST (expand / switch to unified diff)

--- pkgsrc/mail/mblaze/PLIST 2018/08/17 11:04:11 1.1
+++ pkgsrc/mail/mblaze/PLIST 2019/02/23 19:43:08 1.2
@@ -1,36 +1,34 @@ @@ -1,36 +1,34 @@
1@comment $NetBSD: PLIST,v 1.1 2018/08/17 11:04:11 leot Exp $ 1@comment $NetBSD: PLIST,v 1.2 2019/02/23 19:43:08 wiz Exp $
2bin/maddr 2bin/maddr
3bin/magrep 3bin/magrep
4bin/mbnc 4bin/mbnc
5bin/mcolor 5bin/mcolor
6bin/mcom 6bin/mcom
7bin/mdate 7bin/mdate
8bin/mdeliver 8bin/mdeliver
9bin/mdirs 9bin/mdirs
10bin/mexport 10bin/mexport
11bin/mflag 11bin/mflag
12bin/mflow 12bin/mflow
13bin/mfwd 13bin/mfwd
14bin/mgenmid 14bin/mgenmid
15bin/mhdr 15bin/mhdr
16bin/minc 16bin/minc
17bin/mless 17bin/mless
18bin/mlist 18bin/mlist
19bin/mmime 19bin/mmime
20bin/mmkdir 20bin/mmkdir
21bin/mnext 
22bin/mpick 21bin/mpick
23bin/mprev 
24bin/mquote 22bin/mquote
25bin/mrefile 23bin/mrefile
26bin/mrep 24bin/mrep
27bin/mscan 25bin/mscan
28bin/msed 26bin/msed
29bin/mseq 27bin/mseq
30bin/mshow 28bin/mshow
31bin/msort 29bin/msort
32bin/mthread 30bin/mthread
33bin/museragent 31bin/museragent
34man/man1/maddr.1 32man/man1/maddr.1
35man/man1/magrep.1 33man/man1/magrep.1
36man/man1/mbnc.1 34man/man1/mbnc.1

cvs diff -r1.1 -r1.2 pkgsrc/mail/mblaze/distinfo (expand / switch to unified diff)

--- pkgsrc/mail/mblaze/distinfo 2018/08/17 11:04:11 1.1
+++ pkgsrc/mail/mblaze/distinfo 2019/02/23 19:43:08 1.2
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.1 2018/08/17 11:04:11 leot Exp $ 1$NetBSD: distinfo,v 1.2 2019/02/23 19:43:08 wiz Exp $
2 2
3SHA1 (mblaze-0.4.tar.gz) = b1cffa24e01f5cb3ffeb2ce0acd55f32bd5624a2 3SHA1 (mblaze-0.5.tar.gz) = 84204f0e66313c778a6191c535ebc75061825228
4RMD160 (mblaze-0.4.tar.gz) = 5fe8217f84f415abefffc617370593a1e42e6008 4RMD160 (mblaze-0.5.tar.gz) = d5e95c3d3a0141cb33e344068cf5f44119892a77
5SHA512 (mblaze-0.4.tar.gz) = ef4111712e2eac6d4c9b7617225cf53d4de25d48c853a9d72304744f5b5e53a224e7594330a7fc0245628a3e91f48c0f776d3200c6f233018a9f165e112f2201 5SHA512 (mblaze-0.5.tar.gz) = 0ad62c62ae88e273bea2db6ce344d1a405fd05567bdbb89fe61f253e9cbfcdac82f974bb999b37b1bd103d3f9ee75385bd226dae5717249c286cbb8a716fb684
6Size (mblaze-0.4.tar.gz) = 85934 bytes 6Size (mblaze-0.5.tar.gz) = 90587 bytes