Created attachment 223384 [details] Patch for youtube_dlc Upstream has finally made the move to yt-dlp as project name so it's time to remove this port and redirect users to yt-dlp.
(In reply to daniel.engberg.lists from comment #0) I don't know if youtube-dlc is dead, and I have no agenda here, but according to the yt-dlp website, yt-dlp is a fork of youtube-dlc, not a project rename.
yt-dlp previously used the same naming somewhat confusingly
They seem to be very different animals - yt-dlp has a run dependency on textproc/hs-pandoc which pulls in lang/ghc and friends. /usr/ports/www/youtube_dl build-depends-list /usr/ports/devel/gmake /usr/ports/lang/python37 /usr/ports/www/yt-dlp build-depends-list /usr/ports/archivers/zip /usr/ports/textproc/hs-pandoc /usr/ports/devel/gmake /usr/ports/devel/py-setuptools /usr/ports/lang/python37 -- /usr/ports/www/youtube_dl run-depends-list /usr/ports/multimedia/rtmpdump /usr/ports/lang/python37 /usr/ports/www/yt-dlp run-depends-list /usr/ports/audio/py-mutagen /usr/ports/devel/py-setuptools /usr/ports/lang/python37
Dewayne, https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254376 :-)
(In reply to daniel.engberg.lists from comment #2) Ah, ok. Apologies for the noise, Cheers, Jamie
(In reply to daniel.engberg.lists from comment #4) :) Thank-you.
Now that PR 254376 is merged as of r569193 this could be a seamless transition
Friendly ping
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=acbb2abb3369b1fbf4960872fbea1bd823714af1 commit acbb2abb3369b1fbf4960872fbea1bd823714af1 Author: Kevin Bowling <kbowling@FreeBSD.org> AuthorDate: 2021-04-12 20:33:27 +0000 Commit: Kevin Bowling <kbowling@FreeBSD.org> CommitDate: 2021-04-12 20:34:54 +0000 www/youtube_dlc: Remove, redirect users to www/yt-dlp PR: 254375 Reported by: daniel.engberg.lists@pyret.net Approved by: maintainer timeout MOVED | 1 + www/Makefile | 1 - www/youtube_dlc/Makefile (gone) | 39 ---------- www/youtube_dlc/distinfo (gone) | 3 - www/youtube_dlc/files/extrapatch-manpages (gone) | 34 --------- www/youtube_dlc/files/patch-Makefile (gone) | 87 ---------------------- .../patch-youtube__dlc_____init____.py (gone) | 29 -------- .../files/patch-youtube__dlc_options.py (gone) | 13 ---- www/youtube_dlc/pkg-descr (gone) | 5 -- www/youtube_dlc/pkg-message (gone) | 8 -- www/youtube_dlc/pkg-plist (gone) | 7 -- 11 files changed, 1 insertion(+), 226 deletions(-)
Thanks for your contributions!