Date: Wed, 13 Sep 2023 11:16:30 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: 3b4abebdff91 - main - finance/kmymoney: switch to using WebEngine by default Message-ID: <202309131116.38DBGUTj017001@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=3b4abebdff913052998b7333a937e4c3af85c859 commit 3b4abebdff913052998b7333a937e4c3af85c859 Author: Tobias C. Berner <tcberner@FreeBSD.org> AuthorDate: 2023-09-13 10:45:53 +0000 Commit: Tobias C. Berner <tcberner@FreeBSD.org> CommitDate: 2023-09-13 11:16:13 +0000 finance/kmymoney: switch to using WebEngine by default 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 --- finance/kmymoney/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/finance/kmymoney/Makefile b/finance/kmymoney/Makefile index 04ee43c676d0..90fd1c7935a0 100644 --- a/finance/kmymoney/Makefile +++ b/finance/kmymoney/Makefile @@ -1,6 +1,6 @@ PORTNAME= kmymoney PORTVERSION= 5.1.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= finance kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src @@ -17,7 +17,7 @@ LIB_DEPENDS= libalkimia5.so:finance/alkimia \ USES= cmake compiler:c++14-lang desktop-file-utils gettext kde:5 \ pkgconfig qt:5 shared-mime-info shebangfix tar:xz USE_QT= buildtools:build core dbus gui network printsupport qmake:build \ - sql testlib:build xml webkit widgets + sql testlib:build xml widgets USE_KDE= activities archive auth bookmarks codecs completion config \ configwidgets coreaddons doctools:build ecm:build i18n \ iconthemes itemmodels itemviews jobwidgets kcmutils \ @@ -33,7 +33,7 @@ WEB_DESC= Web content renderer OPTIONS_SINGLE= WEB OPTIONS_SINGLE_WEB= KDEWEBKIT QTWEBENGINE OPTIONS_DEFINE= ADDRESSBOOK GNUPG HOLIDAYS QUOTES -OPTIONS_DEFAULT= CALENDAR GNUPG HOLIDAYS KBANKING KDEWEBKIT OFX QUOTES +OPTIONS_DEFAULT= CALENDAR GNUPG HOLIDAYS KBANKING OFX QUOTES QTWEBENGINE OPTIONS_SUB= yes ADDRESSBOOK_DESC= Address book support
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309131116.38DBGUTj017001>