diff --git a/www/youtube_dl/Makefile b/www/youtube_dl/Makefile index c2e8e52e5d06..d2da1158ad74 100644 --- a/www/youtube_dl/Makefile +++ b/www/youtube_dl/Makefile @@ -1,41 +1,44 @@ PORTNAME= youtube_dl PORTVERSION= 2023.03.14 PORTREVISION= 1 CATEGORIES= www # Implicit approval to commit trivial version updates. MAINTAINER= multimedia@FreeBSD.org COMMENT= Program for downloading videos from various services WWW= https://yt-dl.org/ LICENSE= UNLICENSE LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Many extractors are brokena and upstream can't keep up, consider using www/yt-dlp +EXPIRATION_DATE=2024-03-31 + BUILD_DEPENDS= pandoc:textproc/hs-pandoc USES= gmake python USE_GITHUB= yes GH_ACCOUNT= ytdl-org GH_PROJECT= youtube-dl GH_TAGNAME= 6fece0a MAKE_ARGS= PYTHON=${PYTHON_CMD} ALL_TARGET= youtube-dl NO_ARCH= yes PLIST_FILES= bin/youtube-dl \ etc/bash_completion.d/youtube-dl.sh \ share/man/man1/youtube-dl.1.gz \ share/fish/vendor_completions.d/youtube-dl.fish \ share/zsh/site-functions/_youtube-dl OPTIONS_DEFINE= FFMPEG RTMPDUMP OPTIONS_DEFAULT= RTMPDUMP RTMPDUMP_DESC= Use rtmpdump to download rtmp video streams FFMPEG_RUN_DEPENDS= ffprobe:multimedia/ffmpeg RTMPDUMP_RUN_DEPENDS= rtmpdump:multimedia/rtmpdump .include