pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/meson devel/meson: fix another typo in the test ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b81ddb8b8c52
branches:  trunk
changeset: 425568:b81ddb8b8c52
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Mar 22 18:09:13 2020 +0000

description:
devel/meson: fix another typo in the test cases

diffstat:

 devel/meson/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ebb2c2438346 -r b81ddb8b8c52 devel/meson/Makefile
--- a/devel/meson/Makefile      Sun Mar 22 18:09:10 2020 +0000
+++ b/devel/meson/Makefile      Sun Mar 22 18:09:13 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2020/03/18 01:46:10 rillig Exp $
+# $NetBSD: Makefile,v 1.8 2020/03/22 18:09:13 rillig Exp $
 
 DISTNAME=      meson-0.53.2
 CATEGORIES=    devel python
@@ -34,7 +34,7 @@
 REPLACE_PYTHON+=       test\ cases/*/*/*/*/*.py
 REPLACE_PYTHON+=       test\ cases/common/14\ configure\ file/test.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/common/54\ run\ target/configure.in
 REPLACE_PYTHON+=       test\ cases/windows/8\ find\ program/test-script
 REPLACE_PYTHON+=       tools/*.py
 



Home | Main Index | Thread Index | Old Index