Apologies, Theo pointed this out to be in an earlier submission and I
thought I had it fix but have clearly regressed somewhere. I'll do some
more testing before sending in more inline patches, sorry again for the
needless extra work.


On Sat, Sep 06, 2025 at 11:11:53AM +0100, Stuart Henderson wrote:
> Your diffs don't apply properly. If you can't stop your mail client from
> wrapping them, please send as an attachment instead of inline.
> 
> 
> On 2025/09/06 05:15, byteskeptical wrote:
> > Good Morrow,
> > 
> > Another day, another update. Added a VEVO extractor, bug and feature
> > fixes for some existing extractors. A much needed build script
> > overhaul.
> > 
> > 
> > Index: Makefile
> > ===================================================================
> > RCS file: /cvs/ports/www/yt-dlp/Makefile,v
> > retrieving revision 1.65
> > diff -u -p -u -p -r1.65 Makefile
> > --- Makefile        1 Sep 2025 08:12:38 -0000       1.65
> > +++ Makefile        6 Sep 2025 04:53:22 -0000
> > @@ -1,6 +1,6 @@
> >  COMMENT =  CLI program to download videos from YouTube and other sites
> > 
> > -VERSION =  2025.08.27
> > +VERSION =  2025.09.05
> >  MODPY_DISTV =      ${VERSION:S/.0/./g}
> > 
> >  DISTNAME = yt-dlp-${VERSION}
> > Index: distinfo
> > ===================================================================
> > RCS file: /cvs/ports/www/yt-dlp/distinfo,v
> > retrieving revision 1.57
> > diff -u -p -u -p -r1.57 distinfo
> > --- distinfo        1 Sep 2025 08:12:38 -0000       1.57
> > +++ distinfo        6 Sep 2025 04:53:22 -0000
> > @@ -1,2 +1,2 @@
> > -SHA256 (yt-dlp-2025.08.27.tar.gz) =
> > owRCkC+t+XKAuRwkxMIZHIuhdRW4pd2DXvyZHAO1u3s=
> > -SIZE (yt-dlp-2025.08.27.tar.gz) = 6018553
> > +SHA256 (yt-dlp-2025.09.05.tar.gz) =
> > cbdG9TfdzNzVQ1KpQenmzSAzFQtEDrFNjRXa76SyyFU=
> > +SIZE (yt-dlp-2025.09.05.tar.gz) = 6033079
> > cvs server: Diffing patches
> > cvs server: Diffing pkg
> > Index: pkg/PLIST
> > ===================================================================
> > RCS file: /cvs/ports/www/yt-dlp/pkg/PLIST,v
> > retrieving revision 1.51
> > diff -u -p -u -p -r1.51 PLIST
> > --- pkg/PLIST       25 Aug 2025 03:37:14 -0000      1.51
> > +++ pkg/PLIST       6 Sep 2025 04:53:24 -0000
> > @@ -1988,6 +1988,8 @@ lib/python${MODPY_VERSION}/site-packages
> > 
> > lib/python${MODPY_VERSION}/site-packages/yt_dlp/extractor/${MODPY_PYCACHE}veo.${MODPY_PYC_MAGIC_TAG}pyc
> > 
> > lib/python${MODPY_VERSION}/site-packages/yt_dlp/extractor/${MODPY_PYCACHE}vesti.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
> > 
> > lib/python${MODPY_VERSION}/site-packages/yt_dlp/extractor/${MODPY_PYCACHE}vesti.${MODPY_PYC_MAGIC_TAG}pyc
> > +lib/python${MODPY_VERSION}/site-packages/yt_dlp/extractor/${MODPY_PYCACHE}vevo.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
> > +lib/python${MODPY_VERSION}/site-packages/yt_dlp/extractor/${MODPY_PYCACHE}vevo.${MODPY_PYC_MAGIC_TAG}pyc
> > 
> > lib/python${MODPY_VERSION}/site-packages/yt_dlp/extractor/${MODPY_PYCACHE}vgtv.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
> > 
> > lib/python${MODPY_VERSION}/site-packages/yt_dlp/extractor/${MODPY_PYCACHE}vgtv.${MODPY_PYC_MAGIC_TAG}pyc
> > 
> > lib/python${MODPY_VERSION}/site-packages/yt_dlp/extractor/${MODPY_PYCACHE}vh1.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
> > @@ -3097,6 +3099,7 @@ lib/python${MODPY_VERSION}/site-packages
> >  lib/python${MODPY_VERSION}/site-packages/yt_dlp/extractor/vbox7.py
> >  lib/python${MODPY_VERSION}/site-packages/yt_dlp/extractor/veo.py
> >  lib/python${MODPY_VERSION}/site-packages/yt_dlp/extractor/vesti.py
> > +lib/python${MODPY_VERSION}/site-packages/yt_dlp/extractor/vevo.py
> >  lib/python${MODPY_VERSION}/site-packages/yt_dlp/extractor/vgtv.py
> >  lib/python${MODPY_VERSION}/site-packages/yt_dlp/extractor/vh1.py
> >  lib/python${MODPY_VERSION}/site-packages/yt_dlp/extractor/vice.py
> > 
> > 
> > --
> > All desire is the desire to be desired by the subject presumed to know.
> > 
> 

-- 
All desire is the desire to be desired by the subject presumed to know.

Reply via email to