diff options
author | antoine <antoine@FreeBSD.org> | 2019-03-21 15:10:28 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2019-03-21 15:10:28 +0800 |
commit | 191808bd63730f8ffb1848799089abaabb73a202 (patch) | |
tree | 09f8f766258bb141b6ee83f0b7fe6759a319ef3d /editors | |
parent | 8f25ad3f01e558b5a43989efaef137f62fcc819b (diff) | |
download | freebsd-ports-gnome-191808bd63730f8ffb1848799089abaabb73a202.tar.gz freebsd-ports-gnome-191808bd63730f8ffb1848799089abaabb73a202.tar.zst freebsd-ports-gnome-191808bd63730f8ffb1848799089abaabb73a202.zip |
Chase webkit-gtk2 expiration
Diffstat (limited to 'editors')
-rw-r--r-- | editors/gwrite/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/editors/gwrite/Makefile b/editors/gwrite/Makefile index 7acc01013320..b39f6d7d6d0c 100644 --- a/editors/gwrite/Makefile +++ b/editors/gwrite/Makefile @@ -14,6 +14,9 @@ COMMENT= Simple HTML format editor LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Uses webkit-gtk2 which has security issues +EXPIRATION_DATE= 2019-03-24 + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-distutils-extra>=2.15:devel/py-python-distutils-extra@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jswebkit>=0:www/py-jswebkit@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}webkitgtk>=0:www/py-webkitgtk@${PY_FLAVOR} |