On Wed, 30 Sep 2020 20:01:52 +0000 Mikolaj Kucharski <miko...@kucharski.name>:
> Hi, > > I actually didn't have any issues with youtube-dl. I think this can wait > after unlock. > > ChangeLog at: > > https://github.com/ytdl-org/youtube-dl/compare/2020.07.28...2020.09.20#diff-02f0b547c2779d25cff89672135f20e3 > > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/www/youtube-dl/Makefile,v > retrieving revision 1.211 > diff -u -p -u -r1.211 Makefile > --- Makefile 28 Jul 2020 15:14:33 -0000 1.211 > +++ Makefile 30 Sep 2020 19:59:12 -0000 > @@ -2,7 +2,7 @@ > > COMMENT = CLI program to download videos from YouTube and other sites > > -VERSION = 2020.07.28 > +VERSION = 2020.09.20 > MODPY_EGG_VERSION = ${VERSION:S/.0/./g} > > DISTNAME = youtube-dl-${VERSION} > Index: distinfo > =================================================================== > RCS file: /cvs/ports/www/youtube-dl/distinfo,v > retrieving revision 1.192 > diff -u -p -u -r1.192 distinfo > --- distinfo 28 Jul 2020 15:14:33 -0000 1.192 > +++ distinfo 30 Sep 2020 19:59:12 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (youtube-dl-2020.07.28.tar.gz) = > H7PjTYBABGTlWu62ElbDZGgRatnv6CVDtDend6Lvx8U= > -SIZE (youtube-dl-2020.07.28.tar.gz) = 3179686 > +SHA256 (youtube-dl-2020.09.20.tar.gz) = > rBp5nPloNFvykIntLlxdT0oyAxYl2Ag2nmG2Ni0cfN4= > +SIZE (youtube-dl-2020.09.20.tar.gz) = 3188480 > tested, works fine on amd64 ok solene@