git: 0fac1c51b38c - main - www/youtube_dl: Mark DEPRECATED

From: Thomas Zander <riggs_at_FreeBSD.org>
Date: Sun, 12 Mar 2023 12:13:43 UTC
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}