svn commit: r508208 - head/x11/libXTrap

Niclas Zeising zeising at FreeBSD.org
Mon Aug 5 20:29:58 UTC 2019


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 at FreeBSD.org
 COMMENT=	The XTrap library
 
+DEPRECATED=	Deprecated upstream
+EXPIRATION_DATE=2019-10-01
+
 XORG_CAT=	lib
 USE_XORG=	x11 xext xorgproto xt
 


More information about the svn-ports-all mailing list