Update qutebrowser to 1.14.1

Changelog:https://github.com/qutebrowser/qutebrowser/releases

Remove py-cssutils which is an optional dependency. It is required for
(non-default)QWebKit backend. This dependency will be eradicated in
a future release.
https://github.com/qutebrowser/qutebrowser/commit/6acd40a38379fc9c2d6b80b19d75c94e6094452d

Build, run tested on amd64

Index: Makefile
===================================================================
RCS file: /cvs/ports/www/qutebrowser/Makefile,v
retrieving revision 1.22
diff -u -p -r1.22 Makefile
--- Makefile    23 Oct 2020 19:21:47 -0000      1.22
+++ Makefile    10 Dec 2020 11:50:39 -0000
@@ -2,7 +2,7 @@
 
 COMMENT =              keyboard-focused browser with a minimal GUI
 
-MODPY_EGG_VERSION =    1.14.0
+MODPY_EGG_VERSION =    1.14.1
 DISTNAME =             qutebrowser-${MODPY_EGG_VERSION}
 
 HOMEPAGE =             https://www.qutebrowser.org/
@@ -21,7 +21,6 @@ MODPY_SETUPTOOLS =    Yes
 
 RUN_DEPENDS =          devel/desktop-file-utils \
                        devel/py-attrs${MODPY_FLAVOR} \
-                       textproc/py-cssutils${MODPY_FLAVOR} \
                        textproc/py-PEG2${MODPY_FLAVOR} \
                        textproc/py-pygments${MODPY_FLAVOR} \
                        textproc/py-yaml${MODPY_FLAVOR} \
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/qutebrowser/distinfo,v
retrieving revision 1.12
diff -u -p -r1.12 distinfo
--- distinfo    23 Oct 2020 19:21:47 -0000      1.12
+++ distinfo    10 Dec 2020 11:50:39 -0000
@@ -1,2 +1,2 @@
-SHA256 (qutebrowser-1.14.0.tar.gz) = 
1vo2KC1oaBWZb6j4RF4/khWU9JMoOVF36DBdB2vEyUc=
-SIZE (qutebrowser-1.14.0.tar.gz) = 4144826
+SHA256 (qutebrowser-1.14.1.tar.gz) = 
VUwUX/ZLGpLU9T48Ykqq1Ruq+3y1tGm8gVri4OGVh5Y=
+SIZE (qutebrowser-1.14.1.tar.gz) = 4161759
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/www/qutebrowser/pkg/PLIST,v
retrieving revision 1.11
diff -u -p -r1.11 PLIST
--- pkg/PLIST   23 Oct 2020 19:21:47 -0000      1.11
+++ pkg/PLIST   10 Dec 2020 11:50:40 -0000
@@ -297,6 +297,7 @@ lib/python${MODPY_VERSION}/site-packages
 
lib/python${MODPY_VERSION}/site-packages/qutebrowser/javascript/globalthis_quirk.user.js
 
lib/python${MODPY_VERSION}/site-packages/qutebrowser/javascript/greasemonkey_wrapper.js
 lib/python${MODPY_VERSION}/site-packages/qutebrowser/javascript/history.js
+lib/python${MODPY_VERSION}/site-packages/qutebrowser/javascript/object_fromentries_quirk.user.js
 lib/python${MODPY_VERSION}/site-packages/qutebrowser/javascript/pac_utils.js
 
lib/python${MODPY_VERSION}/site-packages/qutebrowser/javascript/position_caret.js
 lib/python${MODPY_VERSION}/site-packages/qutebrowser/javascript/print.js

Reply via email to