pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/yt-dlp



Module Name:    pkgsrc
Committed By:   leot
Date:           Sun Mar 30 12:18:16 UTC 2025

Modified Files:
        pkgsrc/net/yt-dlp: Makefile

Log Message:
yt-dlp: Remove no longer relevant comment about mpv

mpv prefers yt-dlp over youtube-dl these days. No symlink is needed.


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/net/yt-dlp/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/yt-dlp/Makefile
diff -u pkgsrc/net/yt-dlp/Makefile:1.62 pkgsrc/net/yt-dlp/Makefile:1.63
--- pkgsrc/net/yt-dlp/Makefile:1.62     Wed Mar 26 05:06:21 2025
+++ pkgsrc/net/yt-dlp/Makefile  Sun Mar 30 12:18:16 2025
@@ -1,11 +1,9 @@
-# $NetBSD: Makefile,v 1.62 2025/03/26 05:06:21 adam Exp $
+# $NetBSD: Makefile,v 1.63 2025/03/30 12:18:16 leot Exp $
 
 DISTNAME=      yt_dlp-2025.3.26
 PKGNAME=       ${DISTNAME:S/_/-/}
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_PYPI:=y/yt-dlp/}
-# TODO: create symlink, as mpv makes use of youtube-dl?
-# CONFLICTS=   youtube-dl-[0-9]*
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/yt-dlp/yt-dlp



Home | Main Index | Thread Index | Old Index