Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 424557A20E for ; Mon, 16 Jan 2017 11:08:44 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id AC708856AD; Mon, 16 Jan 2017 11:08:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3D7D185680 for ; Mon, 16 Jan 2017 11:08:43 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id OeDEYVDG-QIv for ; Mon, 16 Jan 2017 11:08:42 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id C1DDA85628 for ; Mon, 16 Jan 2017 11:08:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C01BBFBA6; Mon, 16 Jan 2017 11:08:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1484564922174230" MIME-Version: 1.0 Date: Mon, 16 Jan 2017 11:08:42 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/mail/notmuch To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170116110842.C01BBFBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1484564922174230 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Jan 16 11:08:42 UTC 2017 Modified Files: pkgsrc/mail/notmuch: Makefile distinfo Log Message: Updated notmuch to 0.23.5. Notmuch 0.23.5 (2017-01-09) =========================== Build system ------------ Fix quoting bug in configure. This had introduced a RUNPATH into the notmuch binary in cases where it was not not needed. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 pkgsrc/mail/notmuch/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/mail/notmuch/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1484564922174230 Content-Disposition: inline Content-Length: 1789 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.22 pkgsrc/mail/notmuch/Makefile:1.23 --- pkgsrc/mail/notmuch/Makefile:1.22 Fri Dec 30 00:47:09 2016 +++ pkgsrc/mail/notmuch/Makefile Mon Jan 16 11:08:42 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.22 2016/12/30 00:47:09 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2017/01/16 11:08:42 wiz Exp $ -DISTNAME= notmuch-0.23.4 +DISTNAME= notmuch-0.23.5 CATEGORIES= mail MASTER_SITES= http://notmuchmail.org/releases/ Index: pkgsrc/mail/notmuch/distinfo diff -u pkgsrc/mail/notmuch/distinfo:1.17 pkgsrc/mail/notmuch/distinfo:1.18 --- pkgsrc/mail/notmuch/distinfo:1.17 Fri Dec 30 00:47:09 2016 +++ pkgsrc/mail/notmuch/distinfo Mon Jan 16 11:08:42 2017 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.17 2016/12/30 00:47:09 wiz Exp $ +$NetBSD: distinfo,v 1.18 2017/01/16 11:08:42 wiz Exp $ -SHA1 (notmuch-0.23.4.tar.gz) = a4464cef5509defde6bd87834ed3c08e3824498f -RMD160 (notmuch-0.23.4.tar.gz) = 0a9a9a017e809a053c2f0f57daf934e15d3059f8 -SHA512 (notmuch-0.23.4.tar.gz) = a90dcb822a01c1a8e07a3fce6c63f210af482e34cbf329fd56db3ea4934e7950ec641c060104729373fc3fc0b42eb1e2937f653f3a42ddae7e7e15e9927c3dff -Size (notmuch-0.23.4.tar.gz) = 691851 bytes +SHA1 (notmuch-0.23.5.tar.gz) = 98094da0f6a0851a2eb0b8208bc65a609bef2d61 +RMD160 (notmuch-0.23.5.tar.gz) = 1ca69c41a074594feebcb66161f67fa54b731a9e +SHA512 (notmuch-0.23.5.tar.gz) = 703b685737c779008484a1a5064a0a6b4c93d0c20c48a9c417e0a471b8807f5ee3151a67f0161eb6b376dce56ab42a285dd80532ec9ff79451e982a7c0f25fa1 +Size (notmuch-0.23.5.tar.gz) = 691921 bytes SHA1 (patch-Makefile.local) = cab8635a8ff1f2f2e7dc45f2c853f90553c28606 SHA1 (patch-aa) = 5276035fce76d9cf891d168aeba60b0eede00a09 SHA1 (patch-lib_Makefile.local) = c81920e239d1e26d4502e57c4e7fdbd3209b6325 --_----------=_1484564922174230--