git: e7ccb4e6b25d - main - astro/merkaartor: switch to using WebEngine

From: Tobias C. Berner <tcberner_at_FreeBSD.org>
Date: Thu, 14 Sep 2023 07:38:02 UTC
The branch main has been updated by tcberner:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e7ccb4e6b25d9fd924a65d2a658c7bd487a4ad76

commit e7ccb4e6b25d9fd924a65d2a658c7bd487a4ad76
Author:     Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2023-09-14 07:36:46 +0000
Commit:     Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2023-09-14 07:37:34 +0000

    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
---
 astro/merkaartor/Makefile | 4 ++--
 1 file 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