pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/salt



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed Nov  5 14:37:53 UTC 2025

Modified Files:
        pkgsrc/sysutils/salt: Makefile

Log Message:
salt: CHECK_WRKREF_SKIP fix.


To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 pkgsrc/sysutils/salt/Makefile

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

Modified files:

Index: pkgsrc/sysutils/salt/Makefile
diff -u pkgsrc/sysutils/salt/Makefile:1.89 pkgsrc/sysutils/salt/Makefile:1.90
--- pkgsrc/sysutils/salt/Makefile:1.89  Tue Jul  1 13:41:40 2025
+++ pkgsrc/sysutils/salt/Makefile       Wed Nov  5 14:37:53 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.89 2025/07/01 13:41:40 adam Exp $
+# $NetBSD: Makefile,v 1.90 2025/11/05 14:37:53 jperkin Exp $
 
 .include "Makefile.common"
 
@@ -56,6 +56,7 @@ SUBST_SED.fix-path+=  -e 's,/var/log,${VA
 SUBST_NOOP_OK.fix-path=        yes
 
 # Contains hardcoded paths to find installed libraries.
+CHECK_WRKREF_SKIP+=    */__pycache__/*
 CHECK_WRKREF_SKIP+=    */salt/utils/rsax931.py
 CHECK_WRKREF_SKIP+=    */smartos.*
 



Home | Main Index | Thread Index | Old Index