pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/ansible2 ansible2: Fix check-wrkref for file ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f1549ded12df
branches:  trunk
changeset: 324581:f1549ded12df
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Tue Oct 23 13:21:44 2018 +0000

description:
ansible2: Fix check-wrkref for file containing paths to package managers.

diffstat:

 sysutils/ansible2/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 94e4d2bfa683 -r f1549ded12df sysutils/ansible2/Makefile
--- a/sysutils/ansible2/Makefile        Tue Oct 23 13:10:05 2018 +0000
+++ b/sysutils/ansible2/Makefile        Tue Oct 23 13:21:44 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2018/09/14 15:43:23 jperkin Exp $
+# $NetBSD: Makefile,v 1.5 2018/10/23 13:21:44 jperkin Exp $
 
 DISTNAME=      ansible-2.6.4
 CATEGORIES=    python sysutils
@@ -39,6 +39,9 @@
 CONF_FILES=            ${EGDIR}/ansible.cfg ${PKG_SYSCONFDIR}/ansible.cfg
 CONF_FILES+=           ${EGDIR}/hosts ${PKG_SYSCONFDIR}/hosts
 
+# Contains hardcoded paths to expected locations of package managers.
+CHECK_WRKREF_SKIP+=    */ansible/module_utils/facts/system/pkg_mgr.py
+
 post-install:
 .for f in ansible-console.1 ansible-doc.1 ansible-galaxy.1 ansible-playbook.1 \
          ansible-pull.1 ansible-vault.1 ansible.1



Home | Main Index | Thread Index | Old Index