Received: by mail.netbsd.org (Postfix, from userid 605) id 42B7184DAA; Sat, 19 Oct 2019 14:04:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BE46A84D6F for ; Sat, 19 Oct 2019 14:04:22 +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 7xUjPnrVK4LQ for ; Sat, 19 Oct 2019 14:04:22 +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 1A96084CEA for ; Sat, 19 Oct 2019 14:04:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 13DF2FBF4; Sat, 19 Oct 2019 14:04:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1571493862271320" MIME-Version: 1.0 Date: Sat, 19 Oct 2019 14:04:22 +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: <20191019140422.13DF2FBF4@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. --_----------=_1571493862271320 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat Oct 19 14:04:21 UTC 2019 Modified Files: pkgsrc/doc: CHANGES-2019 Log Message: Updated lang/llvm, lang/compiler-rt, lang/clang, lang/clang-static-analyzer, lang/clang-tools-extra, lang/libcxx, lang/libcxxabi, lang/libunwind, devel/polly, devel/lld, devel/lldb, parallel/openmp To generate a diff of this commit: cvs rdiff -u -r1.4442 -r1.4443 pkgsrc/doc/CHANGES-2019 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1571493862271320 Content-Disposition: inline Content-Length: 1300 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2019 diff -u pkgsrc/doc/CHANGES-2019:1.4442 pkgsrc/doc/CHANGES-2019:1.4443 --- pkgsrc/doc/CHANGES-2019:1.4442 Sat Oct 19 13:57:05 2019 +++ pkgsrc/doc/CHANGES-2019 Sat Oct 19 14:04:21 2019 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2019,v 1.4442 2019/10/19 13:57:05 mef Exp $ +$NetBSD: CHANGES-2019,v 1.4443 2019/10/19 14:04:21 adam Exp $ Changes to the packages collection and infrastructure in 2019: @@ -7132,3 +7132,15 @@ Changes to the packages collection and i Added textproc/aspell-ms version 0.50.0 [nia 2019-10-19] Added textproc/aspell-nds version 0.01.0 [nia 2019-10-19] Updated devel/p5-IO-Pager to 1.01 [mef 2019-10-19] + Updated lang/llvm to 9.0.0 [adam 2019-10-19] + Updated lang/compiler-rt to 9.0.0 [adam 2019-10-19] + Updated lang/clang to 9.0.0 [adam 2019-10-19] + Updated lang/clang-static-analyzer to 9.0.0 [adam 2019-10-19] + Updated lang/clang-tools-extra to 9.0.0 [adam 2019-10-19] + Updated lang/libcxx to 9.0.0 [adam 2019-10-19] + Updated lang/libcxxabi to 9.0.0 [adam 2019-10-19] + Updated lang/libunwind to 9.0.0 [adam 2019-10-19] + Updated devel/polly to 9.0.0 [adam 2019-10-19] + Updated devel/lld to 9.0.0 [adam 2019-10-19] + Updated devel/lldb to 9.0.0 [adam 2019-10-19] + Updated parallel/openmp to 9.0.0 [adam 2019-10-19] --_----------=_1571493862271320--