git: c2ef18926793 - main - www/py-beautifulsoup: Add missing RUN_D

From: Wen Heping <wen_at_FreeBSD.org>
Date: Mon, 10 Feb 2025 07:25:12 UTC
The branch main has been updated by wen:

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

commit c2ef18926793439a6e2b1710f4bfb5ff4dba21d6
Author:     Wen Heping <wen@FreeBSD.org>
AuthorDate: 2025-02-10 07:23:03 +0000
Commit:     Wen Heping <wen@FreeBSD.org>
CommitDate: 2025-02-10 07:24:44 +0000

    www/py-beautifulsoup: Add missing RUN_D
    
    PR:             284702
    Reported by:    matthew@wener.org
---
 www/py-beautifulsoup/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/www/py-beautifulsoup/Makefile b/www/py-beautifulsoup/Makefile
index 42258f356773..485e26d7e1ec 100644
--- a/www/py-beautifulsoup/Makefile
+++ b/www/py-beautifulsoup/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	beautifulsoup
 PORTVERSION=	4.13.3
+PORTREVISION=	1
 CATEGORIES=	www python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +15,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}soupsieve>=1.2:www/py-soupsieve@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}soupsieve>=1.2:www/py-soupsieve@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}html5lib>=0:www/py-html5lib@${PY_FLAVOR}