Update www/qutebrowser to 2.0.2 Changelog:https://github.com/qutebrowser/qutebrowser/releases
*When right-clicking an empty part of the downloads bar, qutebrowser v2.0.x would crash. This is now fixed. *Setting content.cookies.store to false only worked properly when this was done after qutebrowser was already started due to a regression in v2.0.0. It now works as expected again. *If qutebrowser was installed as a Python egg with Python 3.8 or 3.9, requesting unavailable resource files (such as PDF.js not being bundled, or a missing changelog file) caused in a crash due to an inconsistent behavior in those versions of Python. This is now handled properly by qutebrowser. *When the importlib_resources package is required but was missing, users would get a Python stacktrace rather than a proper error message. This is now fixed. *Site-specific quirk JavaScript files were loaded lazily rather than preloaded at the start of qutebrowser, causing a crash when e.g. switching between versions while qutebrowser is open. Now they are preloaded at the start of qutebrowser again. Build & Run tested on amd64 Index: Makefile =================================================================== RCS file: /cvs/ports/www/qutebrowser/Makefile,v retrieving revision 1.24 diff -u -p -r1.24 Makefile --- Makefile 20 Feb 2021 14:22:33 -0000 1.24 +++ Makefile 24 Feb 2021 02:27:49 -0000 @@ -2,7 +2,7 @@ COMMENT = keyboard-focused browser with a minimal GUI -MODPY_EGG_VERSION = 2.0.1 +MODPY_EGG_VERSION = 2.0.2 DISTNAME = qutebrowser-${MODPY_EGG_VERSION} HOMEPAGE = https://www.qutebrowser.org/ Index: distinfo =================================================================== RCS file: /cvs/ports/www/qutebrowser/distinfo,v retrieving revision 1.14 diff -u -p -r1.14 distinfo --- distinfo 20 Feb 2021 14:22:33 -0000 1.14 +++ distinfo 24 Feb 2021 02:27:49 -0000 @@ -1,2 +1,2 @@ -SHA256 (qutebrowser-2.0.1.tar.gz) = qpiNYfGjltfnEBBUhRKRz1fnzxnn/A7v/TC2clcKskI= -SIZE (qutebrowser-2.0.1.tar.gz) = 6183369 +SHA256 (qutebrowser-2.0.2.tar.gz) = SKh+RTuJMuJZt7PKvYvFAGBoUvYi0SM4j7NOT/5Xszs= +SIZE (qutebrowser-2.0.2.tar.gz) = 6190348