https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240789

Lewis Cook <vul...@wired.sh> changed:

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

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

>Index: sysutils/ansible-kld/Makefile
>===================================================================
>--- sysutils/ansible-kld/Makefile      (nonexistent)
>+++ sysutils/ansible-kld/Makefile      (working copy)
>@@ -0,0 +1,34 @@
>+# $FreeBSD$
>+
>+PORTNAME=     ansible-kld
>+DISTVERSION=  0.1
>+CATEGORIES=   sysutils
>+PKGNAMEPREFIX=        ${PYTHON_PKGNAMEPREFIX}
>+
>+MAINTAINER=   vul...@wired.sh
>+COMMENT=      Ansible module to load kernel modules or update 
>/boot/loader.conf
>+
>+LICENSE=      MIT
>+LICENSE_FILE= ${WRKSRC}/LICENSE
>+
>+RUN_DEPENDS=  ${PYTHON_PKGNAMEPREFIX}ansible>0:sysutils/ansible@${PY_FLAVOR}
>+
>+USES=         python
>+
>+USE_GITHUB=   yes
>+GH_ACCOUNT=   dlundgren
>+GH_PROJECT=   ansible-freebsd-modules
>+GH_TAGNAME=   cf37fc1e16fc03852abc8933e7959b22b51a5c90
>+
>+NO_ARCH=      yes
>+NO_BUILD=     yes
>+
>+ANSIBLE_MOD=  $$(ansible-config-${PYTHON_VER} dump | ${EGREP} -o 
>'${PREFIX}/share/${PYTHON_PKGNAMEPREFIX}ansible/plugins/modules')
>+
>+PLIST_FILES=  $$(${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=%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
>===================================================================
>--- sysutils/ansible-kld/distinfo      (nonexistent)
>+++ sysutils/ansible-kld/distinfo      (working copy)
>@@ -0,0 +1,3 @@
>+TIMESTAMP = 1569326545
>+SHA256 
>(dlundgren-ansible-freebsd-modules-0.1-cf37fc1e16fc03852abc8933e7959b22b51a5c90_GH0.tar.gz)
> = 168013ef470d93eeb2a103c1613aaadceb84e6202cb9bff91166a5047a77898f
>+SIZE 
>(dlundgren-ansible-freebsd-modules-0.1-cf37fc1e16fc03852abc8933e7959b22b51a5c90_GH0.tar.gz)
> = 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
>===================================================================
>--- 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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"

Reply via email to