aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2023-09-14 07:36:46 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2023-09-14 07:37:34 +0000
commite7ccb4e6b25d9fd924a65d2a658c7bd487a4ad76 (patch)
tree7ca0002f0174875a45a64e2f9f05bcbec688616b
parentc42325821b99a09429aa19a1d34410e520692a76 (diff)
downloadports-e7ccb4e6b25d9fd924a65d2a658c7bd487a4ad76.tar.gz
ports-e7ccb4e6b25d9fd924a65d2a658c7bd487a4ad76.zip
astro/merkaartor: switch to using WebEngine
- it's not quite clear, whether an engine is still required. Qt5Webkit will be removed at the end of the year. See: commit e8e65e7574de0b374caaa3da0ba6a26a67103e62 www/qt5-webkit: mark for deletion Qt upstream switched to QtWebEngine quite a while ago, and the maintenance of QtWebKit was carried out by a separate person. Unfortunately, no release or updates have been pushed in the recent years. Note: there is a fork [1] of the used fork [2], that might be viable for people that really still need to rely on Qt5Webkit. [1] https://github.com/movableink/webkit/ [2] https://github.com/qtwebkit/qtwebkit
-rw-r--r--astro/merkaartor/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/astro/merkaartor/Makefile b/astro/merkaartor/Makefile
index 043b3609edb4..278fce6be377 100644
--- a/astro/merkaartor/Makefile
+++ b/astro/merkaartor/Makefile
@@ -1,6 +1,6 @@
PORTNAME= merkaartor
PORTVERSION= 0.19.0
-PORTREVISION= 15
+PORTREVISION= 16
CATEGORIES= astro
MAINTAINER= dev2@heesakkers.info
@@ -22,7 +22,7 @@ USE_LDCONFIG= yes
QMAKE_ARGS= SYSTEM_QUAZIP=1
USE_QT= buildtools:build \
concurrent core gui imageformats network printsupport svg \
- webkit widgets xml
+ webengine widgets xml
OPTIONS_DEFINE= DEBUG GEOIMAGE NLS PROTOBUF ZBAR
OPTIONS_DEFAULT= GEOIMAGE