Received: by mail.netbsd.org (Postfix, from userid 605) id 42D8B84E71; Sun, 22 Mar 2020 18:01:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BF5F484DF9 for ; Sun, 22 Mar 2020 18:01: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 xiS8o8Q5092s for ; Sun, 22 Mar 2020 18:01: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 1E9D784D6C for ; Sun, 22 Mar 2020 18:01:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 188D7FB27; Sun, 22 Mar 2020 18:01:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1584900082146210" MIME-Version: 1.0 Date: Sun, 22 Mar 2020 18:01:22 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/lang/llvm To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20200322180122.188D7FB27@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. --_----------=_1584900082146210 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rillig Date: Sun Mar 22 18:01:22 UTC 2020 Modified Files: pkgsrc/lang/llvm: Makefile Log Message: lang/llvm: fix typo in REPLACE_PYTHON filename To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 pkgsrc/lang/llvm/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1584900082146210 Content-Disposition: inline Content-Length: 920 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/llvm/Makefile diff -u pkgsrc/lang/llvm/Makefile:1.50 pkgsrc/lang/llvm/Makefile:1.51 --- pkgsrc/lang/llvm/Makefile:1.50 Sun Jan 26 17:31:29 2020 +++ pkgsrc/lang/llvm/Makefile Sun Mar 22 18:01:21 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2020/01/26 17:31:29 rillig Exp $ +# $NetBSD: Makefile,v 1.51 2020/03/22 18:01:21 rillig Exp $ # # when updating this, please also update: # devel/include-what-you-use @@ -67,7 +67,7 @@ REPLACE_PYTHON+= utils/Misc/zkill REPLACE_PYTHON+= utils/bisect REPLACE_PYTHON+= utils/clang-parse-diagnostics-file REPLACE_PYTHON+= utils/git/find-rev -REPLACE_PYTHON+= utils/lit/tests/Inputs/googletest-format/DummySubDir/OneTest +REPLACE_PYTHON+= utils/lit/tests/Inputs/googletest-format/DummySubDir/OneTest.py REPLACE_PYTHON+= utils/llvm-build/llvm-build REPLACE_PYTHON+= utils/llvm-compilers-check REPLACE_PYTHON+= utils/llvm-lit/llvm-lit.in --_----------=_1584900082146210--