diff options
author | antoine <antoine@FreeBSD.org> | 2020-01-29 00:22:48 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2020-01-29 00:22:48 +0800 |
commit | ed69edf5882fc94942067738df8082e4c67bd312 (patch) | |
tree | fbe1e7d0be16f27e997460e492d73635d1d2fc4a /x11 | |
parent | a7e578d7fb57d5868611231f1d6bf98fae67de85 (diff) | |
download | freebsd-ports-gnome-ed69edf5882fc94942067738df8082e4c67bd312.tar.gz freebsd-ports-gnome-ed69edf5882fc94942067738df8082e4c67bd312.tar.zst freebsd-ports-gnome-ed69edf5882fc94942067738df8082e4c67bd312.zip |
Deprecate ports using py-vte
With hat: portmgr
Diffstat (limited to 'x11')
-rw-r--r-- | x11/terminator/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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} \ |