svn commit: r515236 - in head/x11: xfindproxy xfwp

Niclas Zeising zeising at FreeBSD.org
Wed Oct 23 07:10:58 UTC 2019


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 at 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 at FreeBSD.org
 COMMENT=	X firewall proxy
 
+DEPRECATED=	Deprecated upstream
+EXPIRATION_DATE=2019-11-06
+
 LICENSE=	MIT
 
 XORG_CAT=	app


More information about the svn-ports-head mailing list