aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
Diffstat (limited to 'editors')
-rw-r--r--editors/ghostwriter/Makefile3
-rw-r--r--editors/vscode/Makefile3
2 files changed, 6 insertions, 0 deletions
diff --git a/editors/ghostwriter/Makefile b/editors/ghostwriter/Makefile
index 5f5051285c09..64700f1b2295 100644
--- a/editors/ghostwriter/Makefile
+++ b/editors/ghostwriter/Makefile
@@ -11,6 +11,9 @@ COMMENT= Distraction-free Markdown editor
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
+DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
+EXPIRATION_DATE=2021-06-23
+
LIB_DEPENDS= libhunspell-1.7.so:textproc/hunspell
USES= compiler:c++11-lang desktop-file-utils pkgconfig qmake qt:5
diff --git a/editors/vscode/Makefile b/editors/vscode/Makefile
index 5a522ba13844..7cfd0d8dd405 100644
--- a/editors/vscode/Makefile
+++ b/editors/vscode/Makefile
@@ -18,6 +18,9 @@ COMMENT= Visual Studio Code - Open Source ("Code - OSS")
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+DEPRECATED= Uses EOL Python 2.7 via devel/electron11
+EXPIRATION_DATE=2021-06-23
+
ONLY_FOR_ARCHS= amd64
BUILD_DEPENDS= zip:archivers/zip \