Received: by mail.netbsd.org (Postfix, from userid 605) id B1C158520A; Fri, 10 Aug 2018 06:59:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A2AD085049 for ; Fri, 10 Aug 2018 06:59:28 +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 JlYqBKxvxC_o for ; Fri, 10 Aug 2018 06:59:28 +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 CD0F184F57 for ; Fri, 10 Aug 2018 06:59:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C00B6FBEC; Fri, 10 Aug 2018 06:59:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_153388436716570" MIME-Version: 1.0 Date: Fri, 10 Aug 2018 06:59:27 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20180810065927.C00B6FBEC@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. --_----------=_153388436716570 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Aug 10 06:59:27 UTC 2018 Modified Files: pkgsrc/doc: CHANGES-2018 Log Message: Updated devel/py-uvloop, devel/py-setuptools_scm, devel/cmake To generate a diff of this commit: cvs rdiff -u -r1.3505 -r1.3506 pkgsrc/doc/CHANGES-2018 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_153388436716570 Content-Disposition: inline Content-Length: 836 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2018 diff -u pkgsrc/doc/CHANGES-2018:1.3505 pkgsrc/doc/CHANGES-2018:1.3506 --- pkgsrc/doc/CHANGES-2018:1.3505 Thu Aug 9 20:12:15 2018 +++ pkgsrc/doc/CHANGES-2018 Fri Aug 10 06:59:27 2018 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2018,v 1.3505 2018/08/09 20:12:15 rillig Exp $ +$NetBSD: CHANGES-2018,v 1.3506 2018/08/10 06:59:27 adam Exp $ Changes to the packages collection and infrastructure in 2018: @@ -5007,3 +5007,6 @@ Changes to the packages collection and i Updated lang/rust to 1.28.0 [jperkin 2018-08-09] Updated textproc/libxml2 to 2.9.8nb2 [snj 2018-08-09] Updated pkgtools/pkglint to 5.5.16 [rillig 2018-08-09] + Updated devel/py-uvloop to 0.11.2 [adam 2018-08-10] + Updated devel/py-setuptools_scm to 3.1.0 [adam 2018-08-10] + Updated devel/cmake to 3.12.1 [adam 2018-08-10] --_----------=_153388436716570--