git: ed77bb9f05bf - main - finance/alkimia: switch to using WebEngine by default
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Sep 2023 11:16:29 UTC
The branch main has been updated by tcberner:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ed77bb9f05bf441b14ab1a9855f4aaf58252f607
commit ed77bb9f05bf441b14ab1a9855f4aaf58252f607
Author: Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2023-09-13 10:42:21 +0000
Commit: Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2023-09-13 11:16:13 +0000
finance/alkimia: 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/alkimia/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/finance/alkimia/Makefile b/finance/alkimia/Makefile
index cfbea4528722..b83e2369231e 100644
--- a/finance/alkimia/Makefile
+++ b/finance/alkimia/Makefile
@@ -1,5 +1,6 @@
PORTNAME= alkimia
PORTVERSION= 8.1.2
+PORTREVISION= 1
CATEGORIES= finance kde
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}
@@ -37,7 +38,7 @@ OPTIONS_RADIO_BROWSER= WEBKIT WEBENGINE
OPTIONS_SINGLE= MPLIB
OPTIONS_SINGLE_MPLIB= GMP MPIR
OPTIONS_DEFINE= PLASMA TEST TOOLS
-OPTIONS_DEFAULT= MPIR TOOLS WEBKIT
+OPTIONS_DEFAULT= MPIR TOOLS WEBENGINE
OPTIONS_SUB= yes
BROWSER_DESC= Web browser support
MPLIB_DESC= Multi-precision library (MPIR preferred)