Diff below brings vimb to 3.3.0. Overview on changes can be found at https://github.com/fanglingsu/vimb/releases/tag/3.3.0
Patch has been dropped as it has been addressed upstream, and re-synced WANTLIB. (Very) lightly tested on amd64. Comments/OK? Index: Makefile =================================================================== RCS file: /cvs/ports/www/vimb/Makefile,v retrieving revision 1.17 diff -u -p -r1.17 Makefile --- Makefile 9 Aug 2018 23:25:58 -0000 1.17 +++ Makefile 7 Dec 2018 05:36:42 -0000 @@ -4,8 +4,7 @@ COMMENT = modal webkit-based browser ins GH_ACCOUNT = fanglingsu GH_PROJECT = vimb -GH_TAGNAME = 3.2.0 -REVISION = 1 +GH_TAGNAME = 3.3.0 CATEGORIES = www x11 @@ -14,7 +13,7 @@ HOMEPAGE = https://fanglingsu.github.io/ # GPLv3+ PERMIT_PACKAGE_CDROM = Yes -WANTLIB += atk-1.0 c cairo cairo-gobject fribidi gdk-3 gdk_pixbuf-2.0 +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 intl javascriptcoregtk-4.0 WANTLIB += pango-1.0 pangocairo-1.0 soup-2.4 webkit2gtk-4.0 Index: distinfo =================================================================== RCS file: /cvs/ports/www/vimb/distinfo,v retrieving revision 1.9 diff -u -p -r1.9 distinfo --- distinfo 26 Jun 2018 20:41:35 -0000 1.9 +++ distinfo 7 Dec 2018 05:36:42 -0000 @@ -1,2 +1,2 @@ -SHA256 (vimb-3.2.0.tar.gz) = l0ZAjEW+28ps1b03xyaKzlLyZVpOrUu1AjnVV775q0E= -SIZE (vimb-3.2.0.tar.gz) = 131034 +SHA256 (vimb-3.3.0.tar.gz) = XG/jmxssoYo0K7ZoP3/VsTnq1TkD9X3Z7s1aEHRXbWw= +SIZE (vimb-3.3.0.tar.gz) = 136151 Index: patches/patch-src_Makefile =================================================================== RCS file: patches/patch-src_Makefile diff -N patches/patch-src_Makefile --- patches/patch-src_Makefile 26 Jun 2018 20:41:35 -0000 1.3 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,14 +0,0 @@ -$OpenBSD: patch-src_Makefile,v 1.3 2018/06/26 20:41:35 landry Exp $ - -Index: src/Makefile ---- src/Makefile.orig -+++ src/Makefile -@@ -16,6 +16,8 @@ vimb.so: $(OBJ) - - $(OBJ): config.h ../config.mk - -+input.o: scripts/scripts.h -+ - normal.o: scripts/scripts.h - - setting.o: scripts/scripts.h
