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

Modified Files:
        pkgsrc/mail/mblaze: Makefile PLIST distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/mail/mblaze/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/mail/mblaze/PLIST pkgsrc/mail/mblaze/distinfo

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.2 pkgsrc/mail/mblaze/Makefile:1.3
--- pkgsrc/mail/mblaze/Makefile:1.2     Wed Aug 22 09:45:26 2018
+++ pkgsrc/mail/mblaze/Makefile Sat Feb 23 19:43:08 2019
@@ -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"

Index: pkgsrc/mail/mblaze/PLIST
diff -u pkgsrc/mail/mblaze/PLIST:1.1 pkgsrc/mail/mblaze/PLIST:1.2
--- pkgsrc/mail/mblaze/PLIST:1.1        Fri Aug 17 11:04:11 2018
+++ pkgsrc/mail/mblaze/PLIST    Sat Feb 23 19:43:08 2019
@@ -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
Index: pkgsrc/mail/mblaze/distinfo
diff -u pkgsrc/mail/mblaze/distinfo:1.1 pkgsrc/mail/mblaze/distinfo:1.2
--- pkgsrc/mail/mblaze/distinfo:1.1     Fri Aug 17 11:04:11 2018
+++ pkgsrc/mail/mblaze/distinfo Sat Feb 23 19:43:08 2019
@@ -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