mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
www/yt-dlp: Update 2021.12.27 -> 2022.01.21
Reported by: portscout
This commit is contained in:
parent
8db5a0b9c2
commit
c1f9db65b3
@ -1,5 +1,5 @@
|
||||
PORTNAME= yt-dlp
|
||||
DISTVERSION= 2021.12.27
|
||||
DISTVERSION= 2022.01.21
|
||||
CATEGORIES= www
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
@ -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
|
||||
|
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user