Received: by mail.netbsd.org (Postfix, from userid 605) id 5713685570; Fri, 6 Oct 2017 16:20:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DC45E84DE6 for ; Fri, 6 Oct 2017 16:20:31 +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 zUdFQx72IZeV for ; Fri, 6 Oct 2017 16:20:31 +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 6FD1784CE3 for ; Fri, 6 Oct 2017 16:20:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 66CFAFBC7; Fri, 6 Oct 2017 16:20:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1507306831169750" MIME-Version: 1.0 Date: Fri, 6 Oct 2017 16:20:31 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/mail/getmail To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20171006162031.66CFAFBC7@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. --_----------=_1507306831169750 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Fri Oct 6 16:20:31 UTC 2017 Modified Files: pkgsrc/mail/getmail: Makefile distinfo Log Message: Update to 5.4. From the changelog: - bugfix: fix another error in logging an error condition. Thanks: "ng0". To generate a diff of this commit: cvs rdiff -u -r1.157 -r1.158 pkgsrc/mail/getmail/Makefile cvs rdiff -u -r1.134 -r1.135 pkgsrc/mail/getmail/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1507306831169750 Content-Disposition: inline Content-Length: 1639 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/getmail/Makefile diff -u pkgsrc/mail/getmail/Makefile:1.157 pkgsrc/mail/getmail/Makefile:1.158 --- pkgsrc/mail/getmail/Makefile:1.157 Thu Oct 5 17:06:49 2017 +++ pkgsrc/mail/getmail/Makefile Fri Oct 6 16:20:31 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.157 2017/10/05 17:06:49 schmonz Exp $ +# $NetBSD: Makefile,v 1.158 2017/10/06 16:20:31 schmonz Exp $ -DISTNAME= getmail-5.3 +DISTNAME= getmail-5.4 CATEGORIES= mail MASTER_SITES= ${HOMEPAGE}old-versions/ Index: pkgsrc/mail/getmail/distinfo diff -u pkgsrc/mail/getmail/distinfo:1.134 pkgsrc/mail/getmail/distinfo:1.135 --- pkgsrc/mail/getmail/distinfo:1.134 Thu Oct 5 17:06:49 2017 +++ pkgsrc/mail/getmail/distinfo Fri Oct 6 16:20:31 2017 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.134 2017/10/05 17:06:49 schmonz Exp $ +$NetBSD: distinfo,v 1.135 2017/10/06 16:20:31 schmonz Exp $ -SHA1 (getmail-5.3.tar.gz) = 3438dc76c89ab46c4afe766a0d514319798d1b8e -RMD160 (getmail-5.3.tar.gz) = c0a96ccfde43aa406631904aafd8cd4cd3dea362 -SHA512 (getmail-5.3.tar.gz) = cfb01b1535c63b7ce99a22ec377ddf24d0f34e56a86e1325697568ad3a7af710cc1bf2a90846e5313fb0e1b919b84bdf1ed43b5d14b7ecdc547f223b100da374 -Size (getmail-5.3.tar.gz) = 194861 bytes +SHA1 (getmail-5.4.tar.gz) = 2102958c8d20bf34708a6ca3db58d98a63216a96 +RMD160 (getmail-5.4.tar.gz) = b667d4ff5a3a95b588e16cd08cadb5412aac6b47 +SHA512 (getmail-5.4.tar.gz) = 6557cc46df1d31116f9d28cda1232737c01a568e6ada44edb14cdec30a42160966e1e69f42c46855ce139c3b70d77747324adda8abff3dd772a54a79015b0050 +Size (getmail-5.4.tar.gz) = 194884 bytes SHA1 (patch-setup.py) = ea623975b21dee995eeb3d6dd83c69ee339338f2 --_----------=_1507306831169750--