git: 2785756dfd19 - main - www/yt-dlp: Update 2022.09.01 -> 2022.10.04
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 04 Oct 2022 07:30:36 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=2785756dfd19b99029c7f7b87ea0732e5ef8fb4f commit 2785756dfd19b99029c7f7b87ea0732e5ef8fb4f Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-10-04 07:25:37 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-10-04 07:30:31 +0000 www/yt-dlp: Update 2022.09.01 -> 2022.10.04 --- www/yt-dlp/Makefile | 2 +- www/yt-dlp/distinfo | 6 +++--- www/yt-dlp/files/patch-Makefile | 12 ++++++------ 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/www/yt-dlp/Makefile b/www/yt-dlp/Makefile index e4721bdc9b1a..80394e9a0e85 100644 --- a/www/yt-dlp/Makefile +++ b/www/yt-dlp/Makefile @@ -1,5 +1,5 @@ PORTNAME= yt-dlp -DISTVERSION= 2022.09.01 +DISTVERSION= 2022.10.04 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org diff --git a/www/yt-dlp/distinfo b/www/yt-dlp/distinfo index ad5c0e168e0c..4f63221ba1eb 100644 --- a/www/yt-dlp/distinfo +++ b/www/yt-dlp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1662271054 -SHA256 (yt-dlp-yt-dlp-2022.09.01_GH0.tar.gz) = 5a479b31a838ecf62a69b7880d069013528d2944a5e4088b84ae4105bc07d6c1 -SIZE (yt-dlp-yt-dlp-2022.09.01_GH0.tar.gz) = 2135262 +TIMESTAMP = 1664867843 +SHA256 (yt-dlp-yt-dlp-2022.10.04_GH0.tar.gz) = 5042c335ca642390fafead903937bcbfa52431217e8d3366624af37d63ec1796 +SIZE (yt-dlp-yt-dlp-2022.10.04_GH0.tar.gz) = 2171334 diff --git a/www/yt-dlp/files/patch-Makefile b/www/yt-dlp/files/patch-Makefile index 0c0f1d8d099a..01f05c9a446a 100644 --- a/www/yt-dlp/files/patch-Makefile +++ b/www/yt-dlp/files/patch-Makefile @@ -1,4 +1,4 @@ ---- Makefile.orig 2022-06-22 00:50:42 UTC +--- Makefile.orig 2022-10-04 04:50:32 UTC +++ Makefile @@ -1,4 +1,4 @@ -all: lazy-extractors yt-dlp doc pypi-files @@ -6,7 +6,7 @@ clean: clean-test clean-dist clean-all: clean clean-cache completions: completion-bash completion-fish completion-zsh -@@ -40,16 +40,16 @@ SHAREDIR ?= $(PREFIX)/share +@@ -39,16 +39,16 @@ SHAREDIR ?= $(PREFIX)/share PYTHON ?= /usr/bin/env python3 # set SYSCONFDIR to /etc if PREFIX=/usr or PREFIX=/usr/local @@ -26,12 +26,12 @@ mkdir -p $(DESTDIR)$(SHAREDIR)/bash-completion/completions install -m644 completions/bash/yt-dlp $(DESTDIR)$(SHAREDIR)/bash-completion/completions/yt-dlp mkdir -p $(DESTDIR)$(SHAREDIR)/zsh/site-functions -@@ -85,26 +85,26 @@ yt-dlp: yt_dlp/*.py yt_dlp/*/*.py +@@ -83,26 +83,26 @@ yt-dlp: yt_dlp/*.py yt_dlp/*/*.py done - touch -t 200001010101 zip/yt_dlp/*.py zip/yt_dlp/*/*.py zip/yt_dlp/*/*/*.py + touch -t 200001010101 zip/yt_dlp/*.py zip/yt_dlp/*/*.py mv zip/yt_dlp/__main__.py zip/ -- cd zip ; zip -q ../yt-dlp yt_dlp/*.py yt_dlp/*/*.py yt_dlp/*/*/*.py __main__.py -+ cd zip ; bsdtar -a -cf ../yt-dlp.zip yt_dlp/*.py yt_dlp/*/*.py yt_dlp/*/*/*.py __main__.py +- cd zip ; zip -q ../yt-dlp yt_dlp/*.py yt_dlp/*/*.py __main__.py ++ cd zip ; bsdtar -a -cf ../yt-dlp.zip yt_dlp/*.py yt_dlp/*/*.py __main__.py rm -rf zip echo '#!$(PYTHON)' > yt-dlp cat yt-dlp.zip >> yt-dlp