Date: Wed, 23 Oct 2019 07:10:58 +0000 (UTC) From: Niclas Zeising <zeising@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r515236 - in head/x11: xfindproxy xfwp Message-ID: <201910230710.x9N7Aw9k090544@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zeising Date: Wed Oct 23 07:10:58 2019 New Revision: 515236 URL: https://svnweb.freebsd.org/changeset/ports/515236 Log: x11/xfindproxy, x11/xfwp: Deprecate Deprecate x11/xfindproxy and x11/xfwp, they are deprecated upstream. Make the deprecation timer extra short, since these ports are in the way of other updates on x11 land. PR: 241314 (related) MFH: 2019Q4 (do we MFH deprecation notices?) Modified: head/x11/xfindproxy/Makefile head/x11/xfwp/Makefile Modified: head/x11/xfindproxy/Makefile ============================================================================== --- head/x11/xfindproxy/Makefile Wed Oct 23 02:18:28 2019 (r515235) +++ head/x11/xfindproxy/Makefile Wed Oct 23 07:10:58 2019 (r515236) @@ -8,6 +8,9 @@ CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Locate available proxy services +DEPRECATED= Deprecated upstream +EXPIRATION_DATE=2019-11-06 + LICENSE= MIT XORG_CAT= app Modified: head/x11/xfwp/Makefile ============================================================================== --- head/x11/xfwp/Makefile Wed Oct 23 02:18:28 2019 (r515235) +++ head/x11/xfwp/Makefile Wed Oct 23 07:10:58 2019 (r515236) @@ -8,6 +8,9 @@ CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= X firewall proxy +DEPRECATED= Deprecated upstream +EXPIRATION_DATE=2019-11-06 + LICENSE= MIT XORG_CAT= app
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910230710.x9N7Aw9k090544>