Received: by mail.netbsd.org (Postfix, from userid 605) id B1AE984D78; Thu, 12 Sep 2019 09:21:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 37D0C84D5E for ; Thu, 12 Sep 2019 09:21:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id BMbmwn64pF3u for ; Thu, 12 Sep 2019 09:21:46 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B332484C85 for ; Thu, 12 Sep 2019 09:21:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B0071FBF4; Thu, 12 Sep 2019 09:21:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1568280106108110" MIME-Version: 1.0 Date: Thu, 12 Sep 2019 09:21:46 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/net/youtube-dl To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20190912092146.B0071FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1568280106108110 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Thu Sep 12 09:21:46 UTC 2019 Modified Files: pkgsrc/net/youtube-dl: Makefile distinfo Log Message: youtube-dl: Update to 20190912.1 Changes: 2019.09.12.1 ------------ Extractors * [youtube] Remove quality and tbr for itag 43 (#22372) 2019.09.12 ---------- Extractors * [youtube] Quick extraction tempfix (#22367, #22163) To generate a diff of this commit: cvs rdiff -u -r1.185 -r1.186 pkgsrc/net/youtube-dl/Makefile cvs rdiff -u -r1.168 -r1.169 pkgsrc/net/youtube-dl/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1568280106108110 Content-Disposition: inline Content-Length: 2013 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/youtube-dl/Makefile diff -u pkgsrc/net/youtube-dl/Makefile:1.185 pkgsrc/net/youtube-dl/Makefile:1.186 --- pkgsrc/net/youtube-dl/Makefile:1.185 Wed Sep 11 13:13:47 2019 +++ pkgsrc/net/youtube-dl/Makefile Thu Sep 12 09:21:46 2019 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.185 2019/09/11 13:13:47 leot Exp $ +# $NetBSD: Makefile,v 1.186 2019/09/12 09:21:46 leot Exp $ # XXX: VERSION_DATE can contains also an optional part that indicates # XXX: possible same day revisions. PKGNAME preserves that dotted part as is. -VERSION_DATE= 2019.09.01 +VERSION_DATE= 2019.09.12.1 DISTNAME= youtube-dl-${VERSION_DATE} PKGNAME= ${DISTNAME:S/.//:S/.//} CATEGORIES= net Index: pkgsrc/net/youtube-dl/distinfo diff -u pkgsrc/net/youtube-dl/distinfo:1.168 pkgsrc/net/youtube-dl/distinfo:1.169 --- pkgsrc/net/youtube-dl/distinfo:1.168 Wed Sep 11 13:13:47 2019 +++ pkgsrc/net/youtube-dl/distinfo Thu Sep 12 09:21:46 2019 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.168 2019/09/11 13:13:47 leot Exp $ +$NetBSD: distinfo,v 1.169 2019/09/12 09:21:46 leot Exp $ -SHA1 (youtube-dl-2019.09.01.tar.gz) = d191501762cfeb08ef2139ce34ed6363dd80822f -RMD160 (youtube-dl-2019.09.01.tar.gz) = 5af6f8b47eee3ecfac13500041a5c0ce2ddb793b -SHA512 (youtube-dl-2019.09.01.tar.gz) = 327ef44180e2048045884d79de20541f81a4dbcee415c3fa15bcf333674f2b6e6c6663efa532b64e4f7078449af946479c98464ff9b54642e886f8c792f0b82f -Size (youtube-dl-2019.09.01.tar.gz) = 3179376 bytes +SHA1 (youtube-dl-2019.09.12.1.tar.gz) = 2f73b74a43090be409b373442fbc798a86c14265 +RMD160 (youtube-dl-2019.09.12.1.tar.gz) = 721d169b557eb29083f28bb9b73293f9d94f34c7 +SHA512 (youtube-dl-2019.09.12.1.tar.gz) = 8177165cab21e83d1e1012c3d56e5182816f2367322eeea526c6d18aa74d35271a4625c6663204c0a5206976dbe32c97cdcd22b000e4e8e23a1073b474345eb3 +Size (youtube-dl-2019.09.12.1.tar.gz) = 3180312 bytes SHA1 (patch-setup.py) = a67074ae7cfe5e77847c2f610337ea553eddb69b SHA1 (patch-youtube__dl_postprocessor_ffmpeg.py) = f96676170a448d9205d542a7def4beca615a1490 --_----------=_1568280106108110--