Date: Thu, 21 Mar 2019 07:10:28 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r496427 - head/editors/gwrite Message-ID: <201903210710.x2L7ASx6056800@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Thu Mar 21 07:10:28 2019 New Revision: 496427 URL: https://svnweb.freebsd.org/changeset/ports/496427 Log: Chase webkit-gtk2 expiration Modified: head/editors/gwrite/Makefile Modified: head/editors/gwrite/Makefile ============================================================================== --- head/editors/gwrite/Makefile Thu Mar 21 07:07:39 2019 (r496426) +++ head/editors/gwrite/Makefile Thu Mar 21 07:10:28 2019 (r496427) @@ -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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903210710.x2L7ASx6056800>