diff options
author | Koop Mast <kwm@FreeBSD.org> | 2019-02-25 16:58:48 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2019-02-25 16:58:48 +0000 |
commit | ce73bbecfb2532e76dc01efc0634da6adf1fa078 (patch) | |
tree | c148473e7878455cebc4533b94fc3a70bd3a6a3a /java/eclipse | |
parent | update wxPython canary file location (diff) |
Mark webkit-gtk[23] ports as depricated with the same date as webkit-gtk[23].
Disable webkit-gtk[23] support if the port/plugin supports it.
Remove options for webkit-gtk[23] using ports or if they don't have a
option, mark them deprecated with the same date as webkit-gtk[23].
Haskell and geany where skipped and will be handled by the maintainers.
Diffstat (limited to 'java/eclipse')
-rw-r--r-- | java/eclipse/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/java/eclipse/Makefile b/java/eclipse/Makefile index 0e4a5c4bec1c..8f31e13f9b63 100644 --- a/java/eclipse/Makefile +++ b/java/eclipse/Makefile @@ -19,6 +19,9 @@ BUILD_DEPENDS= ${LOCALBASE}/share/java/maven33/bin/mvn:devel/maven33 LIB_DEPENDS= libcairo.so:graphics/cairo \ libwebkitgtk-1.0.so:www/webkit-gtk2 +DEPRECATED= Uses webkit-gtk2 which has security issues +EXPIRATION_DATE=2019-03-24 + ONLY_FOR_ARCHS= i386 amd64 CONFLICTS_INSTALL= eclipse |