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 BDCF27A2B3 for ; Fri, 17 Mar 2017 22:43:54 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 70B858556B; Fri, 17 Mar 2017 22:43:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0275684CE3 for ; Fri, 17 Mar 2017 22:43:54 +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 raBpdQVERl_R for ; Fri, 17 Mar 2017 22:43:53 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 65FEA84CDD for ; Fri, 17 Mar 2017 22:43:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 64574FBE4; Fri, 17 Mar 2017 22:43:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1489790633270940" MIME-Version: 1.0 Date: Fri, 17 Mar 2017 22:43:53 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20170317224353.64574FBE4@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. --_----------=_1489790633270940 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rillig Date: Fri Mar 17 22:43:53 UTC 2017 Modified Files: pkgsrc/doc: CHANGES-2017 Log Message: Updated pkgtools/pkglint to 5.4.19 To generate a diff of this commit: cvs rdiff -u -r1.1189 -r1.1190 pkgsrc/doc/CHANGES-2017 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1489790633270940 Content-Disposition: inline Content-Length: 726 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2017 diff -u pkgsrc/doc/CHANGES-2017:1.1189 pkgsrc/doc/CHANGES-2017:1.1190 --- pkgsrc/doc/CHANGES-2017:1.1189 Fri Mar 17 22:41:17 2017 +++ pkgsrc/doc/CHANGES-2017 Fri Mar 17 22:43:53 2017 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2017,v 1.1189 2017/03/17 22:41:17 adam Exp $ +$NetBSD: CHANGES-2017,v 1.1190 2017/03/17 22:43:53 rillig Exp $ Changes to the packages collection and infrastructure in 2017: @@ -1447,3 +1447,4 @@ Changes to the packages collection and i Updated devel/polly to 4.0.0 [adam 2017-03-17] Updated devel/lldb to 4.0.0 [adam 2017-03-17] Updated devel/include-what-you-use to 0.7nb2 [adam 2017-03-17] + Updated pkgtools/pkglint to 5.4.19 [rillig 2017-03-17] --_----------=_1489790633270940--