From owner-svn-ports-all@FreeBSD.ORG Sun Feb 1 11:11:47 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6785AA14; Sun, 1 Feb 2015 11:11:47 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 52DB887C; Sun, 1 Feb 2015 11:11:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t11BBlD1020410; Sun, 1 Feb 2015 11:11:47 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t11BBlbV020409; Sun, 1 Feb 2015 11:11:47 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201502011111.t11BBlbV020409@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sun, 1 Feb 2015 11:11:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378239 - head/net/xrdesktop X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2015 11:11:47 -0000 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 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