git: 7b194325f289 - main - www/yt-dlp: Remove deprecated RTMPDUMP option

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Wed, 06 Mar 2024 21:57:22 UTC
The branch main has been updated by yuri:

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

commit 7b194325f289deba62f5ba2ee85c69dcb19cee68
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-03-06 15:23:30 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-03-06 21:57:21 +0000

    www/yt-dlp: Remove deprecated RTMPDUMP option
    
    Reference: https://github.com/yt-dlp/yt-dlp?tab=readme-ov-file#deprecated
    
    PR:             277451
---
 www/yt-dlp/Makefile | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/www/yt-dlp/Makefile b/www/yt-dlp/Makefile
index ec8829fc77b8..8cb91ab5f07f 100644
--- a/www/yt-dlp/Makefile
+++ b/www/yt-dlp/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	yt-dlp
 DISTVERSION=	2023.12.30
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	www
 MASTER_SITES=	https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${DISTVERSION}/
 DISTNAME=	${PORTNAME}
@@ -32,15 +32,12 @@ MAKE_ARGS=	PYTHON=${PYTHON_CMD}
 
 NO_ARCH=	yes
 
-OPTIONS_DEFINE=			FFMPEG RTMPDUMP SECRETSTORAGE SYMLINK
-OPTIONS_DEFAULT=		FFMPEG RTMPDUMP SYMLINK
+OPTIONS_DEFINE=			FFMPEG SECRETSTORAGE SYMLINK
+OPTIONS_DEFAULT=		FFMPEG SYMLINK
 OPTIONS_SUB=			yes
 
 FFMPEG_RUN_DEPENDS=		ffprobe:multimedia/ffmpeg
 
-RTMPDUMP_DESC=			Use rtmpdump to download rtmp video streams
-RTMPDUMP_RUN_DEPENDS=		rtmpdump:multimedia/rtmpdump
-
 SECRETSTORAGE_DESC=		Build with ${PYTHON_PKGNAMEPREFIX}SecretStorage for secretstorage option
 SECRETSTORAGE_BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}SecretStorage>0:security/py-SecretStorage@${PY_FLAVOR}
 SECRETSTORAGE_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}SecretStorage>0:security/py-SecretStorage@${PY_FLAVOR}