Port details |
- ansible-sysrc Ansible module to set sysvars in rc.conf
- g20200803_1,1 sysutils =4 g20200803_1,1Version of this port present on the latest quarterly branch.
- Maintainer: lcook@FreeBSD.org
- Port Added: 2019-11-04 20:21:04
- Last Update: 2022-09-10 17:41:16
- Commit Hash: e79fe1a
- People watching this port, also watch:: mercurial, rsync, freetds, py39-ansible, postfix
- License: MIT
- WWW:
- https://github.com/dlundgren/ansible-freebsd-modules/
- Description:
- Ansible module to load kernel modules and manipulate
/boot/loader.conf on a FreeBSD system.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}ansible-sysrc>0:sysutils/ansible-sysrc@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/sysutils/ansible-sysrc/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/ansible-sysrc
- pkg install py39-ansible-sysrc
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-ansible-sysrc listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-ansible-sysrc
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1618563565
SHA256 (dlundgren-ansible-freebsd-modules-g20200803-537984b53018e36c2511132c3c66ac762f8b36dd_GH0.tar.gz) = 84c808ce8d90e93446c9320369afd3a362e8f4c363c9be9c734e6b1b92f6f53b
SIZE (dlundgren-ansible-freebsd-modules-g20200803-537984b53018e36c2511132c3c66ac762f8b36dd_GH0.tar.gz) = 9341
Packages (timestamps in pop-ups are UTC):
- Master port: sysutils/ansible-kld
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-ansible>0 : sysutils/ansible@py39
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- sysutils_ansible-sysrc
- USES:
- ansible:module python shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: sysutils/ansible-kld |
Commit | Credits | Log message |
g20200803_1,1 10 Sep 2022 17:41:16 |
Stefan Eßer (se) Author: Tobias Kortkamp |
Fix WWW in parent/child ports
Many of the WWW are overwritten later which means the wrong value
is used. This did not happen before where the children were either
a) just using the pkg-descr from the parents
b) or had their own separate pkg-descr with custom WWW
Use WWW?= in parents when the child's WWW is different.
Children that use the same WWW as the parent can just inherit it,
i.e., the child WWW can be removed.
Approved by: portmgr (implicit) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
g20200803_1,1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
g20200803_1,1 17 May 2021 09:25:49 |
Mateusz Piotrowski (0mp) |
sysutils/ansible-sysrc: Fix COMMENT
Approved by: portmgr blanket |
g20200803,1 16 Apr 2021 10:08:57 |
Lewis Cook (lcook) |
sysutils/ansible-{kld,sysrc}: Update to latest commit and convert to slave ports
While here, appease both portfmt and portclippy.
Changes: https://github.com/dlundgren/ansible-freebsd-modules/compare/cf37fc1..537984b
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D29447 |
0.1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.1 22 Jan 2021 10:08:52 |
lcook |
Update MAINTAINER fields for myself (lcook)
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D28279 |
0.1 04 Nov 2019 20:21:00 |
rakuco |
New port: sysutils/ansible-sysrc
Ansible module to manipulate rc.conf on a FreeBSD system via sysrc. The
current states available are: append, absent, present and subtract.
PR: 240788
Submitted by: Lewis Cook <vulcan@wired.sh> |