Received: by mail.netbsd.org (Postfix, from userid 605) id 7A75984DB3; Wed, 18 Mar 2020 01:46:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 03E5084D33 for ; Wed, 18 Mar 2020 01:46:11 +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 LHa6vQgjlqrZ for ; Wed, 18 Mar 2020 01:46:10 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5B10F84C81 for ; Wed, 18 Mar 2020 01:46:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 549B1FB27; Wed, 18 Mar 2020 01:46:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1584495970136380" MIME-Version: 1.0 Date: Wed, 18 Mar 2020 01:46:10 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/devel/meson To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20200318014610.549B1FB27@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. --_----------=_1584495970136380 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rillig Date: Wed Mar 18 01:46:10 UTC 2020 Modified Files: pkgsrc/devel/meson: Makefile Log Message: devel/meson: fix typo in REPLACE_PYTHON To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/meson/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1584495970136380 Content-Disposition: inline Content-Length: 961 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/meson/Makefile diff -u pkgsrc/devel/meson/Makefile:1.6 pkgsrc/devel/meson/Makefile:1.7 --- pkgsrc/devel/meson/Makefile:1.6 Tue Mar 17 10:25:39 2020 +++ pkgsrc/devel/meson/Makefile Wed Mar 18 01:46:10 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2020/03/17 10:25:39 adam Exp $ +# $NetBSD: Makefile,v 1.7 2020/03/18 01:46:10 rillig Exp $ DISTNAME= meson-0.53.2 CATEGORIES= devel python @@ -33,7 +33,7 @@ REPLACE_PYTHON+= test\ cases/*/*/*.py REPLACE_PYTHON+= test\ cases/*/*/*/*.py REPLACE_PYTHON+= test\ cases/*/*/*/*/*.py REPLACE_PYTHON+= test\ cases/common/14\ configure\ file/test.py.in -REPLACE_PYTHON+= test\ cases/common/188\ find\ override/subdir/gencodegen.py.in +REPLACE_PYTHON+= test\ cases/common/187\ find\ override/subdir/gencodegen.py.in REPLACE_PYTHON+= test\ cases/common/55\ run\ target/configure.in REPLACE_PYTHON+= test\ cases/windows/8\ find\ program/test-script REPLACE_PYTHON+= tools/*.py --_----------=_1584495970136380--