Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Sep 2023 15:18:39 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: e8e65e7574de - main - www/qt5-webkit: mark for deletion
Message-ID:  <202309121518.38CFIdb9021828@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=e8e65e7574de0b374caaa3da0ba6a26a67103e62

commit e8e65e7574de0b374caaa3da0ba6a26a67103e62
Author:     Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2023-09-12 05:48:35 +0000
Commit:     Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2023-09-12 15:14:55 +0000

    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
---
 www/qt5-webkit/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/www/qt5-webkit/Makefile b/www/qt5-webkit/Makefile
index 7e298e559c03..9b4c2b1d1a7b 100644
--- a/www/qt5-webkit/Makefile
+++ b/www/qt5-webkit/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=		webkit
 DISTVERSION=		5.212.0-alpha4
-PORTREVISION=	14
+PORTREVISION=	15
 CATEGORIES=		www
 MASTER_SITES=		https://github.com/qt${PORTNAME}/qt${PORTNAME}/releases/download/${DISTNAME}/
 PKGNAMEPREFIX=		qt5-
@@ -9,6 +9,9 @@ DISTNAME=		qt${PORTNAME}-${DISTVERSION}
 PATCH_SITES=		https://github.com/qt${PORTNAME}/qt${PORTNAME}/commit/
 PATCHFILES+=		78360c01c796b6260bf828bc9c8a0ef73c5132fd.patch:-p1
 
+DEPRECATED=		No longer actively maintained, increasing security concers
+EXPIRATION_DATE=	2023-12-31
+
 MAINTAINER=		kde@FreeBSD.org
 COMMENT=		QtWebKit with a more modern WebKit code base
 WWW=		https://github.com/annulen/webkit



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