pkgsrc-Changes archive

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

CVS commit: pkgsrc/regress/show-all



Module Name:    pkgsrc
Committed By:   rillig
Date:           Fri Nov 30 19:15:49 UTC 2018

Modified Files:
        pkgsrc/regress/show-all: Makefile

Log Message:
regress/show-all: fix regression test after infrastructure change


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/regress/show-all/Makefile

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

Modified files:

Index: pkgsrc/regress/show-all/Makefile
diff -u pkgsrc/regress/show-all/Makefile:1.2 pkgsrc/regress/show-all/Makefile:1.3
--- pkgsrc/regress/show-all/Makefile:1.2        Sun Nov 11 19:07:12 2018
+++ pkgsrc/regress/show-all/Makefile    Fri Nov 30 19:15:49 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2018/11/11 19:07:12 rillig Exp $
+# $NetBSD: Makefile,v 1.3 2018/11/30 19:15:49 rillig Exp $
 
 DISTNAME=      show-all-1.0
 CATEGORIES=    regress
@@ -30,5 +30,7 @@ _PKG_VARS.regress+=   REGRESS_ENV.undefine
 _PKG_VARS.regress+=    REGRESS_ARGS.undefined REGRESS_ARGS.empty REGRESS_ARGS.space REGRESS_ARGS.value
 _PKG_VARS.regress+=    REGRESS.undefined REGRESS.empty REGRESS.space REGRESS.value
 _PKG_VARS.regress+=    * **
+_SORTED_VARS.regress=  *_ENV.*
+_LISTED_VARS.regress=  *_ARGS.*
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index