From owner-svn-ports-head@FreeBSD.ORG Tue Jan 1 17:45:32 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F1F2A469; Tue, 1 Jan 2013 17:45:31 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id D52508FC08; Tue, 1 Jan 2013 17:45:31 +0000 (UTC) Received: from svn.freebsd.org (svn.FreeBSD.org [8.8.178.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r01HjVxZ007157; Tue, 1 Jan 2013 17:45:31 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r01HjVRJ007155; Tue, 1 Jan 2013 17:45:31 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201301011745.r01HjVRJ007155@svn.freebsd.org> From: Guido Falsi Date: Tue, 1 Jan 2013 17:45:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309776 - head/games/corsix-th 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.14 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: Tue, 01 Jan 2013 17:45:32 -0000 Author: madpilot Date: Tue Jan 1 17:45:31 2013 New Revision: 309776 URL: http://svnweb.freebsd.org/changeset/ports/309776 Log: - Remove explicit run dependency on timidity, it is pulled in by sdl_mixer [1] - bump PORTREVISION - While here update WWW line in pkg-descr and switch tab to space Submitted by: green dog (via email) [1] Modified: head/games/corsix-th/Makefile head/games/corsix-th/pkg-descr (contents, props changed) Modified: head/games/corsix-th/Makefile ============================================================================== --- head/games/corsix-th/Makefile Tue Jan 1 16:01:28 2013 (r309775) +++ head/games/corsix-th/Makefile Tue Jan 1 17:45:31 2013 (r309776) @@ -3,6 +3,7 @@ PORTNAME= corsixth PORTVERSION= 0.11 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= GOOGLE_CODE PROJECTHOST= corsix-th @@ -14,7 +15,6 @@ COMMENT= Open source clone of Theme Hosp LICENSE= MIT LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2 -RUN_DEPENDS= timidity:${PORTSDIR}/audio/timidity USE_CMAKE= yes USE_LUA= yes Modified: head/games/corsix-th/pkg-descr ============================================================================== --- head/games/corsix-th/pkg-descr Tue Jan 1 16:01:28 2013 (r309775) +++ head/games/corsix-th/pkg-descr Tue Jan 1 17:45:31 2013 (r309776) @@ -16,4 +16,4 @@ acquire the full game data files, then t and used instead (though the demo only has one level, and lacks most of the management screens). -WWW: http://th.corsix.org/ +WWW: http://code.google.com/p/corsix-th/