Date: Sun, 12 Mar 2023 12:13:43 GMT From: Thomas Zander <riggs@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0fac1c51b38c - main - www/youtube_dl: Mark DEPRECATED Message-ID: <202303121213.32CCDh6T012895@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by riggs: URL: https://cgit.FreeBSD.org/ports/commit/?id=0fac1c51b38ce8632910e3dec41e13d3d5ffa60f commit 0fac1c51b38ce8632910e3dec41e13d3d5ffa60f Author: Thomas Zander <riggs@FreeBSD.org> AuthorDate: 2023-03-12 12:08:22 +0000 Commit: Thomas Zander <riggs@FreeBSD.org> CommitDate: 2023-03-12 12:13:40 +0000 www/youtube_dl: Mark DEPRECATED Rationale: Unmaintained upstream, has not seen updates since 2021, and does not work anymore for many of the intended use cases. There is an up-to-date fork www/yt-dlp to serve those cases better. PR: 270108 --- www/youtube_dl/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/youtube_dl/Makefile b/www/youtube_dl/Makefile index 6f2d52f1e4a0..70bc68026475 100644 --- a/www/youtube_dl/Makefile +++ b/www/youtube_dl/Makefile @@ -13,6 +13,9 @@ WWW= https://yt-dl.org/ LICENSE= UNLICENSE LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Unmaintained upstream, www/yt-dlp can be used going forward +EXPIRATION_DATE=2023-03-31 + USES= gmake python MAKE_ARGS= PYTHON=${PYTHON_CMD}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303121213.32CCDh6T012895>