git: c3a1d9d8aff4 - main - www/py-yt-dlp: Remove deprecated RTMPDUMP option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 06 Mar 2024 21:59:39 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=c3a1d9d8aff408ce1de224bce1c889cb00c93369 commit c3a1d9d8aff408ce1de224bce1c889cb00c93369 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-03-06 15:23:30 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-03-06 15:23:30 +0000 www/py-yt-dlp: Remove deprecated RTMPDUMP option Reference: https://github.com/yt-dlp/yt-dlp?tab=readme-ov-file#deprecated --- www/py-yt-dlp/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/www/py-yt-dlp/Makefile b/www/py-yt-dlp/Makefile index 5a1f42633283..04cab4369be3 100644 --- a/www/py-yt-dlp/Makefile +++ b/www/py-yt-dlp/Makefile @@ -1,5 +1,6 @@ PORTNAME= yt-dlp # www/py-yt-dlp is for extending yt-dlp, www/yt-dlp is an application for the end user DISTVERSION= 2023.12.30 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${DISTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -30,15 +31,12 @@ SHEBANG_GLOB= *.py NO_BUILD= yes NO_ARCH= yes -OPTIONS_DEFINE= FFMPEG RTMPDUMP SECRETSTORAGE -OPTIONS_DEFAULT= FFMPEG RTMPDUMP +OPTIONS_DEFINE= FFMPEG SECRETSTORAGE +OPTIONS_DEFAULT= FFMPEG 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}