git: 707f4fc06989 - main - www/py-freenit: Mark BROKEN

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sat, 17 Feb 2024 06:06:22 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=707f4fc06989b03ec7115c9cb52cf51772778ba2

commit 707f4fc06989b03ec7115c9cb52cf51772778ba2
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-17 05:48:04 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-17 06:05:54 +0000

    www/py-freenit: Mark BROKEN
    
    Fails to build:
    py39-pydantic-1.10.14,1 conflicts with py39-pydantic2-2.5.3 (installs files
    into the same place)
---
 www/py-freenit/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/www/py-freenit/Makefile b/www/py-freenit/Makefile
index 29f244df64ee..365f371b2480 100644
--- a/www/py-freenit/Makefile
+++ b/www/py-freenit/Makefile
@@ -11,6 +11,8 @@ WWW=		https://github.com/freenit-framework/backend
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN=		py39-pydantic-1.10.14,1 conflicts with py39-pydantic2-2.5.3 (installs files into the same place)
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}email-validator>=0:mail/py-email-validator@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}fastapi>=0:www/py-fastapi@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}passlib>=0:security/py-passlib@${PY_FLAVOR} \