pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/meson



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Mar 22 18:09:13 UTC 2020

Modified Files:
        pkgsrc/devel/meson: Makefile

Log Message:
devel/meson: fix another typo in the test cases


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/meson/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/meson/Makefile
diff -u pkgsrc/devel/meson/Makefile:1.7 pkgsrc/devel/meson/Makefile:1.8
--- pkgsrc/devel/meson/Makefile:1.7     Wed Mar 18 01:46:10 2020
+++ pkgsrc/devel/meson/Makefile Sun Mar 22 18:09:13 2020
@@ -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/*/*/*/*/*.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