git: 9856c96e4fa8 - main - sysutils/py-ansible-core: Set default to py-ansible-core221
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 06 Jul 2026 16:38:00 UTC
The branch main has been updated by cy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9856c96e4fa8d8148cd6d489cb5a619892a63691
commit 9856c96e4fa8d8148cd6d489cb5a619892a63691
Author: Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2026-07-06 16:35:02 +0000
Commit: Cy Schubert <cy@FreeBSD.org>
CommitDate: 2026-07-06 16:37:49 +0000
sysutils/py-ansible-core: Set default to py-ansible-core221
Now that python312 is default we can set py-ansible-core221 as default.
---
sysutils/py-ansible-core/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sysutils/py-ansible-core/Makefile b/sysutils/py-ansible-core/Makefile
index 7927a86d54c8..51ada25acbb8 100644
--- a/sysutils/py-ansible-core/Makefile
+++ b/sysutils/py-ansible-core/Makefile
@@ -1,5 +1,5 @@
-VERSIONS= 218 219 220
-ANSIBLE_CORE_VERSION?= 219
+VERSIONS= 218 219 220 221
+ANSIBLE_CORE_VERSION?= 221
MASTERDIR= ${.CURDIR}/../py-ansible-core${ANSIBLE_CORE_VERSION}