pkgsrc-Bugs archive

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

pkg/55732: mail/mblaze: Update to 1.0



>Number:         55732
>Category:       pkg
>Synopsis:       mail/mblaze: Update to 1.0
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Mon Oct 19 07:05:00 +0000 2020
>Originator:     Sunil Nimmagadda
>Release:        -current
>Organization:
>Environment:
NetBSD x230.nimmagadda.net 9.99.74 NetBSD 9.99.74 (GENERIC) #0: Fri Oct 16 22:39:21 UTC 2020  mkrepro%mkrepro.NetBSD.org@localhost:/usr/src/sys/arch/amd64/compile/GENERIC amd64
>Description:
This diff updates mail/mblaze to latest version 1.0.
The patch to t/7000-mseq.t is grabbed from upstream commitId 4d566a6afe30a7b518aa924d763962477bf5cbfe to fix tests.
>How-To-Repeat:

>Fix:
diff --git a/mail/mblaze/Makefile b/mail/mblaze/Makefile
--- a/mail/mblaze/Makefile
+++ b/mail/mblaze/Makefile
@@ -1,7 +1,6 @@
 # $NetBSD: Makefile,v 1.8 2020/08/31 18:09:57 wiz Exp $
 
-DISTNAME=	mblaze-0.6
-PKGREVISION=	1
+DISTNAME=	mblaze-1.0
 CATEGORIES=	mail
 MASTER_SITES=	${MASTER_SITE_GITHUB:=leahneukirchen/}
 GITHUB_TAG=	v${PKGVERSION_NOREV}
diff --git a/mail/mblaze/distinfo b/mail/mblaze/distinfo
--- a/mail/mblaze/distinfo
+++ b/mail/mblaze/distinfo
@@ -1,6 +1,6 @@
 $NetBSD: distinfo,v 1.4 2020/01/27 10:39:19 wiz 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
diff --git a/mail/mblaze/patches/patch-t_7000-mseq.t b/mail/mblaze/patches/patch-t_7000-mseq.t
new file mode 100644
--- /dev/null
+++ b/mail/mblaze/patches/patch-t_7000-mseq.t
@@ -0,0 +1,13 @@
+$NetBSD$
+
+--- 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