Received: by mail.netbsd.org (Postfix, from userid 605) id 480DE84D39; Mon, 23 Apr 2018 07:04:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B1A7984CEF for ; Mon, 23 Apr 2018 07:04:10 +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 BaWk5nOa2hrv for ; Mon, 23 Apr 2018 07:04:10 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D3C1384CCF for ; Mon, 23 Apr 2018 07:04:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D04C3FBEC; Mon, 23 Apr 2018 07:04:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1524467049286050" MIME-Version: 1.0 Date: Mon, 23 Apr 2018 07:04:09 +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: <20180423070409.D04C3FBEC@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. --_----------=_1524467049286050 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Apr 23 07:04:09 UTC 2018 Modified Files: pkgsrc/doc: CHANGES-2018 TODO Log Message: Updated devel/libdatrie, devel/libuv To generate a diff of this commit: cvs rdiff -u -r1.1933 -r1.1934 pkgsrc/doc/CHANGES-2018 cvs rdiff -u -r1.18282 -r1.18283 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1524467049286050 Content-Disposition: inline Content-Length: 1336 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.1933 pkgsrc/doc/CHANGES-2018:1.1934 --- pkgsrc/doc/CHANGES-2018:1.1933 Mon Apr 23 07:02:42 2018 +++ pkgsrc/doc/CHANGES-2018 Mon Apr 23 07:04:09 2018 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2018,v 1.1933 2018/04/23 07:02:42 wen Exp $ +$NetBSD: CHANGES-2018,v 1.1934 2018/04/23 07:04:09 adam Exp $ Changes to the packages collection and infrastructure in 2018: @@ -2694,3 +2694,5 @@ Changes to the packages collection and i Updated devel/p5-Data-Random to 0.13 [wen 2018-04-23] Updated devel/p5-Devel-PPPort to 3.42 [wen 2018-04-23] Updated devel/p5-File-ShareDir-Install to 0.13 [wen 2018-04-23] + Updated devel/libdatrie to 0.2.11 [adam 2018-04-23] + Updated devel/libuv to 1.20.2 [adam 2018-04-23] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.18282 pkgsrc/doc/TODO:1.18283 --- pkgsrc/doc/TODO:1.18282 Sun Apr 22 21:43:01 2018 +++ pkgsrc/doc/TODO Mon Apr 23 07:04:09 2018 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.18282 2018/04/22 21:43:01 wiz Exp $ +$NetBSD: TODO,v 1.18283 2018/04/23 07:04:09 adam Exp $ Suggested new packages ====================== @@ -995,7 +995,6 @@ For possible Perl packages updates, see o libtcl-nothread-8.5.1 o libtecla-1.6.3 o libtrace-3.0.22 - o libuv-1.20.1 o libv4l-0.8.5 o libvirt-2.3 o libwebp-1.0.0 --_----------=_1524467049286050--