From owner-svn-ports-all@FreeBSD.ORG Tue Oct 30 12:17:02 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AD168ECB; Tue, 30 Oct 2012 12:17:02 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 9521B8FC0A; Tue, 30 Oct 2012 12:17:02 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9UCH2f6087327; Tue, 30 Oct 2012 12:17:02 GMT (envelope-from tabthorpe@svn.freebsd.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9UCH2M5087325; Tue, 30 Oct 2012 12:17:02 GMT (envelope-from tabthorpe@svn.freebsd.org) Message-Id: <201210301217.q9UCH2M5087325@svn.freebsd.org> From: Thomas Abthorpe Date: Tue, 30 Oct 2012 12:17:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306670 - head/net-p2p/limewire 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.14 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: Tue, 30 Oct 2012 12:17:02 -0000 Author: tabthorpe Date: Tue Oct 30 12:17:02 2012 New Revision: 306670 URL: http://svn.freebsd.org/changeset/ports/306670 Log: - Set DEPRECATED, it has been abandoned upstream Submitted by: maintainer Feature safe: yes Modified: head/net-p2p/limewire/Makefile (contents, props changed) Modified: head/net-p2p/limewire/Makefile ============================================================================== --- head/net-p2p/limewire/Makefile Tue Oct 30 12:09:47 2012 (r306669) +++ head/net-p2p/limewire/Makefile Tue Oct 30 12:17:02 2012 (r306670) @@ -15,6 +15,9 @@ DISTNAME= LimeWireOther MAINTAINER= cyberbotx@cyberbotx.com COMMENT= A Java based Gnutella client +DEPRECATED= Abandoned up stream +EXPIRATION_DATE= 2012-12-01 + RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper USE_ZIP= yes