git: 407a3dac420f - main - www/youtube_dl: Deprecate and set expiration date to 2024-03-31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 03 Mar 2024 19:36:23 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=407a3dac420ff7da900346e07812f9145e47dc2a commit 407a3dac420ff7da900346e07812f9145e47dc2a Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-03-03 19:31:17 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-03-03 19:34:28 +0000 www/youtube_dl: Deprecate and set expiration date to 2024-03-31 Many extractors are broken and upstream moves at a very slow pace Deprecate port and redirect users to www/yt-dlp Discussed with riggs@ via private mail --- www/youtube_dl/Makefile | 3 +++ 1 file changed, 3 insertions(+) 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 @@ -11,6 +11,9 @@ 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