Date: Sun, 1 Feb 2015 11:11:47 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378239 - head/net/xrdesktop Message-ID: <201502011111.t11BBlbV020409@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502011111.t11BBlbV020409>