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:           Mon Apr 25 16:34:39 UTC 2022

Modified Files:
        pkgsrc/sysutils/salt: Makefile

Log Message:
salt: Skip more files with legitimate hardcoded paths.


To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 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.77 pkgsrc/sysutils/salt/Makefile:1.78
--- pkgsrc/sysutils/salt/Makefile:1.77  Wed Jan  5 15:41:23 2022
+++ pkgsrc/sysutils/salt/Makefile       Mon Apr 25 16:34:39 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.77 2022/01/05 15:41:23 wiz Exp $
+# $NetBSD: Makefile,v 1.78 2022/04/25 16:34:39 jperkin Exp $
 
 DISTNAME=      salt-3004
 PKGREVISION=   2
@@ -74,6 +74,7 @@ SUBST_NOOP_OK.fix-path=       yes
 
 # Contains hardcoded paths to find installed libraries.
 CHECK_WRKREF_SKIP+=    */salt/utils/rsax931.py
+CHECK_WRKREF_SKIP+=    */smartos.*
 
 CHECK_PORTABILITY_SKIP+=       pkg/*/* pkg/*/*/*
 



Home | Main Index | Thread Index | Old Index