Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Aug 2019 20:29: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: r508208 - head/x11/libXTrap
Message-ID:  <201908052029.x75KTwbE095090@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Mon Aug  5 20:29:57 2019
New Revision: 508208
URL: https://svnweb.freebsd.org/changeset/ports/508208

Log:
  x11/libXTrap: mark deprecated and set expiration
  
  Deprecate x11/libXTrap and set expiration date.  x11/libXTrap implements the
  XTrap extension proposed for X11R5, but then removed in X11R6, which was
  released in 1994.
  
  Sponsored by:	B3 Init

Modified:
  head/x11/libXTrap/Makefile

Modified: head/x11/libXTrap/Makefile
==============================================================================
--- head/x11/libXTrap/Makefile	Mon Aug  5 20:24:33 2019	(r508207)
+++ head/x11/libXTrap/Makefile	Mon Aug  5 20:29:57 2019	(r508208)
@@ -8,6 +8,9 @@ CATEGORIES=	x11
 MAINTAINER=	x11@FreeBSD.org
 COMMENT=	The XTrap library
 
+DEPRECATED=	Deprecated upstream
+EXPIRATION_DATE=2019-10-01
+
 XORG_CAT=	lib
 USE_XORG=	x11 xext xorgproto xt
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908052029.x75KTwbE095090>