summaryrefslogtreecommitdiff
path: root/multimedia/ytfzf
diff options
context:
space:
mode:
authorJoseph Mingrone <jrm@FreeBSD.org>2021-11-22 23:26:33 -0400
committerJoseph Mingrone <jrm@FreeBSD.org>2021-12-06 10:09:50 -0400
commit80e4e8275e9dfacaea51df8008738c9df3fd3522 (patch)
treec6c1b1093673a8b650d56e3773e4edc36be492d4 /multimedia/ytfzf
parentdevel/py-twilio: Update to version 7.3.2 (diff)
Ports that depend on youtube-dl: Depend on yt-dlp
yt-dlp [1] is a youtube-dl fork with additional features and fixes. For ports that depend on www/youtube-dl switch the dependency to www/yt-dlp. For ports that have an optional dependency on www/youtube-dl, create a new OPTIONS_RADIO that includes www/yt-dlp and make it the default. [1] https://github.com/yt-dlp/yt-dlp Other changes: - www/yt-dlp: Turn the symlink option on by default - www/py-pafy: Fix build when depending on www/yt-dlp PR: 259944 Reported by: Oleh Vinichenko <moonlapse81@gmail.com> Reviewed by: diizzy, Oleh Vinichenko <moonlapse81@gmail.com>, VVD <vvd@unislabs.com> Approved by: 0mp, adridg (kde@), rm, tcberner (multimedia@), yuri (maintainers) acm and nivit (maintainers, timeout) Differential Revision: https://reviews.freebsd.org/D33090
Diffstat (limited to 'multimedia/ytfzf')
-rw-r--r--multimedia/ytfzf/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/ytfzf/Makefile b/multimedia/ytfzf/Makefile
index 2acb21de8460..03922ab000b8 100644
--- a/multimedia/ytfzf/Makefile
+++ b/multimedia/ytfzf/Makefile
@@ -1,6 +1,7 @@
PORTNAME= ytfzf
DISTVERSIONPREFIX= v
DISTVERSION= 1.2.0
+PORTREVISION= 1
CATEGORIES= multimedia
MAINTAINER= 0mp@FreeBSD.org
@@ -16,7 +17,7 @@ RUN_DEPENDS= curl:ftp/curl \
notify-send:devel/libnotify \
shuf:sysutils/shuf \
ueberzug:graphics/py-ueberzug@${PY_FLAVOR} \
- youtube-dl:www/youtube_dl
+ yt-dlp:www/yt-dlp
USES= python
USE_GITHUB= yes