svn commit: r508207 - head/x11/xtrap

Niclas Zeising zeising at FreeBSD.org
Mon Aug 5 20:24:34 UTC 2019


Author: zeising
Date: Mon Aug  5 20:24:33 2019
New Revision: 508207
URL: https://svnweb.freebsd.org/changeset/ports/508207

Log:
  x11/xtrap: Deprecate and set expiration
  
  Deprecate x11/xtrap and set an expiration date.  This application has been
  deprecated and archived upstream.
  
  Sponsored by:	B3 Init

Modified:
  head/x11/xtrap/Makefile

Modified: head/x11/xtrap/Makefile
==============================================================================
--- head/x11/xtrap/Makefile	Mon Aug  5 20:07:06 2019	(r508206)
+++ head/x11/xtrap/Makefile	Mon Aug  5 20:24:33 2019	(r508207)
@@ -7,6 +7,9 @@ CATEGORIES=	x11
 MAINTAINER=	x11 at FreeBSD.org
 COMMENT=	XTrap sample clients for X
 
+DEPRECATED=	Deprecated and archived upstream
+EXPIRATION_DATE=2019-10-01
+
 XORG_CAT=	app
 USE_XORG=	x11 xt xtrap
 


More information about the svn-ports-all mailing list