On 2023/06/20 18:51, Johannes Thyssen Tishman wrote: > Stuart Henderson <s...@spacehopper.org> wrote: > > On 2023/06/20 18:10, Johannes Thyssen Tishman wrote: > > > Hi, > > > > > > here is an update for www/vimb 3.7.0, OK? > > > > nearly - keep the @tag in PLIST > > Sorry, but may I ask how I should do this? The PLIST was updated using > 'make update-plist', should I just edit it manually? Also could you > perhaps explain what exactly this means and why it has to be kept?
"make update-plist" (aka "make plist" if you prefer less typing) does keep the @tag line from the existing PLIST for me. if you're not using -current then it's possible that this changed post- release, I'm not sure. you can add it back in manually though. > Apologies for the beginner questions, I'm quite new to porting. > > Thank you. > > > > Index: Makefile > > > =================================================================== > > > RCS file: /cvs/ports/www/vimb/Makefile,v > > > retrieving revision 1.24 > > > diff -u -p -r1.24 Makefile > > > --- Makefile 3 Sep 2022 07:53:09 -0000 1.24 > > > +++ Makefile 20 Jun 2023 16:10:23 -0000 > > > @@ -2,8 +2,7 @@ COMMENT = modal webkit-based browser ins > > > > > > GH_ACCOUNT = fanglingsu > > > GH_PROJECT = vimb > > > -GH_TAGNAME = 3.6.0 > > > -REVISION = 1 > > > +GH_TAGNAME = 3.7.0 > > > > > > CATEGORIES = www x11 > > > > > > @@ -13,10 +12,11 @@ HOMEPAGE = https://fanglingsu.github.io/ > > > PERMIT_PACKAGE = Yes > > > > > > WANTLIB += atk-1.0 c cairo cairo-gobject gdk-3 gdk_pixbuf-2.0 > > > -WANTLIB += gio-2.0 glib-2.0 gobject-2.0 gtk-3 harfbuzz intl > > > javascriptcoregtk-4.0 > > > -WANTLIB += pango-1.0 pangocairo-1.0 soup-2.4 webkit2gtk-4.0 gmodule-2.0 > > > pthread > > > +WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 gtk-3 harfbuzz > > > +WANTLIB += intl javascriptcoregtk-4.1 pango-1.0 pangocairo-1.0 > > > +WANTLIB += pthread soup-3.0 webkit2gtk-4.1 > > > > > > -LIB_DEPENDS = www/webkitgtk4 > > > +LIB_DEPENDS = www/webkitgtk4,webkitgtk41 > > > > > > RUN_DEPENDS = devel/desktop-file-utils > > > > > > Index: distinfo > > > =================================================================== > > > RCS file: /cvs/ports/www/vimb/distinfo,v > > > retrieving revision 1.12 > > > diff -u -p -r1.12 distinfo > > > --- distinfo 21 Feb 2020 18:53:20 -0000 1.12 > > > +++ distinfo 20 Jun 2023 16:10:23 -0000 > > > @@ -1,2 +1,2 @@ > > > -SHA256 (vimb-3.6.0.tar.gz) = qNto35iEHwfL+bKqAm5RBaq4P4CdodFmPe//gSUNkh4= > > > -SIZE (vimb-3.6.0.tar.gz) = 144750 > > > +SHA256 (vimb-3.7.0.tar.gz) = Alt4WJHz3FNoJ+r/rM1Wt9kEVaMQFGGA7haKPLBQFXc= > > > +SIZE (vimb-3.7.0.tar.gz) = 149769 > > > cvs server: Diffing pkg > > > Index: pkg/PLIST > > > =================================================================== > > > RCS file: /cvs/ports/www/vimb/pkg/PLIST,v > > > retrieving revision 1.7 > > > diff -u -p -r1.7 PLIST > > > --- pkg/PLIST 11 Mar 2022 20:11:06 -0000 1.7 > > > +++ pkg/PLIST 20 Jun 2023 16:10:23 -0000 > > > @@ -3,4 +3,5 @@ lib/vimb/ > > > @so lib/vimb/webext_main.so > > > @man man/man1/vimb.1 > > > share/applications/vimb.desktop > > > -@tag update-desktop-database > > > +share/metainfo/ > > > +share/metainfo/vimb.metainfo.xml > > > > > > > >