Tuesday, November 03, 2020

Re: [Update] www/youtube-dl from 2020.09.20 to 2020.11.01.1

On Mon, 02 Nov 2020 20:25:39 +0100
"Christoph R. Winter" <me@crw.name>:

> Hello !
>
> Beside is a diff to update youtube-dl from 2020.09.20 to 2020.11.01.1.
>
> Tested at amd64.
>
> I don´t know how the project handles the DMCA discussion but the source
> is available at the original website at https://youtube-dl.org/

I've not been able to apply the patch, but it was easy
enough to manually apply it. youtube-dl works fine with this
version.

Here is a working diff

Index: Makefile
===================================================================
RCS file: /home/reposync/ports/www/youtube-dl/Makefile,v
retrieving revision 1.212
diff -u -p -r1.212 Makefile
--- Makefile 2 Oct 2020 19:44:42 -0000 1.212
+++ Makefile 3 Nov 2020 15:10:30 -0000
@@ -2,13 +2,13 @@

COMMENT = CLI program to download videos from YouTube and other sites

-VERSION = 2020.09.20
+VERSION = 2020.11.01.1
MODPY_EGG_VERSION = ${VERSION:S/.0/./g}

DISTNAME = youtube-dl-${VERSION}
CATEGORIES = www

-HOMEPAGE = https://ytdl-org.github.io/youtube-dl/
+HOMEPAGE = https://youtube-dl.org/downloads/latest/

MAINTAINER = Paul Irofti <paul@irofti.net>

Index: distinfo
===================================================================
RCS file: /home/reposync/ports/www/youtube-dl/distinfo,v
retrieving revision 1.193
diff -u -p -r1.193 distinfo
--- distinfo 2 Oct 2020 19:44:42 -0000 1.193
+++ distinfo 3 Nov 2020 15:10:38 -0000
@@ -1,2 +1,2 @@
-SHA256 (youtube-dl-2020.09.20.tar.gz) = rBp5nPloNFvykIntLlxdT0oyAxYl2Ag2nmG2Ni0cfN4=
-SIZE (youtube-dl-2020.09.20.tar.gz) = 3188480
+SHA256 (youtube-dl-2020.11.01.1.tar.gz) = emIYe8n5GvQutcnJVlLjUBcKctu9rIx9caautIhakBo=
+SIZE (youtube-dl-2020.11.01.1.tar.gz) = 3190146

No comments:

Post a Comment