> "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.

Ah yes, you are right. Now that I think about it, I think I deleted pkg/PLIST
and regenerated it with 'make plist'. Without deleting it the tag was kept.
Below the updated diff.

Thanks Stuart.

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 18:16:03 -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 18:16:03 -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 18:16:03 -0000
@@ -4,3 +4,5 @@ lib/vimb/
 @man man/man1/vimb.1
 share/applications/vimb.desktop
 @tag update-desktop-database
+share/metainfo/
+share/metainfo/vimb.metainfo.xml

Reply via email to