Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Sep 2023 07:10:23 GMT
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5e2b11dd8958 - main - misc/bibletime: switch to using WebEngine
Message-ID:  <202309140710.38E7ANSp001535@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by tcberner:

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

commit 5e2b11dd8958ece968881ab473e83684d6cd8708
Author:     Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2023-09-14 06:18:02 +0000
Commit:     Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2023-09-14 07:08:25 +0000

    misc/bibletime: switch to using WebEngine
    
    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
---
 misc/bibletime/Makefile  | 4 ++--
 misc/bibletime/pkg-plist | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/misc/bibletime/Makefile b/misc/bibletime/Makefile
index 52d5bdb50429..cc994533d75b 100644
--- a/misc/bibletime/Makefile
+++ b/misc/bibletime/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	bibletime
 PORTVERSION=	2.11.2
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	misc kde
 MASTER_SITES=	SF/${PORTNAME}/BibleTime%202/BibleTime%202%20source%20code
 
@@ -15,6 +15,6 @@ LIB_DEPENDS=	libclucene-core.so:textproc/clucene \
 
 USES=		cmake compiler:c11 qt:5 tar:xz ssl
 USE_QT=		buildtools core dbus gui linguist:build network printsupport \
-		script svg webkit widgets \
+		script svg webengine widgets \
 		xml qmake:build testlib:build
 .include <bsd.port.mk>
diff --git a/misc/bibletime/pkg-plist b/misc/bibletime/pkg-plist
index 3fc6f36b8e99..d83d5a2ab715 100644
--- a/misc/bibletime/pkg-plist
+++ b/misc/bibletime/pkg-plist
@@ -997,7 +997,7 @@ share/applications/bibletime.desktop
 %%DATADIR%%/icons/view_mag.svg
 %%DATADIR%%/icons/view_profile.svg
 %%DATADIR%%/icons/window_fullscreen.svg
-%%DATADIR%%/javascript/bthtml.js
+%%DATADIR%%/javascript/btwebengine.js
 %%DATADIR%%/license/license.html
 %%DATADIR%%/locale/bibletime_ui_ar.qm
 %%DATADIR%%/locale/bibletime_ui_bg.qm



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309140710.38E7ANSp001535>