Re: git: d51e9502ff77 - main - graphics/qt6-svg: Fix pkg-plist

From: Jason E. Hale <jhale_at_freebsd.org>
Date: Mon, 09 Oct 2023 05:44:25 UTC
On Sun, Oct 8, 2023 at 7:48 PM Sergey A. Osokin <osa@freebsd.org> wrote:
>
> Hi Jason,
>
> thanks for the quick fix.
>
> On Sun, Oct 08, 2023 at 10:05:08PM +0000, Jason E. Hale wrote:
> > The branch main has been updated by jhale:
> >
> >     graphics/qt6-svg: Fix pkg-plist
> >
> >  %%QT_INCDIR%%/QtSvg/%%FULLVER%%/QtSvg/private/qsvgfont_p.h
> > +%%QT_INCDIR%%/QtSvg/%%FULLVER%%/QtSvg/private/qtsvgglobal_p.h
> >  %%QT_INCDIR%%/QtSvg/%%FULLVER%%/QtSvg/private/qsvggraphics_p.h
>
> The package list needs to be sorted out, so that new entry needs
> to be added a little bit below.
>
> Thank you.
>

True. Thanks for pointing that out. Qt 6.6.0 will be released soon,
like tomorrow soon and I'll fix it with that update. It will need an
exp-run, though. I actually already had this file in the pkg-plist for
6.6.0-rc and properly sorted. Slightly unsorted plist is harmless in
the meantime, though.

- Jason