ev-commits-ports-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: cy X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 85a1b4463d5b3e811224cf72134a8a80d0bbfbaf Auto-Submitted: auto-generated Date: Mon, 13 Apr 2026 04:33:46 +0000 Message-Id: <69dc722a.21962.170d9478@gitrepo.freebsd.org> The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=85a1b4463d5b3e811224cf72134a8a80d0bbfbaf commit 85a1b4463d5b3e811224cf72134a8a80d0bbfbaf Author: Cy Schubert AuthorDate: 2026-04-11 01:16:08 +0000 Commit: Cy Schubert CommitDate: 2026-04-13 04:31:59 +0000 sysutils/py-ansible-core: Switch to py-ansible-core219 Switch to ansible-core 2.19 as the default ansible-core. See ansible-core porting guide at https://docs.ansible.com/ansible/latest/porting_guides/porting_guide_core_2.19.html --- UPDATING | 8 ++++++++ sysutils/py-ansible-core/Makefile | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index 3df8d6e96241..d7695fdc4414 100644 --- a/UPDATING +++ b/UPDATING @@ -5,6 +5,14 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20260412: + AFFECTS: Users of sysutils/py-ansible-core + AUTHOR: cy@FreeBSD.org + + A number of behavioural changes may affect existing playbooks and roles. + Users are encouraged to review the Ansible-core 2.19 Porting Guide at + https://docs.ansible.com/ansible/latest/porting_guides/porting_guide_core_2.19.html + 20260411: AFFECTS: AFFECTS: users of elisp (*-emacs_*) packages AUTHOR: jrm@FreeBSD.org diff --git a/sysutils/py-ansible-core/Makefile b/sysutils/py-ansible-core/Makefile index 7990dae8dd3f..98d26a059d92 100644 --- a/sysutils/py-ansible-core/Makefile +++ b/sysutils/py-ansible-core/Makefile @@ -1,5 +1,5 @@ VERSIONS= 218 219 220 -ANSIBLE_CORE_VERSION?= 218 +ANSIBLE_CORE_VERSION?= 219 MASTERDIR= ${.CURDIR}/../py-ansible-core${ANSIBLE_CORE_VERSION}