From owner-svn-ports-head@FreeBSD.ORG Wed May 27 03:20:16 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3978B431; Wed, 27 May 2015 03:20:16 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) 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 27EC6C86; Wed, 27 May 2015 03:20:16 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4R3KGlD083166; Wed, 27 May 2015 03:20:16 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4R3KFpt083162; Wed, 27 May 2015 03:20:15 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505270320.t4R3KFpt083162@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 27 May 2015 03:20:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387537 - in head/games: . springlobby X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 May 2015 03:20:16 -0000 Author: amdmi3 Date: Wed May 27 03:20:15 2015 New Revision: 387537 URL: https://svnweb.freebsd.org/changeset/ports/387537 Log: - Revert bogus games/springlobby removal Added: head/games/springlobby/ - copied from r385046, head/games/springlobby/ Modified: head/games/Makefile head/games/springlobby/Makefile Modified: head/games/Makefile ============================================================================== --- head/games/Makefile Wed May 27 03:12:35 2015 (r387536) +++ head/games/Makefile Wed May 27 03:20:15 2015 (r387537) @@ -912,6 +912,7 @@ SUBDIR += spicetrade SUBDIR += spider SUBDIR += spring + SUBDIR += springlobby SUBDIR += starfighter SUBDIR += starlanes SUBDIR += steelstorm Modified: head/games/springlobby/Makefile ============================================================================== --- head/games/springlobby/Makefile Thu Apr 30 14:31:01 2015 (r385046) +++ head/games/springlobby/Makefile Wed May 27 03:20:15 2015 (r387537) @@ -14,9 +14,6 @@ COMMENT= Cross-platform lobby client for LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -DEPRECATED= Depends on expiring games/spring -EXPIRATION_DATE= 2015-04-30 - RUN_DEPENDS= spring:${PORTSDIR}/games/spring LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ libboost_thread.so:${PORTSDIR}/devel/boost-libs