git: 8510f373dbb9 - main - www/yt-dlp: update 2025.10.22 → 2025.11.12
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 12 Nov 2025 10:46:46 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8510f373dbb922dca24409f05ebce5f7421963b3
commit 8510f373dbb922dca24409f05ebce5f7421963b3
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-11-12 08:20:04 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-11-12 10:46:39 +0000
www/yt-dlp: update 2025.10.22 → 2025.11.12
---
www/yt-dlp/Makefile | 5 +-
www/yt-dlp/distinfo | 6 +-
www/yt-dlp/files/patch-Makefile | 99 +++++++++++++++++++++-----------
www/yt-dlp/files/patch-yt__dlp_update.py | 10 ++--
4 files changed, 75 insertions(+), 45 deletions(-)
diff --git a/www/yt-dlp/Makefile b/www/yt-dlp/Makefile
index 9cd1fb58e2c6..f4c6fe5e53bf 100644
--- a/www/yt-dlp/Makefile
+++ b/www/yt-dlp/Makefile
@@ -1,5 +1,5 @@
PORTNAME= yt-dlp
-DISTVERSION= 2025.10.22
+DISTVERSION= 2025.11.12
CATEGORIES= www
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${DISTVERSION}/
DISTNAME= ${PORTNAME}
@@ -20,7 +20,8 @@ PY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}brotli>0:archivers/py-brotli@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}urllib3>=2.0.2:net/py-urllib3@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}websockets>=13.0:devel/py-websockets@${PY_FLAVOR}
-BUILD_DEPENDS= ${PY_DEPENDS}
+BUILD_DEPENDS= zip:archivers/zip \
+ ${PY_DEPENDS}
RUN_DEPENDS= ${PY_DEPENDS}
USES= gmake python shebangfix
diff --git a/www/yt-dlp/distinfo b/www/yt-dlp/distinfo
index c84723524884..5ee4de80cfde 100644
--- a/www/yt-dlp/distinfo
+++ b/www/yt-dlp/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1761812103
-SHA256 (yt-dlp/2025.10.22/yt-dlp.tar.gz) = 8ed2971172cbe1295258341e9f04527a7f27578538ce70ef4c9ebaba8966a969
-SIZE (yt-dlp/2025.10.22/yt-dlp.tar.gz) = 6025669
+TIMESTAMP = 1762921396
+SHA256 (yt-dlp/2025.11.12/yt-dlp.tar.gz) = 561ead2e2991f11789d3cd9f9b5a2eee2641a587e2cfc1ee9631c7c1d851c0ec
+SIZE (yt-dlp/2025.11.12/yt-dlp.tar.gz) = 6139146
diff --git a/www/yt-dlp/files/patch-Makefile b/www/yt-dlp/files/patch-Makefile
index 8144856274fe..07376fa3559a 100644
--- a/www/yt-dlp/files/patch-Makefile
+++ b/www/yt-dlp/files/patch-Makefile
@@ -1,33 +1,45 @@
---- Makefile.orig 2024-04-09 17:03:56 UTC
+--- Makefile.orig 2025-11-12 00:51:24 UTC
+++ Makefile
-@@ -1,4 +1,4 @@
+@@ -1,16 +1,16 @@
-all: lazy-extractors yt-dlp doc pypi-files
+-all-extra: lazy-extractors yt-dlp-extra doc pypi-files
++all: lazy-extractors yt-dlp pypi-files
+all: lazy-extractors yt-dlp
clean: clean-test clean-dist
clean-all: clean clean-cache
completions: completion-bash completion-fish completion-zsh
-@@ -93,26 +93,26 @@ yt-dlp: $(CODE_FILES)
- done
- (cd zip && touch -t 200001010101 $(CODE_FILES))
- mv zip/yt_dlp/__main__.py zip/
-- (cd zip && zip -q ../yt-dlp $(CODE_FILES) __main__.py)
-+ (cd zip && bsdtar -a -cf ../yt-dlp.zip $(CODE_FILES) __main__.py)
- rm -rf zip
- echo '#!$(PYTHON)' > yt-dlp
- cat yt-dlp.zip >> yt-dlp
- rm yt-dlp.zip
+-doc: README.md CONTRIBUTING.md CONTRIBUTORS issuetemplates supportedsites
++doc: README.md supportedsites
+ ot: offlinetest
+ tar: yt-dlp.tar.gz
+
+ # Keep this list in sync with pyproject.toml includes/artifacts
+ # intended use: when building a source distribution,
+ # make pypi-files && python3 -m build -sn .
+-pypi-files: AUTHORS Changelog.md LICENSE README.md README.txt supportedsites \
++pypi-files: Changelog.md LICENSE README.md README.txt supportedsites \
+ completions yt-dlp.1 pyproject.toml devscripts/* test/*
+
+ .PHONY: all clean clean-all clean-test clean-dist clean-cache \
+@@ -30,7 +30,7 @@ clean-dist:
+ test/testdata/sigs/player-*.js test/testdata/thumbnails/empty.webp "test/testdata/thumbnails/foo %d bar/foo_%d."*
+ clean-dist:
+ rm -rf yt-dlp.1.temp.md yt-dlp.1 README.txt MANIFEST build/ dist/ .coverage cover/ yt-dlp.tar.gz completions/ \
+- yt_dlp/extractor/lazy_extractors.py *.spec CONTRIBUTING.md.tmp yt-dlp yt-dlp.exe yt_dlp.egg-info/ AUTHORS \
++ yt_dlp/extractor/lazy_extractors.py *.spec yt-dlp yt-dlp.exe yt_dlp.egg-info/ \
+ yt-dlp.zip .ejs-* yt_dlp_ejs/
+ clean-cache:
+ find . \( \
+@@ -129,31 +129,14 @@ yt-dlp: yt-dlp.zip
chmod a+x yt-dlp
+ rm -rf zip
--README.md: $(CODE_FILES) devscripts/make_readme.py
+-README.md: $(PY_CODE_FILES) devscripts/make_readme.py
- COLUMNS=80 $(PYTHON) yt_dlp/__main__.py --ignore-config --help | $(PYTHON) devscripts/make_readme.py
-+#README.md: $(CODE_FILES) devscripts/make_readme.py
-+# COLUMNS=80 $(PYTHON) yt_dlp/__main__.py --ignore-config --help | $(PYTHON) devscripts/make_readme.py
-
+-
-CONTRIBUTING.md: README.md devscripts/make_contributing.py
- $(PYTHON) devscripts/make_contributing.py README.md CONTRIBUTING.md
-+#CONTRIBUTING.md: README.md devscripts/make_contributing.py
-+# $(PYTHON) devscripts/make_contributing.py README.md CONTRIBUTING.md
-
+-
-issuetemplates: devscripts/make_issue_template.py .github/ISSUE_TEMPLATE_tmpl/1_broken_site.yml .github/ISSUE_TEMPLATE_tmpl/2_site_support_request.yml .github/ISSUE_TEMPLATE_tmpl/3_site_feature_request.yml .github/ISSUE_TEMPLATE_tmpl/4_bug_report.yml .github/ISSUE_TEMPLATE_tmpl/5_feature_request.yml yt_dlp/version.py
- $(PYTHON) devscripts/make_issue_template.py .github/ISSUE_TEMPLATE_tmpl/1_broken_site.yml .github/ISSUE_TEMPLATE/1_broken_site.yml
- $(PYTHON) devscripts/make_issue_template.py .github/ISSUE_TEMPLATE_tmpl/2_site_support_request.yml .github/ISSUE_TEMPLATE/2_site_support_request.yml
@@ -35,28 +47,45 @@
- $(PYTHON) devscripts/make_issue_template.py .github/ISSUE_TEMPLATE_tmpl/4_bug_report.yml .github/ISSUE_TEMPLATE/4_bug_report.yml
- $(PYTHON) devscripts/make_issue_template.py .github/ISSUE_TEMPLATE_tmpl/5_feature_request.yml .github/ISSUE_TEMPLATE/5_feature_request.yml
- $(PYTHON) devscripts/make_issue_template.py .github/ISSUE_TEMPLATE_tmpl/6_question.yml .github/ISSUE_TEMPLATE/6_question.yml
-+#issuetemplates: devscripts/make_issue_template.py .github/ISSUE_TEMPLATE_tmpl/1_broken_site.yml .github/ISSUE_TEMPLATE_tmpl/2_site_support_request.yml .github/ISSUE_TEMPLATE_tmpl/3_site_feature_request.yml .github/ISSUE_TEMPLATE_tmpl/4_bug_report.yml .github/ISSUE_TEMPLATE_tmpl/5_feature_request.yml yt_dlp/version.py
-+# $(PYTHON) devscripts/make_issue_template.py .github/ISSUE_TEMPLATE_tmpl/1_broken_site.yml .github/ISSUE_TEMPLATE/1_broken_site.yml
-+# $(PYTHON) devscripts/make_issue_template.py .github/ISSUE_TEMPLATE_tmpl/2_site_support_request.yml .github/ISSUE_TEMPLATE/2_site_support_request.yml
-+# $(PYTHON) devscripts/make_issue_template.py .github/ISSUE_TEMPLATE_tmpl/3_site_feature_request.yml .github/ISSUE_TEMPLATE/3_site_feature_request.yml
-+# $(PYTHON) devscripts/make_issue_template.py .github/ISSUE_TEMPLATE_tmpl/4_bug_report.yml .github/ISSUE_TEMPLATE/4_bug_report.yml
-+# $(PYTHON) devscripts/make_issue_template.py .github/ISSUE_TEMPLATE_tmpl/5_feature_request.yml .github/ISSUE_TEMPLATE/5_feature_request.yml
-+# $(PYTHON) devscripts/make_issue_template.py .github/ISSUE_TEMPLATE_tmpl/6_question.yml .github/ISSUE_TEMPLATE/6_question.yml
-
+-
supportedsites:
$(PYTHON) devscripts/make_supportedsites.py supportedsites.md
-@@ -120,10 +120,10 @@ README.txt: README.md
- README.txt: README.md
- pandoc -f $(MARKDOWN) -t plain README.md -o README.txt
--yt-dlp.1: README.md devscripts/prepare_manpage.py
-- $(PYTHON) devscripts/prepare_manpage.py yt-dlp.1.temp.md
-- pandoc -s -f $(MARKDOWN) -t man yt-dlp.1.temp.md -o yt-dlp.1
-- rm -f yt-dlp.1.temp.md
+-README.txt: README.md
+- pandoc -f $(MARKDOWN) -t plain README.md -o README.txt
+#yt-dlp.1: README.md devscripts/prepare_manpage.py
+# $(PYTHON) devscripts/prepare_manpage.py yt-dlp.1.temp.md
+# pandoc -s -f $(MARKDOWN) -t man yt-dlp.1.temp.md -o yt-dlp.1
+# rm -f yt-dlp.1.temp.md
- completions/bash/yt-dlp: $(CODE_FILES) devscripts/bash-completion.in
+-yt-dlp.1: README.md devscripts/prepare_manpage.py
+- $(PYTHON) devscripts/prepare_manpage.py yt-dlp.1.temp.md
+- pandoc -s -f $(MARKDOWN) -t man yt-dlp.1.temp.md -o yt-dlp.1
+- rm -f yt-dlp.1.temp.md
+-
+ completions/bash/yt-dlp: $(PY_CODE_FILES) devscripts/bash-completion.in
mkdir -p completions/bash
+ $(PYTHON) devscripts/bash-completion.py
+@@ -184,21 +167,9 @@ yt-dlp.tar.gz: all
+ --exclude '.git' \
+ -- \
+ README.md supportedsites.md Changelog.md LICENSE \
+- CONTRIBUTING.md Maintainers.md CONTRIBUTORS AUTHORS \
++ Maintainers.md \
+ Makefile yt-dlp.1 README.txt completions .gitignore \
+ yt-dlp yt_dlp pyproject.toml devscripts test
+-
+-AUTHORS: Changelog.md
+- @if [ -d '.git' ] && command -v git > /dev/null ; then \
+- echo 'Generating $@ from git commit history' ; \
+- git shortlog -s -n HEAD | cut -f2 | sort > $@ ; \
+- fi
+-
+-CONTRIBUTORS: Changelog.md
+- @if [ -d '.git' ] && command -v git > /dev/null ; then \
+- echo 'Updating $@ from git commit history' ; \
+- $(PYTHON) devscripts/make_changelog.py -v -c > /dev/null ; \
+- fi
+
+ # The following EJS_-prefixed variables are auto-generated by devscripts/update_ejs.py
+ # DO NOT EDIT!
diff --git a/www/yt-dlp/files/patch-yt__dlp_update.py b/www/yt-dlp/files/patch-yt__dlp_update.py
index aa07e5137121..a52a8585e12b 100644
--- a/www/yt-dlp/files/patch-yt__dlp_update.py
+++ b/www/yt-dlp/files/patch-yt__dlp_update.py
@@ -1,8 +1,8 @@
- this patch prevents -U from updating yt-dlp - it makes it "unrecognized"
---- yt_dlp/update.py.orig 2024-04-09 17:03:56 UTC
+--- yt_dlp/update.py.orig 2025-11-12 00:51:24 UTC
+++ yt_dlp/update.py
-@@ -73,7 +73,7 @@ def _get_variant_and_executable_path():
+@@ -105,7 +105,7 @@ def _get_variant_and_executable_path():
path = os.path.dirname(__file__)
if isinstance(__loader__, zipimporter):
@@ -11,9 +11,9 @@
elif (os.path.basename(sys.argv[0]) in ('__main__.py', '-m')
and os.path.exists(os.path.join(path, '../.git/HEAD'))):
return 'source', path
-@@ -114,7 +114,7 @@ _NON_UPDATEABLE_REASONS = {
- **{variant: f'Auto-update is not supported for unpackaged {name} executable; Re-download the latest release'
- for variant, name in {'win32_dir': 'Windows', 'darwin_dir': 'MacOS', 'linux_dir': 'Linux'}.items()},
+@@ -148,7 +148,7 @@ _NON_UPDATEABLE_REASONS = {
+ 'Auto-update is not supported for unpackaged executables; Re-download the latest release'),
+ 'py2exe': 'py2exe is no longer supported by yt-dlp; This executable cannot be updated',
'source': 'You cannot update when running from source code; Use git to pull the latest changes',
- 'unknown': 'You installed yt-dlp from a manual build or with a package manager; Use that to update',
+ 'unknown': 'Please use the command \'pkg upgrade yt-dlp\' to upgrade.',