git: 0d449c4d48b5 - main - sysutils/py-ansible-core22?: Remove stale comment

From: Cy Schubert <cy_at_FreeBSD.org>
Date: Mon, 06 Jul 2026 16:38:02 UTC
The branch main has been updated by cy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0d449c4d48b543c9d6226925b66742190feaac42

commit 0d449c4d48b543c9d6226925b66742190feaac42
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2026-07-06 16:36:45 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2026-07-06 16:37:50 +0000

    sysutils/py-ansible-core22?: Remove stale comment
    
    Now that python312 is default the comment telling users to set the
    default is no longer required.
---
 sysutils/py-ansible-core220/Makefile | 5 -----
 sysutils/py-ansible-core221/Makefile | 5 -----
 2 files changed, 10 deletions(-)

diff --git a/sysutils/py-ansible-core220/Makefile b/sysutils/py-ansible-core220/Makefile
index ef28ba2fd8d2..5f5a577852be 100644
--- a/sysutils/py-ansible-core220/Makefile
+++ b/sysutils/py-ansible-core220/Makefile
@@ -1,8 +1,3 @@
-# XXX Note to users:
-# XXX To build this port one must add DEFAULT_VERSIONS+=python=3.12
-# XXX to /etc/make.conf and rebuild all one's python ports. Use this
-# XXX workaround until Python 3.12 becomes the default.
-
 PORTNAME=	ansible-core
 DISTVERSION=	2.20.5
 CATEGORIES=	sysutils python
diff --git a/sysutils/py-ansible-core221/Makefile b/sysutils/py-ansible-core221/Makefile
index f52668750e07..f070cd274111 100644
--- a/sysutils/py-ansible-core221/Makefile
+++ b/sysutils/py-ansible-core221/Makefile
@@ -1,8 +1,3 @@
-# XXX Note to users:
-# XXX To build this port one must add DEFAULT_VERSIONS+=python=3.12
-# XXX to /etc/make.conf and rebuild all one's python ports. Use this
-# XXX workaround until Python 3.12 becomes the default.
-
 PORTNAME=	ansible-core
 DISTVERSION=	2.21.1
 CATEGORIES=	sysutils python