git: 69aa10aa5e95 - main - Revert "sysutils/ansible: Add flavour for use with py-ansible-core219"

From: Cy Schubert <cy_at_FreeBSD.org>
Date: Mon, 22 Sep 2025 23:46:08 UTC
The branch main has been updated by cy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=69aa10aa5e952360d1adcee3b1e8eaeed69f2d42

commit 69aa10aa5e952360d1adcee3b1e8eaeed69f2d42
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2025-09-22 23:43:56 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2025-09-22 23:43:56 +0000

    Revert "sysutils/ansible: Add flavour for use with py-ansible-core219"
    
    This commit breaks the build. Revert it.
    
    PR:     289773
    
    This reverts commit 4d43e9f1d334e50a76d94718a910ceb5f89f2cd2.
---
 sysutils/ansible/Makefile | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/sysutils/ansible/Makefile b/sysutils/ansible/Makefile
index bff4f5988b51..e57a796e815f 100644
--- a/sysutils/ansible/Makefile
+++ b/sysutils/ansible/Makefile
@@ -11,14 +11,8 @@ WWW=		https://www.ansible.com/
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-FLAVORS=	default core219
-
-.if ${FLAVOR:U} == core219
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ansible-core>0:sysutils/py-ansible-core219@${PY_FLAVOR}
-.else
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ansible-core>0:sysutils/py-ansible-core@${PY_FLAVOR}
-.endif
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}importlib-resources>0:devel/py-importlib-resources@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ansible-core>0:sysutils/py-ansible-core@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}importlib-resources>0:devel/py-importlib-resources@${PY_FLAVOR}
 
 USES=		ansible:env cpe python:3.10+ shebangfix
 CPE_VENDOR=	redhat