pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-4Suite



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat May  2 10:28:42 UTC 2020

Modified Files:
        pkgsrc/textproc/py-4Suite: Makefile

Log Message:
textproc/py-4Suite: remove no-op pattern from SUBST_FILES

The Borrowed tests don't need a #! interpreter, but one of the Core tests
does.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/textproc/py-4Suite/Makefile

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

Modified files:

Index: pkgsrc/textproc/py-4Suite/Makefile
diff -u pkgsrc/textproc/py-4Suite/Makefile:1.18 pkgsrc/textproc/py-4Suite/Makefile:1.19
--- pkgsrc/textproc/py-4Suite/Makefile:1.18     Sun Jan 26 17:32:16 2020
+++ pkgsrc/textproc/py-4Suite/Makefile  Sat May  2 10:28:42 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2020/01/26 17:32:16 rillig Exp $
+# $NetBSD: Makefile,v 1.19 2020/05/02 10:28:42 rillig Exp $
 
 VER=           1.0.2
 DISTNAME=      4Suite-XML-${VER}
@@ -18,7 +18,6 @@ SUBST_FILES.python=   build/scripts.*/4xml
 SUBST_FILES.python+=   build/scripts.*/4xpath
 SUBST_FILES.python+=   build/scripts.*/4xslt
 SUBST_FILES.python+=   build/scripts.*/4xupdate
-SUBST_FILES.python+=   test/Xml/XPath/Borrowed/*.py
 SUBST_FILES.python+=   test/Xml/XPath/Core/*.py
 SUBST_FILES.python+=   test/test.py
 SUBST_STAGE.python=    post-build



Home | Main Index | Thread Index | Old Index