Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Sep 2019 23:16:17 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 240789] [NEW PORT] sysutils/ansible-kld: Ansible module to load kernel modules and update /boot/loader.conf
Message-ID:  <bug-240789-21822-uN8GgPsZzo@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-240789-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-240789-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D240789

Lewis Cook <vulcan@wired.sh> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #207780|port diff fixed             |port diff final
        description|                            |

--- Comment #5 from Lewis Cook <vulcan@wired.sh> ---
Comment on attachment 207780
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D207780
port diff final

>Index: sysutils/ansible-kld/Makefile
>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
>--- sysutils/ansible-kld/Makefile	(nonexistent)
>+++ sysutils/ansible-kld/Makefile	(working copy)
>@@ -0,0 +1,34 @@
>+# $FreeBSD$
>+
>+PORTNAME=3D	ansible-kld
>+DISTVERSION=3D	0.1
>+CATEGORIES=3D	sysutils
>+PKGNAMEPREFIX=3D	${PYTHON_PKGNAMEPREFIX}
>+
>+MAINTAINER=3D	vulcan@wired.sh
>+COMMENT=3D	Ansible module to load kernel modules or update /boot/loader.c=
onf
>+
>+LICENSE=3D	MIT
>+LICENSE_FILE=3D	${WRKSRC}/LICENSE
>+
>+RUN_DEPENDS=3D	${PYTHON_PKGNAMEPREFIX}ansible>0:sysutils/ansible@${PY_FLA=
VOR}
>+
>+USES=3D		python
>+
>+USE_GITHUB=3D	yes
>+GH_ACCOUNT=3D	dlundgren
>+GH_PROJECT=3D	ansible-freebsd-modules
>+GH_TAGNAME=3D	cf37fc1e16fc03852abc8933e7959b22b51a5c90
>+
>+NO_ARCH=3D	yes
>+NO_BUILD=3D	yes
>+
>+ANSIBLE_MOD=3D	$$(ansible-config-${PYTHON_VER} dump | ${EGREP} -o '${PREF=
IX}/share/${PYTHON_PKGNAMEPREFIX}ansible/plugins/modules')
>+
>+PLIST_FILES=3D	$$(${ECHO_CMD} ${ANSIBLE_MOD} | ${SED} -e 's|${PREFIX}/||'=
)/kld
>+
>+do-install:
>+	${MKDIR} ${STAGEDIR}${ANSIBLE_MOD}
>+	${INSTALL_SCRIPT} ${WRKSRC}/library/kld ${STAGEDIR}${ANSIBLE_MOD}/kld
>+
>+.include <bsd.port.mk>
>
>Property changes on: sysutils/ansible-kld/Makefile
>___________________________________________________________________
>Added: svn:eol-style
>## -0,0 +1 ##
>+native
>\ No newline at end of property
>Added: svn:keywords
>## -0,0 +1 ##
>+FreeBSD=3D%H
>\ No newline at end of property
>Added: svn:mime-type
>## -0,0 +1 ##
>+text/plain
>\ No newline at end of property
>Index: sysutils/ansible-kld/distinfo
>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
>--- sysutils/ansible-kld/distinfo	(nonexistent)
>+++ sysutils/ansible-kld/distinfo	(working copy)
>@@ -0,0 +1,3 @@
>+TIMESTAMP =3D 1569326545
>+SHA256 (dlundgren-ansible-freebsd-modules-0.1-cf37fc1e16fc03852abc8933e79=
59b22b51a5c90_GH0.tar.gz) =3D 168013ef470d93eeb2a103c1613aaadceb84e6202cb9b=
ff91166a5047a77898f
>+SIZE (dlundgren-ansible-freebsd-modules-0.1-cf37fc1e16fc03852abc8933e7959=
b22b51a5c90_GH0.tar.gz) =3D 9310
>
>Property changes on: sysutils/ansible-kld/distinfo
>___________________________________________________________________
>Added: fbsd:nokeywords
>## -0,0 +1 ##
>+yes
>\ No newline at end of property
>Added: svn:eol-style
>## -0,0 +1 ##
>+native
>\ No newline at end of property
>Added: svn:mime-type
>## -0,0 +1 ##
>+text/plain
>\ No newline at end of property
>Index: sysutils/ansible-kld/pkg-descr
>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
>--- sysutils/ansible-kld/pkg-descr	(nonexistent)
>+++ sysutils/ansible-kld/pkg-descr	(working copy)
>@@ -0,0 +1,4 @@
>+Ansible module to load kernel modules and manipulate
>+/boot/loader.conf on a FreeBSD system.
>+
>+WWW: https://github.com/dlundgren/ansible-freebsd-modules/
>
>Property changes on: sysutils/ansible-kld/pkg-descr
>___________________________________________________________________
>Added: fbsd:nokeywords
>## -0,0 +1 ##
>+yes
>\ No newline at end of property
>Added: svn:eol-style
>## -0,0 +1 ##
>+native
>\ No newline at end of property
>Added: svn:mime-type
>## -0,0 +1 ##
>+text/plain
>\ No newline at end of property

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-240789-21822-uN8GgPsZzo>