Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Jan 2013 17:45:31 +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: r309776 - head/games/corsix-th
Message-ID:  <201301011745.r01HjVRJ007155@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <fiziologus@gmail.com> (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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301011745.r01HjVRJ007155>