Received: by mail.netbsd.org (Postfix, from userid 605) id 9AA4E84DBD; Sun, 14 Feb 2021 15:36:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F063984D9B for ; Sun, 14 Feb 2021 15:16:25 +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 Br7YVSXX5CMM for ; Sun, 14 Feb 2021 15:16:25 +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 72FE184CED for ; Sun, 14 Feb 2021 15:16:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6A897FA95; Sun, 14 Feb 2021 15:16:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1613315785221390" MIME-Version: 1.0 Date: Sun, 14 Feb 2021 15:16:25 +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: <20210214151625.6A897FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1613315785221390 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Feb 14 15:16:25 UTC 2021 Modified Files: pkgsrc/doc: CHANGES-2021 TODO Log Message: Updated devel/libuv, lang/py-py3c, devel/subversion, textproc/py-xmlschema To generate a diff of this commit: cvs rdiff -u -r1.1078 -r1.1079 pkgsrc/doc/CHANGES-2021 cvs rdiff -u -r1.20386 -r1.20387 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1613315785221390 Content-Disposition: inline Content-Length: 1734 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2021 diff -u pkgsrc/doc/CHANGES-2021:1.1078 pkgsrc/doc/CHANGES-2021:1.1079 --- pkgsrc/doc/CHANGES-2021:1.1078 Sun Feb 14 15:10:51 2021 +++ pkgsrc/doc/CHANGES-2021 Sun Feb 14 15:16:24 2021 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2021,v 1.1078 2021/02/14 15:10:51 taca Exp $ +$NetBSD: CHANGES-2021,v 1.1079 2021/02/14 15:16:24 adam Exp $ Changes to the packages collection and infrastructure in 2021: @@ -1487,3 +1487,7 @@ Changes to the packages collection and i Added textproc/ruby-rexml version 3.2.4 [taca 2021-02-14] Updated textproc/ruby-ferret to 0.11.8.7nb1 [taca 2021-02-14] Updated sysutils/ruby-facter to 4.0.51 [taca 2021-02-14] + Updated devel/libuv to 1.41.0 [adam 2021-02-14] + Updated lang/py-py3c to 1.3 [adam 2021-02-14] + Updated devel/subversion to 1.14.1 [adam 2021-02-14] + Updated textproc/py-xmlschema to 1.5.1 [adam 2021-02-14] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.20386 pkgsrc/doc/TODO:1.20387 --- pkgsrc/doc/TODO:1.20386 Sun Feb 14 14:43:08 2021 +++ pkgsrc/doc/TODO Sun Feb 14 15:16:24 2021 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.20386 2021/02/14 14:43:08 taca Exp $ +$NetBSD: TODO,v 1.20387 2021/02/14 15:16:24 adam Exp $ Suggested new packages ====================== @@ -759,7 +759,6 @@ For possible Perl packages updates, see o libressl-3.2.0 o libstemmer-2.1.0 o libtecla-1.6.3 - o libuv-1.41.0 o libvirt-2.3 o lincvs-2.1.4 [now called CrossVC] o linpsk-1.2 [ld: cannot find -lqt-mt with qt4] @@ -1047,7 +1046,6 @@ For possible Perl packages updates, see o strace-4.23 o stratagus-2.2.5.5 o streamtuner-2.2.0 - o subversion-base-1.14.1 o sunclock-3.57 [https://github.com/mdoege/Sunclock] o swapd-1.0.5 o swift-4.0.2 --_----------=_1613315785221390--