Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Feb 2021 06:23:43 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r566204 - in head/www/youtube_dlc: . files
Message-ID:  <202102210623.11L6NhOK019601@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sun Feb 21 06:23:42 2021
New Revision: 566204
URL: https://svnweb.freebsd.org/changeset/ports/566204

Log:
  www/youtube_dlc: Update to 2021.02.19
  
  PR:		253732
  Submitted by:	daniel.engberg.lists@pyret.net

Modified:
  head/www/youtube_dlc/Makefile
  head/www/youtube_dlc/distinfo
  head/www/youtube_dlc/files/patch-youtube__dlc_____init____.py

Modified: head/www/youtube_dlc/Makefile
==============================================================================
--- head/www/youtube_dlc/Makefile	Sun Feb 21 05:02:11 2021	(r566203)
+++ head/www/youtube_dlc/Makefile	Sun Feb 21 06:23:42 2021	(r566204)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	youtube_dlc
-DISTVERSION=	2021.02.15
+DISTVERSION=	2021.02.19
 CATEGORIES=	www
 
 # Implicit approval to commit trivial version updates.

Modified: head/www/youtube_dlc/distinfo
==============================================================================
--- head/www/youtube_dlc/distinfo	Sun Feb 21 05:02:11 2021	(r566203)
+++ head/www/youtube_dlc/distinfo	Sun Feb 21 06:23:42 2021	(r566204)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1613562925
-SHA256 (pukkandan-yt-dlp-2021.02.15_GH0.tar.gz) = 7b5c89798ddab730c36631e42001873d8d3ecf74803c48faa29149569d09f457
-SIZE (pukkandan-yt-dlp-2021.02.15_GH0.tar.gz) = 1547487
+TIMESTAMP = 1613862414
+SHA256 (pukkandan-yt-dlp-2021.02.19_GH0.tar.gz) = 9a897969d6fb5c5f8806b3e220471a5ed1e964aae0d9b93952209e2febb978f1
+SIZE (pukkandan-yt-dlp-2021.02.19_GH0.tar.gz) = 1553522

Modified: head/www/youtube_dlc/files/patch-youtube__dlc_____init____.py
==============================================================================
--- head/www/youtube_dlc/files/patch-youtube__dlc_____init____.py	Sun Feb 21 05:02:11 2021	(r566203)
+++ head/www/youtube_dlc/files/patch-youtube__dlc_____init____.py	Sun Feb 21 06:23:42 2021	(r566204)
@@ -1,4 +1,4 @@
---- youtube_dlc/__init__.py.orig	2021-02-17 11:58:10 UTC
+--- youtube_dlc/__init__.py.orig	2021-02-19 21:44:01 UTC
 +++ youtube_dlc/__init__.py
 @@ -38,7 +38,6 @@ from .utils import (
      std_headers,
@@ -8,7 +8,7 @@
  from .downloader import (
      FileDownloader,
  )
-@@ -555,17 +554,9 @@ def _real_main(argv=None):
+@@ -556,17 +555,9 @@ def _real_main(argv=None):
          if opts.rm_cachedir:
              ydl.cache.remove()
  
@@ -17,7 +17,7 @@
 -            # If updater returns True, exit. Required for windows
 -            if update_self(ydl.to_screen, opts.verbose, ydl._opener):
 -                if actual_use:
--                    parser.error('The program must exit for the update to complete')
+-                    sys.exit('ERROR: The program must exit for the update to complete')
 -                sys.exit()
 -
          # Maybe do nothing



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102210623.11L6NhOK019601>