svn commit: r309776 - head/games/corsix-th

Guido Falsi madpilot at FreeBSD.org
Tue Jan 1 17:45:32 UTC 2013


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 at 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/


More information about the svn-ports-head mailing list