On Thu, Sep 12, 2019 at 09:12:42AM +0000, Mikolaj Kucharski wrote:
> Hi,
> 
> Kind reminder. Previous email also at:
> 
> https://marc.info/?l=openbsd-ports&m=156749762125767&w=2
> 
> On Tue, Sep 03, 2019 at 07:59:51AM +0000, Mikolaj Kucharski wrote:
> > Hi,
> > 
> > This update fixes for me --dump-single-json JSON dump of first entry
> > from the YT user videos playlist (youtu.be/username/videos). With old
> > version title is wrong. With updated, title is correct.
> > 
> > make update-plist show plist didn't change.
> > 
> > 
> > Index: Makefile
> > ===================================================================
> > RCS file: /cvs/ports/www/youtube-dl/Makefile,v
> > retrieving revision 1.193
> > diff -u -p -u -r1.193 Makefile
> > --- Makefile        12 Aug 2019 06:54:10 -0000      1.193
> > +++ Makefile        3 Sep 2019 07:54:11 -0000
> > @@ -2,9 +2,8 @@
> >  
> >  COMMENT =  CLI program to download videos from YouTube and other sites
> >  
> > -VERSION =  2019.08.02
> > +VERSION =  2019.09.01
> >  MODPY_EGG_VERSION =        ${VERSION:S/.0/./g}
> > -REVISION = 0
> >  
> >  DISTNAME = youtube-dl-${VERSION}
> >  CATEGORIES =       www
> > Index: distinfo
> > ===================================================================
> > RCS file: /cvs/ports/www/youtube-dl/distinfo,v
> > retrieving revision 1.177
> > diff -u -p -u -r1.177 distinfo
> > --- distinfo        10 Aug 2019 18:11:39 -0000      1.177
> > +++ distinfo        3 Sep 2019 07:54:11 -0000
> > @@ -1,2 +1,2 @@
> > -SHA256 (youtube-dl-2019.08.02.tar.gz) = 
> > Vzw3rdPmEHvww8jOQ0Q7t4iVfXv7XnNs7msy47I0K4A=
> > -SIZE (youtube-dl-2019.08.02.tar.gz) = 3174224
> > +SHA256 (youtube-dl-2019.09.01.tar.gz) = 
> > GTdP9+p5TJNPddZb6Y2sWDfweK2wY8SYCpznWTrwa0k=
> > +SIZE (youtube-dl-2019.09.01.tar.gz) = 3179376
> > 
> 
> -- 
> Regards,
>  Mikolaj
> 

Hi,

In the meantime there was an update which also makes downloading videos from
youtube work again.


Patch below:


diff --git a/www/youtube-dl/Makefile b/www/youtube-dl/Makefile
index fa18401c396..56c9d4d301d 100644
--- a/www/youtube-dl/Makefile
+++ b/www/youtube-dl/Makefile
@@ -2,9 +2,8 @@
 
 COMMENT =      CLI program to download videos from YouTube and other sites
 
-VERSION =      2019.08.02
+VERSION =      2019.09.12.1
 MODPY_EGG_VERSION =    ${VERSION:S/.0/./g}
-REVISION =     0
 
 DISTNAME =     youtube-dl-${VERSION}
 CATEGORIES =   www
diff --git a/www/youtube-dl/distinfo b/www/youtube-dl/distinfo
index 4a5f6562f37..0ee52aad233 100644
--- a/www/youtube-dl/distinfo
+++ b/www/youtube-dl/distinfo
@@ -1,2 +1,2 @@
-SHA256 (youtube-dl-2019.08.02.tar.gz) = 
Vzw3rdPmEHvww8jOQ0Q7t4iVfXv7XnNs7msy47I0K4A=
-SIZE (youtube-dl-2019.08.02.tar.gz) = 3174224
+SHA256 (youtube-dl-2019.09.12.1.tar.gz) = 
zieoToYeTSNHaL86Rm0+D5r3xY8qrIS5QP6yzmZA+0A=
+SIZE (youtube-dl-2019.09.12.1.tar.gz) = 3180312

-- 
Kind regards,
Hiltjo

Reply via email to