aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2023-09-12 05:48:35 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2023-09-12 15:14:55 +0000
commite8e65e7574de0b374caaa3da0ba6a26a67103e62 (patch)
tree7d958efb92c2739dfaee334448b32b198b8a95ad
parentde02f9485ac9db98b3f10abb5377abd3001fc078 (diff)
downloadports-e8e65e7574de0b374caaa3da0ba6a26a67103e62.tar.gz
ports-e8e65e7574de0b374caaa3da0ba6a26a67103e62.zip
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
-rw-r--r--www/qt5-webkit/Makefile5
1 files changed, 4 insertions, 1 deletions
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