diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2022-10-29 11:34:25 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2022-10-30 13:45:42 +0000 |
commit | 2afa6815bbe0cca75c827f162c8545138611b924 (patch) | |
tree | 310d7c65ca624e3426113e3c45548b3f65138215 | |
parent | 6f9ecc04ad359bf3cc9c6cf46caecb984f070799 (diff) | |
download | ports-2afa6815bbe0cca75c827f162c8545138611b924.tar.gz ports-2afa6815bbe0cca75c827f162c8545138611b924.zip |
www/qutebrowser: update to 2.5.2
Also, remove the WEBENGINE option as webengine is the only supported
rendering backend now, so require it unconditionally.
-rw-r--r-- | www/qutebrowser/Makefile | 10 | ||||
-rw-r--r-- | www/qutebrowser/distinfo | 6 |
2 files changed, 6 insertions, 10 deletions
diff --git a/www/qutebrowser/Makefile b/www/qutebrowser/Makefile index cfd5b4d6c797..1eac1886d8a9 100644 --- a/www/qutebrowser/Makefile +++ b/www/qutebrowser/Makefile @@ -1,5 +1,5 @@ PORTNAME= qutebrowser -DISTVERSION= 2.5.1 +DISTVERSION= 2.5.2 CATEGORIES= www MASTER_SITES= CHEESESHOP @@ -19,7 +19,7 @@ RUN_DEPENDS= \ ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:audio/alsa-plugins USES= cpe desktop-file-utils python:3.6+ pyqt:5 qt:5 -USE_PYQT= pyqt5 +USE_PYQT= pyqt5 webengine USE_PYTHON= distutils autoplist noflavors USE_QT= sql-sqlite3 @@ -28,16 +28,12 @@ EXTRACT_CMD= ${SETENV} LC_ALL=en_US.UTF-8 /usr/bin/bsdtar NO_ARCH= yes PLIST_FILES= share/applications/${PORTNAME}-${PYTHON_VER}.desktop -OPTIONS_DEFINE= WEBENGINE OPTIONS_DEFINE_amd64= ADBLOCK -OPTIONS_DEFAULT_amd64= WEBENGINE ADBLOCK -OPTIONS_DEFAULT_i386= WEBENGINE +OPTIONS_DEFAULT_amd64= ADBLOCK ADBLOCK_DESC= Enable the newer adblocking support -WEBENGINE_DESC= WebEngine webpage renderer support ADBLOCK_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}adblock>=0.4.2:www/py-adblock@${PY_FLAVOR} -WEBENGINE_USE= PYQT=webengine .include <bsd.port.pre.mk> diff --git a/www/qutebrowser/distinfo b/www/qutebrowser/distinfo index 99d097f98ac1..865bf3ffd34f 100644 --- a/www/qutebrowser/distinfo +++ b/www/qutebrowser/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1653790695 -SHA256 (qutebrowser-2.5.1.tar.gz) = e6885886a84cd166a6ba633794a58a4c67d871c27188127e5ddbc5276d76edbc -SIZE (qutebrowser-2.5.1.tar.gz) = 6089389 +TIMESTAMP = 1667040590 +SHA256 (qutebrowser-2.5.2.tar.gz) = a9bfce14ddc403de0deb2eedf983c231ce003e0759995ec7ef4ea34e4974e908 +SIZE (qutebrowser-2.5.2.tar.gz) = 6114611 |