svn commit: r493807 - in head/www: webkit-gtk2 webkit-gtk3
Koop Mast
kwm at FreeBSD.org
Sun Feb 24 20:13:12 UTC 2019
Author: kwm
Date: Sun Feb 24 20:13:10 2019
New Revision: 493807
URL: https://svnweb.freebsd.org/changeset/ports/493807
Log:
Start deorbit burn for old webkit-gtk ports.
PR: 208192
Modified:
head/www/webkit-gtk2/Makefile
head/www/webkit-gtk3/Makefile
Modified: head/www/webkit-gtk2/Makefile
==============================================================================
--- head/www/webkit-gtk2/Makefile Sun Feb 24 20:10:58 2019 (r493806)
+++ head/www/webkit-gtk2/Makefile Sun Feb 24 20:13:10 2019 (r493807)
@@ -30,6 +30,10 @@ LIB_DEPENDS= libenchant.so:textproc/enchant \
libgstreamer-1.0.so:multimedia/gstreamer1
RUN_DEPENDS= geoclue>=0:net/geoclue
+DEPRECATED= Known and unfixed security issues
+EXPIRATION_DATE=2019-03-24
+FORBIDDEN= Known and unfixed security issues
+
PORTSCOUT= limit:^2\.4\.
BINARY_ALIAS= python=${PYTHON_CMD}
Modified: head/www/webkit-gtk3/Makefile
==============================================================================
--- head/www/webkit-gtk3/Makefile Sun Feb 24 20:10:58 2019 (r493806)
+++ head/www/webkit-gtk3/Makefile Sun Feb 24 20:13:10 2019 (r493807)
@@ -25,6 +25,10 @@ LIB_DEPENDS= libenchant.so:textproc/enchant \
libsoup-2.4.so:devel/libsoup
RUN_DEPENDS= geoclue>=0:net/geoclue
+DEPRECATED= Known and unfixed security issues
+EXPIRATION_DATE=2019-03-24
+FORBIDDEN= Known and unfixed security issues
+
PORTSCOUT= limit:^2\.4\.
BINARY_ALIAS= python=${PYTHON_CMD}
More information about the svn-ports-all
mailing list