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:   tnn
Date:           Tue Aug 18 05:26:08 UTC 2020

Modified Files:
        pkgsrc/sysutils/salt: Makefile

Log Message:
salt: skip portability checks in 3rd party packaging scripts


To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 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.72 pkgsrc/sysutils/salt/Makefile:1.73
--- pkgsrc/sysutils/salt/Makefile:1.72  Sat May 16 17:45:49 2020
+++ pkgsrc/sysutils/salt/Makefile       Tue Aug 18 05:26:08 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.72 2020/05/16 17:45:49 rillig Exp $
+# $NetBSD: Makefile,v 1.73 2020/08/18 05:26:08 tnn Exp $
 
 DISTNAME=      salt-2019.2.2
 CATEGORIES=    sysutils
@@ -79,6 +79,8 @@ SUBST_NOOP_OK.fix-path=       yes
 # Contains hardcoded paths to find installed libraries.
 CHECK_WRKREF_SKIP+=    */salt/utils/rsax931.py
 
+CHECK_PORTABILITY_SKIP+=       pkg/*/* pkg/*/*/*
+
 post-install:
        ${INSTALL_DATA} ${WRKSRC}/conf/master ${DESTDIR}${EGDIR}/
        ${INSTALL_DATA} ${WRKSRC}/conf/minion ${DESTDIR}${EGDIR}/



Home | Main Index | Thread Index | Old Index