aboutsummaryrefslogtreecommitdiff
path: root/sysutils/ansible
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/ansible: Chase 58df5a82adc40a6959e9b22c, net/py-netaddr updateCy Schubert2024-05-152-0/+21
| | | | | | | | | net/py-netaddr 1.2.1 deprecated and removed the is_private method. This breaks ansible-collections which is bundled this port's tarball. The upstream patch uses the is_global methhod instead. Reported by: Einar Bjarni Halldorsson <einar@isnic.is> Obtained from: https://github.com/ansible-collections/ansible.utils/pull/338
* sysutils/ansible: Update to 8.5.0Cy Schubert2023-10-302-7/+4
|
* sysutils/ansible: Add missing PY_FLAVORCy Schubert2023-10-121-1/+1
| | | | | | | Fix build by adding missing PY_FLAVOR. Repored by: "John W. O'Brien" <john@saltant.com> Fixes: 2211c50a41e9
* sysutils/ansible: Support ansible-galaxy install from communityCy Schubert2023-10-111-1/+3
| | | | | | | | | | | | Fix: Starting galaxy collection install process ERROR! importlib_resources is not installed and is required Please add devel/py-importlib-resources as a dependency when installing Ansible, and perhaps also for the ansible-compat and ansible-core packages? PR: 274408
* sysutils/ansible: Update to 8.4.0Cy Schubert2023-10-032-6/+5
|
* sysutils/ansible: Assume maintainershipCy Schubert2023-10-031-1/+1
|
* sysutils/ansible: Return to poolMateusz Piotrowski2023-10-031-1/+1
|
* sysutils/ansible: security update to 8.2.0Cy Schubert2023-08-012-4/+4
| | | | | | | Changelog: https://github.com/ansible-community/ansible-build-data/blob/main/8/CHANGELOG-v8.rst PR: 272877 Approved by: 0mp@FreeBSD.org (maintainer)
* sysutils/ansible: security update to 7.6.0Matthew Seaman2023-05-282-14/+6
| | | | | | | | | | | | Use python 3.9+ following upstream and ansible-core Delete CONFLICTS -- conflicting ports were mostly removed in 2020 and 2021 with the last being removed at the end of last year. Security: f418cd50-561a-49a2-a133-965d03ede72a Security: e1b77733-a982-442e-8796-a200571bfcf2 PR: 271679 Approved by: 0mp (maintainer)
* sysutils/ansible: Update to 7.1.0Cy Schubert2023-03-122-4/+4
| | | | | | | Changes: https://github.com/ansible-community/ansible-build-data/blob/7.1.0/7/CHANGELOG-v7.rst#v7-1-0 PR: 270100 Approved by: 0mp (maintainer)
* */*: rename CHEESESHOP to PYPI in MASTER_SITESDmitry Marakasov2023-01-111-1/+1
| | | | | | PR: 267994 Differential revision: D37518 Approved by: bapt
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | 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)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* sysutils/ansible: Update to 6.1.0Mateusz Piotrowski2022-07-252-6/+7
| | | | Changes: https://github.com/ansible-community/ansible-build-data/blob/6.1.0/6/CHANGELOG-v6.rst#v6-1-0
* sysutils/ansible: Do not replace shebangs within modulesMateusz Piotrowski2022-07-211-1/+7
| | | | | | | | | | | | | | It turns out that Ansible does not like when we replace the shebang lines with a path to a Python interpreter with a trailing number (like "python3.9"). Stop replacing the shebang lines in modules directories. If it turns out to be problematic as well, we may consider introducing an indirect symlink to the versioned Python interpreter from a path like /usr/local/libexec/ansible/bin/python for example. PR: 265211 Reported by: vladimir-csp@yandex.ru
* sysutils/ansible: Update to 6.0.0Mateusz Piotrowski2022-07-072-5/+4
| | | | Changes: https://github.com/ansible-community/ansible-build-data/blob/6.0.0/6/CHANGELOG-v6.rst#v6-0-0
* sysutils/ansible: Teach shebangfix about the unusual shebangMateusz Piotrowski2022-07-051-0/+2
| | | | Reported by: olli hauer <ohauer@gmx.de>
* sysutils/ansible: Update to 5.10.0Mateusz Piotrowski2022-07-042-5/+5
|
* sysutils/ansible: Update to 5.5.0Mateusz Piotrowski2022-03-172-4/+4
| | | | Changes: https://github.com/ansible-community/ansible-build-data/blob/5.5.0/5/CHANGELOG-v5.rst#v5-5-0
* sysutils/ansible: Update to 5.4.0Mateusz Piotrowski2022-02-232-4/+4
| | | | Changes: https://github.com/ansible-community/ansible-build-data/blob/5.4.0/5/CHANGELOG-v5.rst#v5-4-0
* sysutils/ansible: Update to 5.3.0Mateusz Piotrowski2022-02-012-4/+4
| | | | Changes: https://github.com/ansible-community/ansible-build-data/blob/5.3.0/5/CHANGELOG-v5.rst#v5-3-0
* sysutils/ansible: Update to 5.2.0Mateusz Piotrowski2022-01-262-4/+4
| | | | Changes: https://github.com/ansible-community/ansible-build-data/blob/5.2.0/4/CHANGELOG-v4.rst#v5-2-0
* sysutils/ansible*: Hook version 4 to the buildMateusz Piotrowski2022-01-261-1/+1
|
* sysutils/ansible: Update to 4.10.0Mateusz Piotrowski2022-01-252-4/+4
| | | | Changes: https://github.com/ansible-community/ansible-build-data/blob/4.10.0/4/CHANGELOG-v4.rst#v4-10-0
* sysutils/ansible: Update to 4.9.0Mateusz Piotrowski2022-01-252-4/+4
| | | | Changes: https://github.com/ansible-community/ansible-build-data/blob/4.9.0/4/CHANGELOG-v4.rst#v4-9-0
* sysutils/ansible: Update to 4.8.0Mateusz Piotrowski2022-01-252-4/+4
| | | | Changes: https://github.com/ansible-community/ansible-build-data/blob/4.8.0/4/CHANGELOG-v4.rst#v4-8-0
* */*: Remove redundant '-*' from CONFLICTS definitionsStefan Eßer2021-11-251-3/+3
| | | | | | | | | The conflict checks compare the patterns first against the package names without version (as reported by "pkg query "%n"), then - if there was no match - agsinst the full package names including the version (as reported by "pkg query "%n-%v"). Approved by: portmgr (blanket)
* sysutils/ansible: Update to 4.7.0Mateusz Piotrowski2021-10-142-4/+4
| | | | Changes: https://github.com/ansible-community/ansible-build-data/blob/4.7.0/4/CHANGELOG-v4.rst#v4-7-0
* sysutils/ansible: Update to 4.6.0Mateusz Piotrowski2021-10-102-4/+4
| | | | Changes: https://github.com/ansible-community/ansible-build-data/blob/4.6.0/4/CHANGELOG-v4.rst#v4-6-0
* sysutils/ansible: Update to 4.3.0Mateusz Piotrowski2021-07-272-4/+4
| | | | Changes: https://github.com/ansible-community/ansible-build-data/blob/4.3.0/4/CHANGELOG-v4.rst#v4-3-0
* sysutils/ansible: Update to 4.2.0Mateusz Piotrowski2021-06-302-4/+4
| | | | | Changes: https://github.com/ansible-community/ansible-build-data/blob/4.2.0/4/CHANGELOG-v4.rst#v4-2-0 Reported by: Repology
* sysutils/ansible: Update to 4.1.0Mateusz Piotrowski2021-06-242-4/+4
| | | | Changes: https://github.com/ansible-community/ansible-build-data/blob/main/4/CHANGELOG-v4.rst#v4-1-0
* sysutils/ansible: Update to 4.0.0Mateusz Piotrowski2021-05-192-6/+5
| | | | | | The 3.X branch of Ansible Community Package has reached the end of life. Changes: https://github.com/ansible-community/ansible-build-data/blob/main/4/CHANGELOG-v4.rst
* sysutils/ansible: Switch to USES=ansibleMateusz Piotrowski2021-05-171-2/+7
|
* sysutils/ansible: Fix the post-patch targetMateusz Piotrowski2021-05-161-1/+2
|
* sysutils/ansible: Add a simple test targetMateusz Piotrowski2021-05-161-0/+3
|
* sysutils/ansible: Update to 3.4.0Mateusz Piotrowski2021-05-162-4/+4
| | | | Changes: https://github.com/ansible-community/ansible-build-data/blob/3.4.0/3/CHANGELOG-v3.rst#v3-4-0
* sysutils/ansible: Switch MASTER_SITES to CHEESESHOPMateusz Piotrowski2021-05-131-1/+1
| | | | | The old website is not providing the distfiles anymore and suggests that we switch to PyPI.
* sysutils/ansible: Clean up the portMateusz Piotrowski2021-05-132-33/+3
| | | | | | | | These parts of the port are no longer needed. - The dependencies are all provided by sysutils/py-ansible-base. - USES=gmake was only necessary for the test target. - pkg-message is gone as this port no longer installs any examples.
* sysutils/*ansible*: Update CPE_VENDORMateusz Piotrowski2021-05-121-1/+1
| | | | | The "ansibleworks" is not a correct CPE vendor. Change it to "redhat", which is mentioned on websites like https://nvd.nist.gov.
* sysutils/ansible: Update to 3.3.0Mateusz Piotrowski2021-05-123-65/+14
| | | | Changes: https://github.com/ansible-community/ansible-build-data/blob/main/3/CHANGELOG-v3.rst
* sysutils/ansible: Drop unnecessary master port infrastructureMateusz Piotrowski2021-05-123-151/+7
| | | | Currently, sysutils/ansible is no longer a master port.
* sysutils/ansible2: New portMateusz Piotrowski2021-05-121-1/+1
| | | | | This port is meant to track the legacy 2.X branch of Ansible as sysutils/ansible is about to switch to 3.X.
* sysutils/ansible*: Update pkg-messageMateusz Piotrowski2021-05-062-7/+9
| | | | | The old pkg-message was outdated and commands listed there invalid. It's fixed now. It should be more future-proof this time.
* sysutils/ansible: Update to 2.9.21Mateusz Piotrowski2021-05-052-5/+5
| | | | | | | MFH: 2021Q2 Security: 50ec3a01-ad77-11eb-8528-8c164582fbac Security: CVE-2020-10744 Changes: https://github.com/ansible/ansible/blob/stable-2.9/changelogs/CHANGELOG-v2.9.rst#v2-9-21
* sysutils/ansible: Clean up variablesMateusz Piotrowski2021-05-051-30/+1
| | | | | - Simplify shebangfix - Remove unnecessary SUB_LIST
* sysutils/ansible*: Improve pkg-messageMateusz Piotrowski2021-05-051-1/+1
| | | | | | | "Host database" is basically an inventory in the Ansible world. PR: 251804 Reported by: Jan-Piet Mens <ports@jpmens.net>
* sysutils/ansible*: Clean up CONFLICTSMateusz Piotrowski2021-05-051-3/+8
|
* systuils/ansible: Fix test targetMateusz Piotrowski2021-05-051-8/+11
|
* sysutils/ansible: Sort variablesMateusz Piotrowski2021-05-051-41/+34
| | | | No functional changes intended.