aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2019-03-24 18:43:27 +0000
committerKoop Mast <kwm@FreeBSD.org>2019-03-24 18:43:27 +0000
commita5b8ef24e5fcd8f1bd9ddb39fe88518fe72948d8 (patch)
tree8a0661913b910cafd206a4705b8ff1f3f5725627 /net
parentc2e272a602861c672a9487fbdedcf14188bfb991 (diff)
downloadports-a5b8ef24e5fcd8f1bd9ddb39fe88518fe72948d8.tar.gz
ports-a5b8ef24e5fcd8f1bd9ddb39fe88518fe72948d8.zip
Remove expired webkit-gtk2 and webkit-gtk3 ports.
Bump graphics/variety deprecation date, there is a patch for a update which uses webkit2-gtk3 in ports/236180 but I had issues that I could't fix.
Notes
Notes: svn path=/head/; revision=496768
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/libproxy-webkit/Makefile19
-rw-r--r--net/libproxy-webkit/pkg-descr7
-rw-r--r--net/libproxy-webkit/pkg-plist1
-rw-r--r--net/libproxy/Makefile2
5 files changed, 1 insertions, 29 deletions
diff --git a/net/Makefile b/net/Makefile
index 978c4a9c8c94..d94249224358 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -403,7 +403,6 @@
SUBDIR += libproxy-mozjs
SUBDIR += libproxy-perl
SUBDIR += libproxy-python
- SUBDIR += libproxy-webkit
SUBDIR += libproxy-webkit3
SUBDIR += librdkafka
SUBDIR += librouteros
diff --git a/net/libproxy-webkit/Makefile b/net/libproxy-webkit/Makefile
deleted file mode 100644
index d2e08d490433..000000000000
--- a/net/libproxy-webkit/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
-# $FreeBSD$
-
-PORTREVISION= 0
-CATEGORIES= net www
-PKGNAMESUFFIX= -${LIBPROXY_SLAVE}
-
-
-COMMENT= WebKit JavaScript plug-in for libproxy
-
-LIB_DEPENDS= libwebkitgtk-1.0.so:www/webkit-gtk2
-
-DEPRECATED= Uses webkit-gtk2 which has security issues
-EXPIRATION_DATE=2019-03-24
-
-LIBPROXY_SLAVE= webkit
-MASTERDIR= ${.CURDIR}/../libproxy
-
-.include "${MASTERDIR}/Makefile"
diff --git a/net/libproxy-webkit/pkg-descr b/net/libproxy-webkit/pkg-descr
deleted file mode 100644
index fc9b72bc645e..000000000000
--- a/net/libproxy-webkit/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-Libproxy exists to answer the question: Given a network resource, how do I
-reach it? It handles all the details, enabling you to get back to
-programming.
-
-This plug-in allows the WebKit web browser to make use of libproxy.
-
-WWW: https://libproxy.github.io/libproxy/
diff --git a/net/libproxy-webkit/pkg-plist b/net/libproxy-webkit/pkg-plist
deleted file mode 100644
index 0ec505707ee6..000000000000
--- a/net/libproxy-webkit/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-lib/libproxy/%%VERSION%%/modules/pacrunner_webkit.so
diff --git a/net/libproxy/Makefile b/net/libproxy/Makefile
index ed4e14e55be7..b62fe00b6b49 100644
--- a/net/libproxy/Makefile
+++ b/net/libproxy/Makefile
@@ -21,7 +21,7 @@ CMAKE_ON+= WITH_VALA
CMAKE_OFF+= BIPR WITH_DOTNET WITH_NATUS WITH_NM WITH_NMold
# Slave ports.
-LIBPROXY_SLAVES= library gnome2 gnome3 kde mozjs python perl webkit webkit3
+LIBPROXY_SLAVES= library gnome2 gnome3 kde mozjs python perl webkit3
# If nothing is set, we're building the library, i.e. this port.
LIBPROXY_SLAVE?= library