svn commit: r508210 - head/x11/rstart

Niclas Zeising zeising at FreeBSD.org
Mon Aug 5 20:33:39 UTC 2019


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

Log:
  x11/rstart: Deprecate and set expiration
  
  Deprecate x11/rstart and set an expration date.  This app has been
  deprecated in favor of X11 forwarding in SSH.
  
  Sponsored by:	B3 Init

Modified:
  head/x11/rstart/Makefile

Modified: head/x11/rstart/Makefile
==============================================================================
--- head/x11/rstart/Makefile	Mon Aug  5 20:31:44 2019	(r508209)
+++ head/x11/rstart/Makefile	Mon Aug  5 20:33:38 2019	(r508210)
@@ -7,6 +7,9 @@ CATEGORIES=	x11
 MAINTAINER=	x11 at FreeBSD.org
 COMMENT=	Sample implementation of a Remote Start client
 
+DEPRECATED=	Deprecated in favor of X11 forwarding over SSH
+EXPIRATION_DATE=2019-10-01
+
 XORG_CAT=	app
 USE_XORG=	x11
 


More information about the svn-ports-head mailing list