? www/luakit/codechecker_web Index: www/luakit/Makefile =================================================================== RCS file: /cvs/ports/www/luakit/Makefile,v retrieving revision 1.37 diff -u -p -u -p -r1.37 Makefile --- www/luakit/Makefile 3 Sep 2022 07:53:09 -0000 1.37 +++ www/luakit/Makefile 9 Nov 2022 15:25:52 -0000 @@ -3,8 +3,7 @@ COMMENT = fast, small, webkit based brow GH_ACCOUNT = luakit GH_PROJECT = luakit # used in MAKE_FLAGS -GH_TAGNAME = 2.3.1 -REVISION = 1 +GH_TAGNAME = 2.3.3 EPOCH = 1 Index: www/luakit/distinfo =================================================================== RCS file: /cvs/ports/www/luakit/distinfo,v retrieving revision 1.13 diff -u -p -u -p -r1.13 distinfo --- www/luakit/distinfo 30 Aug 2022 20:13:10 -0000 1.13 +++ www/luakit/distinfo 9 Nov 2022 15:25:52 -0000 @@ -1,2 +1,2 @@ -SHA256 (luakit-2.3.1.tar.gz) = E4/tHqzKuAH66MMv8r7Gy82GSp9SfFx3rR3kAs4aEw4= -SIZE (luakit-2.3.1.tar.gz) = 506988 +SHA256 (luakit-2.3.3.tar.gz) = jmVx8REZsx56ND23sD9o2CPx/Rdf3/SHDUCir9nnMtU= +SIZE (luakit-2.3.3.tar.gz) = 507343 Index: www/luakit/patches/patch-tests_async_test_undoclose_lua =================================================================== RCS file: www/luakit/patches/patch-tests_async_test_undoclose_lua diff -N www/luakit/patches/patch-tests_async_test_undoclose_lua --- www/luakit/patches/patch-tests_async_test_undoclose_lua 31 Aug 2022 16:10:49 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,13 +0,0 @@ -Fix undoclose unit test - -Index: tests/async/test_undoclose.lua ---- tests/async/test_undoclose.lua.orig -+++ tests/async/test_undoclose.lua -@@ -42,6 +42,7 @@ T.test_undo_close_works = function () - w:undo_close_tab(1) - assert(w.tabs:current() == 2) - test.wait_for_view(w.view) -+ test.wait_for_signal(w.view, "property::title", 2000) - - assert(w.view.uri == uri) - assert(w.view.title == "undoclose_page")