From owner-svn-ports-all@freebsd.org Tue Nov 24 09:17:49 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 062FAA36EAC; Tue, 24 Nov 2015 09:17:49 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AD8461823; Tue, 24 Nov 2015 09:17:48 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAO9HlY5032435; Tue, 24 Nov 2015 09:17:47 GMT (envelope-from araujo@FreeBSD.org) Received: (from araujo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAO9HlKj032432; Tue, 24 Nov 2015 09:17:47 GMT (envelope-from araujo@FreeBSD.org) Message-Id: <201511240917.tAO9HlKj032432@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: araujo set sender to araujo@FreeBSD.org using -f From: Marcelo Araujo Date: Tue, 24 Nov 2015 09:17:47 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Nov 2015 09:17:49 -0000 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 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: