svn commit: r378239 - head/net/xrdesktop

Guido Falsi madpilot at FreeBSD.org
Sun Feb 1 11:11:47 UTC 2015


Author: madpilot
Date: Sun Feb  1 11:11:46 2015
New Revision: 378239
URL: https://svnweb.freebsd.org/changeset/ports/378239
QAT: https://qat.redports.org/buildarchive/r378239/

Log:
  Deprecate net/xrdesktop:
  
  Upstream disappeared and software has been unmaintained for years.
  
  Please use the drop-in replacement net/xrdesktop2 instead.
  
  PR:		197158
  Submitted by:	Chris Hutchinson <portmaster at bsdforge.com>

Modified:
  head/net/xrdesktop/Makefile

Modified: head/net/xrdesktop/Makefile
==============================================================================
--- head/net/xrdesktop/Makefile	Sun Feb  1 11:07:29 2015	(r378238)
+++ head/net/xrdesktop/Makefile	Sun Feb  1 11:11:46 2015	(r378239)
@@ -5,7 +5,7 @@ PORTNAME=	xrdesktop
 PORTVERSION=	1.2
 PORTREVISION=	3
 CATEGORIES=	net
-MASTER_SITES=	http://luggage.linux0wnsyou.com/xrdesktop/
+MASTER_SITES=	#
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	GTK frontend to rdesktop
@@ -13,6 +13,11 @@ COMMENT=	GTK frontend to rdesktop
 RUN_DEPENDS=	rdesktop:${PORTSDIR}/net/rdesktop \
 		p5-Gtk>=0:${PORTSDIR}/x11-toolkits/p5-Gtk
 
+CONFLICTS=      xrdesktop2-[1-9]*
+
+DEPRECATED=	Unmaintained upstream - please use net/xrdesktop2 instead
+EXPIRATION_DATE=	2015-02-28
+
 NO_BUILD=	yes
 USES=		perl5 shebangfix
 SHEBANG_FILES=	xrdesktop


More information about the svn-ports-head mailing list