summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/hotssh/Makefile3
-rw-r--r--x11-fm/sunflower/Makefile3
-rw-r--r--x11-toolkits/py-vte/Makefile3
-rw-r--r--x11/terminator/Makefile3
4 files changed, 12 insertions, 0 deletions
diff --git a/security/hotssh/Makefile b/security/hotssh/Makefile
index 7e7eb44f26f2..7f38a55919c1 100644
--- a/security/hotssh/Makefile
+++ b/security/hotssh/Makefile
@@ -13,6 +13,9 @@ COMMENT= HotSSH is an interface to Secure Shell, for GNOME and OpenSSH
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
+DEPRECATED= Old, uses EOLed python27
+EXPIRATION_DATE= 2020-02-28
+
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>0:devel/py-dbus@${PY_FLAVOR} \
${LOCALBASE}/libdata/pkgconfig/dbus-glib-1.pc:devel/dbus-glib \
${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \
diff --git a/x11-fm/sunflower/Makefile b/x11-fm/sunflower/Makefile
index d6bda9da061c..bdd7fffcc40a 100644
--- a/x11-fm/sunflower/Makefile
+++ b/x11-fm/sunflower/Makefile
@@ -11,6 +11,9 @@ COMMENT= Twin-panel file manager
LICENSE= GPLv3
+DEPRECATED= Old, uses EOLed python27
+EXPIRATION_DATE= 2020-02-28
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}chardet>0:textproc/py-chardet@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}notify>0:devel/py-notify@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \
diff --git a/x11-toolkits/py-vte/Makefile b/x11-toolkits/py-vte/Makefile
index 1a2d0591781a..187efe6b4638 100644
--- a/x11-toolkits/py-vte/Makefile
+++ b/x11-toolkits/py-vte/Makefile
@@ -9,6 +9,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= gnome@FreeBSD.org
COMMENT= Python interface for VTE (Terminal widget)
+DEPRECATED= Old, uses EOLed python27
+EXPIRATION_DATE= 2020-02-28
+
MASTERDIR= ${.CURDIR}/../vte
BUILD_WRKSRC= ${WRKSRC}/python
INSTALL_WRKSRC= ${BUILD_WRKSRC}
diff --git a/x11/terminator/Makefile b/x11/terminator/Makefile
index 57b6f714db71..319b3681e6fd 100644
--- a/x11/terminator/Makefile
+++ b/x11/terminator/Makefile
@@ -12,6 +12,9 @@ COMMENT= Multiple GNOME terminals in one window
LICENSE= GPLv2
+DEPRECATED= Old, uses EOLed python27
+EXPIRATION_DATE= 2020-02-28
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}notify>=0:devel/py-notify@${PY_FLAVOR} \
${PYTHON_SITELIBDIR}/keybinder/_keybinder.so:x11/keybinder \
${PYTHON_PKGNAMEPREFIX}vte>=0:x11-toolkits/py-vte@${PY_FLAVOR} \