git: 9d81f61b3ea2 - main - www/py-woob: Remove option for rtmpdump

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Wed, 01 May 2024 11:40:08 UTC
The branch main has been updated by diizzy:

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

commit 9d81f61b3ea2cc85ba9cc0f3fd2a771bf8db57dc
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-05-01 11:38:44 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-05-01 11:39:18 +0000

    www/py-woob: Remove option for rtmpdump
    
    Remove invalid option as support for librtmp was removed in
    8d01b5458f4660725fcaf562cdbb073debc9b751
    
    Approved by:    portmgr (blanket)
---
 www/py-woob/Makefile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/www/py-woob/Makefile b/www/py-woob/Makefile
index 2ae7c2497ce1..02fbbd8445e4 100644
--- a/www/py-woob/Makefile
+++ b/www/py-woob/Makefile
@@ -49,7 +49,7 @@ USE_PYTHON=	autoplist pep517
 
 NO_ARCH=	yes
 
-OPTIONS_DEFINE=		CLICOLOR NSS RTMPDUMP
+OPTIONS_DEFINE=		CLICOLOR NSS
 OPTIONS_DEFAULT=	CLICOLOR NSS
 
 CLICOLOR_DESC=		Color command line interface
@@ -58,8 +58,6 @@ CLICOLOR_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}termcolor>0:devel/py-termcolor@${PY
 NSS_RUN_DEPENDS=	${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss \
 			${PYTHON_PKGNAMEPREFIX}python-nss>0:security/py-python-nss@${PY_FLAVOR}
 
-RTMPDUMP_RUN_DEPENDS=	rtmpdump:multimedia/rtmpdump
-
 post-patch:
 	@${REINPLACE_CMD} -e 's|/etc/ssl/certs|${LOCALBASE}/etc/ssl|g' ${WRKSRC}/woob/browser/nss.py