pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/ansible



Module Name:    pkgsrc
Committed By:   abs
Date:           Mon Oct 27 16:52:37 UTC 2025

Modified Files:
        pkgsrc/sysutils/ansible: Makefile

Log Message:
Add ${PYSITELIB}/ansible_collections/cisco/meraki/*.sh to CHECK_INTERPRETER_SKIP

There are 30 other similar CHECK_INTERPRETER_SKIP lines, so assume this
one is just another. Fixes build


To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 pkgsrc/sysutils/ansible/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/ansible/Makefile
diff -u pkgsrc/sysutils/ansible/Makefile:1.99 pkgsrc/sysutils/ansible/Makefile:1.100
--- pkgsrc/sysutils/ansible/Makefile:1.99       Mon Oct 20 12:27:04 2025
+++ pkgsrc/sysutils/ansible/Makefile    Mon Oct 27 16:52:37 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.99 2025/10/20 12:27:04 adam Exp $
+# $NetBSD: Makefile,v 1.100 2025/10/27 16:52:37 abs Exp $
 
 DISTNAME=      ansible-12.1.0
 CATEGORIES=    sysutils python
@@ -58,6 +58,7 @@ CHECK_INTERPRETER_SKIP+=      ${PYSITELIB}/an
 CHECK_INTERPRETER_SKIP+=       ${PYSITELIB}/ansible_collections/*/*/tests/*/*/*/*.sh
 CHECK_INTERPRETER_SKIP+=       ${PYSITELIB}/ansible_collections/amazon/aws/check_mypy.sh
 CHECK_INTERPRETER_SKIP+=       ${PYSITELIB}/ansible_collections/cisco/dnac/*.sh
+CHECK_INTERPRETER_SKIP+=       ${PYSITELIB}/ansible_collections/cisco/meraki/*.sh
 CHECK_INTERPRETER_SKIP+=       ${PYSITELIB}/ansible_collections/community/grafana/hacking/*.sh
 CHECK_INTERPRETER_SKIP+=       ${PYSITELIB}/ansible_collections/community/hashi_vault/docs/preview/build.sh
 CHECK_INTERPRETER_SKIP+=       ${PYSITELIB}/ansible_collections/community/kubernetes/utils/*.sh



Home | Main Index | Thread Index | Old Index