git: 430987697d7a - main - www/yt-dlp: Update 2022.07.18 -> 2022.08.08

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Mon, 08 Aug 2022 22:32:49 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=430987697d7ab9917e39b27c3e9a401c50a78949

commit 430987697d7ab9917e39b27c3e9a401c50a78949
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-08-08 22:31:21 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-08-08 22:32:45 +0000

    www/yt-dlp: Update 2022.07.18 -> 2022.08.08
    
    Reported by:    portscout
---
 www/yt-dlp/Makefile                      | 3 +--
 www/yt-dlp/distinfo                      | 6 +++---
 www/yt-dlp/files/patch-yt__dlp_update.py | 6 +++---
 3 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/www/yt-dlp/Makefile b/www/yt-dlp/Makefile
index 80d0a1dd34a3..01adbb5303e1 100644
--- a/www/yt-dlp/Makefile
+++ b/www/yt-dlp/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	yt-dlp
-DISTVERSION=	2022.07.18
-PORTREVISION=	1
+DISTVERSION=	2022.08.08
 CATEGORIES=	www
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/www/yt-dlp/distinfo b/www/yt-dlp/distinfo
index 2a7531324bc3..8a8aed3eb43e 100644
--- a/www/yt-dlp/distinfo
+++ b/www/yt-dlp/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1658122812
-SHA256 (yt-dlp-yt-dlp-2022.07.18_GH0.tar.gz) = c7a68a2c2057ff2d981ff619eb855e4661c3e5c1263c04ec4afa3815e8ae1b91
-SIZE (yt-dlp-yt-dlp-2022.07.18_GH0.tar.gz) = 2097407
+TIMESTAMP = 1659997523
+SHA256 (yt-dlp-yt-dlp-2022.08.08_GH0.tar.gz) = 5e9c288335985a07346874c1995686c5ce65640f05e95b34b75a894df9b48d11
+SIZE (yt-dlp-yt-dlp-2022.08.08_GH0.tar.gz) = 2109727
diff --git a/www/yt-dlp/files/patch-yt__dlp_update.py b/www/yt-dlp/files/patch-yt__dlp_update.py
index 964f4d186e10..43a64f0fcade 100644
--- a/www/yt-dlp/files/patch-yt__dlp_update.py
+++ b/www/yt-dlp/files/patch-yt__dlp_update.py
@@ -1,6 +1,6 @@
 - this patch prevents -U from updating yt-dlp - it makes it "unrecognized"
 
---- yt_dlp/update.py.orig	2022-07-18 00:03:50 UTC
+--- yt_dlp/update.py.orig	2022-08-08 22:15:24 UTC
 +++ yt_dlp/update.py
 @@ -39,7 +39,7 @@ def _get_variant_and_executable_path():
  
@@ -15,8 +15,8 @@
      **{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()},
      'source': 'You cannot update when running from source code; Use git to pull the latest changes',
--    'unknown': 'It looks like you installed yt-dlp with a package manager, pip or setup.py; Use that to update',
+-    'unknown': 'You installed yt-dlp with a package manager or setup.py; Use that to update',
 +    'unknown': 'Please use the command \'pkg upgrade yt-dlp\' to upgrade.',
-     'other': 'It looks like you are using an unofficial build of yt-dlp; Build the executable again',
+     'other': 'You are using an unofficial build of yt-dlp; Build the executable again',
  }