FreeBSD Bugzilla – Attachment 208827 Details for
Bug 240788
[NEW PORT] sysutils/ansible-sysrc: Ansible module to set sysvars in rc.conf
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
port diff
port.diff (text/plain), 3.03 KB, created by
Lewis Cook
on 2019-11-03 20:39:56 UTC
(
hide
)
Description:
port diff
Filename:
MIME Type:
Creator:
Lewis Cook
Created:
2019-11-03 20:39:56 UTC
Size:
3.03 KB
patch
obsolete
>Index: sysutils/ansible-sysrc/Makefile >=================================================================== >--- sysutils/ansible-sysrc/Makefile (nonexistent) >+++ sysutils/ansible-sysrc/Makefile (working copy) >@@ -0,0 +1,36 @@ >+# $FreeBSD$ >+ >+PORTNAME= ansible-sysrc >+DISTVERSION= 0.1 >+CATEGORIES= sysutils >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= vulcan@wired.sh >+COMMENT= Ansible module to set sysvars in rc.conf >+ >+LICENSE= MIT >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ansible>0:sysutils/ansible@${PY_FLAVOR} >+ >+USES= python shebangfix >+SHEBANG_FILES= library/sysrc >+ >+USE_GITHUB= yes >+GH_ACCOUNT= dlundgren >+GH_PROJECT= ansible-freebsd-modules >+GH_TAGNAME= cf37fc1e16fc03852abc8933e7959b22b51a5c90 >+ >+NO_ARCH= yes >+NO_BUILD= yes >+ >+ANSIBLE_MOD= ${PREFIX}/share/${PYTHON_PKGNAMEPREFIX}ansible/plugins/modules >+ >+PLIST_FILES= $$(${ECHO_CMD} ${ANSIBLE_MOD} | ${SED} -e 's|${PREFIX}/||')/sysrc >+ >+do-install: >+ ${MKDIR} ${STAGEDIR}${ANSIBLE_MOD} >+ ${INSTALL_SCRIPT} ${WRKSRC}/library/sysrc \ >+ ${STAGEDIR}${ANSIBLE_MOD}/sysrc >+ >+.include <bsd.port.mk> > >Property changes on: sysutils/ansible-sysrc/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-sysrc/distinfo >=================================================================== >--- sysutils/ansible-sysrc/distinfo (nonexistent) >+++ sysutils/ansible-sysrc/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1569326595 >+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-sysrc/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-sysrc/pkg-descr >=================================================================== >--- sysutils/ansible-sysrc/pkg-descr (nonexistent) >+++ sysutils/ansible-sysrc/pkg-descr (working copy) >@@ -0,0 +1,5 @@ >+Ansible module to manipulate rc.conf on a FreeBSD system >+via sysrc. The current states available are: append, >+absent, present and subtract. >+ >+WWW: https://github.com/dlundgren/ansible-freebsd-modules/ > >Property changes on: sysutils/ansible-sysrc/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 cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 240788
:
207758
|
207760
|
207762
|
207763
|
207779
|
208820
|
208827
|
208857