Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Nov 2015 09:17:47 +0000 (UTC)
From:      Marcelo Araujo <araujo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r402350 - in head/www/youtube_dl: . files
Message-ID:  <201511240917.tAO9HlKj032432@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: araujo
Date: Tue Nov 24 09:17:47 2015
New Revision: 402350
URL: https://svnweb.freebsd.org/changeset/ports/402350

Log:
  - Update to 2015.11.24.
  
  PR:		ports/204776
  Submitted by:	Christoph Moench-Tegeder <cmt@burggraben.net>

Modified:
  head/www/youtube_dl/Makefile
  head/www/youtube_dl/distinfo
  head/www/youtube_dl/files/patch-youtube_dl____init__.py

Modified: head/www/youtube_dl/Makefile
==============================================================================
--- head/www/youtube_dl/Makefile	Tue Nov 24 08:15:09 2015	(r402349)
+++ head/www/youtube_dl/Makefile	Tue Nov 24 09:17:47 2015	(r402350)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	youtube_dl
-PORTVERSION=	2015.11.13
+PORTVERSION=	2015.11.24
 CATEGORIES=	www
 MASTER_SITES=	https://yt-dl.org/downloads/${PORTVERSION}/
 DISTNAME=	youtube-dl-${PORTVERSION}

Modified: head/www/youtube_dl/distinfo
==============================================================================
--- head/www/youtube_dl/distinfo	Tue Nov 24 08:15:09 2015	(r402349)
+++ head/www/youtube_dl/distinfo	Tue Nov 24 09:17:47 2015	(r402350)
@@ -1,2 +1,2 @@
-SHA256 (youtube-dl-2015.11.13.tar.gz) = dd75b284de30aeff6b85d8550ad19cb8ca481961eb762304b6576ffeb8022408
-SIZE (youtube-dl-2015.11.13.tar.gz) = 1788412
+SHA256 (youtube-dl-2015.11.24.tar.gz) = cceeb606e723c0291de85eecb9a551ca887f3be4db786ad621011a9201a482b1
+SIZE (youtube-dl-2015.11.24.tar.gz) = 1803588

Modified: head/www/youtube_dl/files/patch-youtube_dl____init__.py
==============================================================================
--- head/www/youtube_dl/files/patch-youtube_dl____init__.py	Tue Nov 24 08:15:09 2015	(r402349)
+++ head/www/youtube_dl/files/patch-youtube_dl____init__.py	Tue Nov 24 09:17:47 2015	(r402350)
@@ -1,6 +1,6 @@
---- youtube_dl/__init__.py.orig	2015-05-15 08:01:24 UTC
-+++ youtube_dl/__init__.py
-@@ -36,7 +36,6 @@ from .utils import (
+--- youtube_dl/__init__.py.orig	2015-11-24 09:44:40.030482000 +0100
++++ youtube_dl/__init__.py	2015-11-24 09:45:54.856110000 +0100
+@@ -36,7 +36,6 @@
      std_headers,
      write_string,
  )
@@ -8,13 +8,13 @@
  from .downloader import (
      FileDownloader,
  )
-@@ -370,17 +369,13 @@ def _real_main(argv=None):
+@@ -375,17 +374,13 @@
      }
  
      with YoutubeDL(ydl_opts) as ydl:
 -        # Update version
 -        if opts.update_self:
--            update_self(ydl.to_screen, opts.verbose)
+-            update_self(ydl.to_screen, opts.verbose, ydl._opener)
 -
          # Remove cache dir
          if opts.rm_cachedir:



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