Received: by mail.netbsd.org (Postfix, from userid 605) id 84DE084D3A; Sun, 12 May 2019 21:43:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9188484D27 for ; Sun, 12 May 2019 21:42:29 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 0L2aEYMMufis for ; Sun, 12 May 2019 21:42:29 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id B0BDB84EE7 for ; Sun, 12 May 2019 10:45:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AB0FAFB16; Sun, 12 May 2019 10:45:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_155765795455130" MIME-Version: 1.0 Date: Sun, 12 May 2019 10:45:54 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/mail/notmuch To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20190512104554.AB0FAFB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_155765795455130 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Sun May 12 10:45:54 UTC 2019 Modified Files: pkgsrc/mail/notmuch: Makefile distinfo Log Message: Update to 0.28.4 Changelog: What's new in notmuch 0.28.4 ========================= Command line interface ---------------------- Fix a spurious error when using `notmuch show --raw` on messages whose size is a multiple of the internal buffer size. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 pkgsrc/mail/notmuch/Makefile cvs rdiff -u -r1.38 -r1.39 pkgsrc/mail/notmuch/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_155765795455130 Content-Disposition: inline Content-Length: 1819 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/notmuch/Makefile diff -u pkgsrc/mail/notmuch/Makefile:1.49 pkgsrc/mail/notmuch/Makefile:1.50 --- pkgsrc/mail/notmuch/Makefile:1.49 Thu Apr 25 07:33:04 2019 +++ pkgsrc/mail/notmuch/Makefile Sun May 12 10:45:54 2019 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.49 2019/04/25 07:33:04 maya Exp $ +# $NetBSD: Makefile,v 1.50 2019/05/12 10:45:54 ryoon Exp $ -DISTNAME= notmuch-0.28.3 -PKGREVISION= 3 +DISTNAME= notmuch-0.28.4 CATEGORIES= mail MASTER_SITES= https://notmuchmail.org/releases/ Index: pkgsrc/mail/notmuch/distinfo diff -u pkgsrc/mail/notmuch/distinfo:1.38 pkgsrc/mail/notmuch/distinfo:1.39 --- pkgsrc/mail/notmuch/distinfo:1.38 Mon Mar 11 14:41:05 2019 +++ pkgsrc/mail/notmuch/distinfo Sun May 12 10:45:54 2019 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.38 2019/03/11 14:41:05 ryoon Exp $ +$NetBSD: distinfo,v 1.39 2019/05/12 10:45:54 ryoon Exp $ -SHA1 (notmuch-0.28.3.tar.gz) = 3ac9289c14da50909ec9020ad036b1e7cf6895b6 -RMD160 (notmuch-0.28.3.tar.gz) = 17d98c379b9cf26606280709a6a3af940d0b97ef -SHA512 (notmuch-0.28.3.tar.gz) = dd3931b78cc27540e962f1fca5f4ebb1c04b2637a5761cda023f307fd9be4b5ddc2af26010330868c55200fa96b60b2a11b3b22d4c20d2a4a2d3787421ed85cf -Size (notmuch-0.28.3.tar.gz) = 921920 bytes +SHA1 (notmuch-0.28.4.tar.gz) = 0e96aa8c28dfa33ad3ff4177bf72cad8c1d06c30 +RMD160 (notmuch-0.28.4.tar.gz) = 7b15b0ba3d1cda8f90b9b1083e14fd39b7040aae +SHA512 (notmuch-0.28.4.tar.gz) = 77d7ad81e1f7dc93ae6392346da434f6dc74c21d19be728c2a6ca283c429f36e7081387d223af58eb5f63f5d2a8ad8367f0103f0bb9d052890c07fe419abbee7 +Size (notmuch-0.28.4.tar.gz) = 922364 bytes SHA1 (patch-Makefile.global) = f436bdb163e3110a8d097f3c88198aefb126eafc SHA1 (patch-Makefile.local) = d0a83ff130de36164f1667236860aa31d481d025 SHA1 (patch-doc_conf.py) = 7492c878c96da68df16827aa0d6407c2e9808701 --_----------=_155765795455130--