Date: Fri, 21 Jan 2022 17:15:12 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c1f9db65b3cd - main - www/yt-dlp: Update 2021.12.27 -> 2022.01.21 Message-ID: <202201211715.20LHFCqL088244@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=c1f9db65b3cde88ed96c582fabdb995e2d1a722a commit c1f9db65b3cde88ed96c582fabdb995e2d1a722a Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-01-21 16:32:19 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-01-21 17:14:38 +0000 www/yt-dlp: Update 2021.12.27 -> 2022.01.21 Reported by: portscout --- www/yt-dlp/Makefile | 2 +- www/yt-dlp/distinfo | 6 +++--- www/yt-dlp/files/patch-Makefile | 11 ++++++----- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/www/yt-dlp/Makefile b/www/yt-dlp/Makefile index e6c7f8ee0792..1decfee2036d 100644 --- a/www/yt-dlp/Makefile +++ b/www/yt-dlp/Makefile @@ -1,5 +1,5 @@ PORTNAME= yt-dlp -DISTVERSION= 2021.12.27 +DISTVERSION= 2022.01.21 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org diff --git a/www/yt-dlp/distinfo b/www/yt-dlp/distinfo index 9209672e6bb5..7e433ece10b6 100644 --- a/www/yt-dlp/distinfo +++ b/www/yt-dlp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1640578107 -SHA256 (yt-dlp-yt-dlp-2021.12.27_GH0.tar.gz) = 7b659b2e71362a5a5c524368efa2009f98f5c92e4ec924fe0ebe3d2a08fb4643 -SIZE (yt-dlp-yt-dlp-2021.12.27_GH0.tar.gz) = 1897511 +TIMESTAMP = 1642782075 +SHA256 (yt-dlp-yt-dlp-2022.01.21_GH0.tar.gz) = f3435b9e8c1b5666e03a97da23d86c277cbbcb9fd5a7a2f2ca086488b00735c1 +SIZE (yt-dlp-yt-dlp-2022.01.21_GH0.tar.gz) = 1952377 diff --git a/www/yt-dlp/files/patch-Makefile b/www/yt-dlp/files/patch-Makefile index 1780de3dd9dc..1baed35e2811 100644 --- a/www/yt-dlp/files/patch-Makefile +++ b/www/yt-dlp/files/patch-Makefile @@ -1,10 +1,11 @@ ---- Makefile.orig 2021-10-22 20:47:18 UTC +--- Makefile.orig 2022-01-21 11:57:11 UTC +++ Makefile -@@ -1,14 +1,15 @@ +@@ -1,15 +1,15 @@ -all: lazy-extractors yt-dlp doc pypi-files +-clean: clean-test clean-dist +#all: lazy-extractors yt-dlp doc pypi-files +all: lazy-extractors yt-dlp - clean: clean-test clean-dist clean-cache + clean-all: clean clean-cache completions: completion-bash completion-fish completion-zsh -doc: README.md CONTRIBUTING.md issuetemplates supportedsites +#doc: README.md CONTRIBUTING.md issuetemplates supportedsites @@ -19,7 +20,7 @@ .PHONY: all clean install test tar pypi-files completions ot offlinetest codetest supportedsites -@@ -35,17 +36,23 @@ SHAREDIR ?= $(PREFIX)/share +@@ -37,17 +37,23 @@ SHAREDIR ?= $(PREFIX)/share PYTHON ?= /usr/bin/env python3 # set SYSCONFDIR to /etc if PREFIX=/usr or PREFIX=/usr/local @@ -48,7 +49,7 @@ codetest: flake8 . -@@ -65,37 +72,38 @@ yt-dlp: yt_dlp/*.py yt_dlp/*/*.py +@@ -67,37 +73,38 @@ yt-dlp: yt_dlp/*.py yt_dlp/*/*.py done touch -t 200001010101 zip/yt_dlp/*.py zip/yt_dlp/*/*.py mv zip/yt_dlp/__main__.py zip/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201211715.20LHFCqL088244>