Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Sep 2023 06:00:59 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: 13cb1a2eeca6 - main - sysutils/k3b: switch to WebEngine
Message-ID:  <202309130600.38D60x7V093748@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=13cb1a2eeca6eb08425f778b78c16e9fa3d7e4d5

commit 13cb1a2eeca6eb08425f778b78c16e9fa3d7e4d5
Author:     Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2023-09-13 05:43:05 +0000
Commit:     Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2023-09-13 06:00:30 +0000

    sysutils/k3b: switch to WebEngine
    
    WebKit support was dropped upstream in [1].
    
    [1] https://invent.kde.org/multimedia/k3b/-/commit/bd3b7b09f11c8f8838e2d0ab8e402b348e948fa3
---
 sysutils/k3b/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sysutils/k3b/Makefile b/sysutils/k3b/Makefile
index 97cffa0d19c6..3fc502d5647f 100644
--- a/sysutils/k3b/Makefile
+++ b/sysutils/k3b/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	k3b
 DISTVERSION=	${KDE_APPLICATIONS_VERSION}
+PORTREVISION=	1
 CATEGORIES=	sysutils multimedia kde-applications
 
 MAINTAINER=	kde@FreeBSD.org
@@ -28,7 +29,7 @@ USE_KDE=	archive attica auth bookmarks codecs completion config \
 		itemviews jobwidgets kcmutils kio newstuff notifications \
 		notifyconfig service solid widgetsaddons windowsystem xmlgui \
 		ecm:build
-USE_QT=		concurrent core dbus gui network webkit widgets xml \
+USE_QT=		concurrent core dbus gui network webengine widgets xml \
 		buildtools:build qmake:build
 USE_XORG=	x11
 



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