git: f7fb4c7f4519 - main - www/py-free-proxy: use py-lxml5 to address conflict

From: Hiroki Tagato <tagattie_at_FreeBSD.org>
Date: Sun, 20 Jul 2025 07:34:23 UTC
The branch main has been updated by tagattie:

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

commit f7fb4c7f4519ea39125c678bb561a8216efcb779
Author:     Matthew Wener <matthew@wener.org>
AuthorDate: 2025-07-19 20:32:44 +0000
Commit:     Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2025-07-20 07:33:57 +0000

    www/py-free-proxy: use py-lxml5 to address conflict
    
    py-beautifulsoup has switched to use py-lxml5. So chase the change to
    solve conflict when this port and py-beautifulsoup are installed
    together.
    
    PR:             288336
    Reported by:    Matthew Wener <matthew@wener.org> (maintainer)
---
 www/py-free-proxy/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/www/py-free-proxy/Makefile b/www/py-free-proxy/Makefile
index ae3606215cc4..b16fc9450a58 100644
--- a/www/py-free-proxy/Makefile
+++ b/www/py-free-proxy/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	free-proxy
 PORTVERSION=	1.1.3
+PORTREVISION=	1
 CATEGORIES=	www python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PY_SETUPTOOLS} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}lxml5>=0:devel/py-lxml5@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR}
 
 USES=		python