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

Guido Falsi madpilot at FreeBSD.org
Sun May 5 17:56:25 UTC 2013


Author: madpilot
Date: Sun May  5 17:56:24 2013
New Revision: 317422
URL: http://svnweb.freebsd.org/changeset/ports/317422

Log:
  Update to 0.21

Modified:
  head/games/corsix-th/Makefile
  head/games/corsix-th/distinfo
  head/games/corsix-th/pkg-plist

Modified: head/games/corsix-th/Makefile
==============================================================================
--- head/games/corsix-th/Makefile	Sun May  5 16:36:32 2013	(r317421)
+++ head/games/corsix-th/Makefile	Sun May  5 17:56:24 2013	(r317422)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	corsixth
-PORTVERSION=	0.20
+PORTVERSION=	0.21
 CATEGORIES=	games
 MASTER_SITES=	GOOGLE_CODE
 PROJECTHOST=	corsix-th

Modified: head/games/corsix-th/distinfo
==============================================================================
--- head/games/corsix-th/distinfo	Sun May  5 16:36:32 2013	(r317421)
+++ head/games/corsix-th/distinfo	Sun May  5 17:56:24 2013	(r317422)
@@ -1,2 +1,2 @@
-SHA256 (CorsixTH-0.20-Source.tar.gz) = fc139503697a43ab6ba125528d1883e50a14ab114ff7cba77d02eaf440e1ee2e
-SIZE (CorsixTH-0.20-Source.tar.gz) = 3901803
+SHA256 (CorsixTH-0.21-Source.tar.gz) = 9a8b54644e614dc13d4b5d97bf023b8e023e0186f931695b8f4ec7e4577a4ead
+SIZE (CorsixTH-0.21-Source.tar.gz) = 3908197

Modified: head/games/corsix-th/pkg-plist
==============================================================================
--- head/games/corsix-th/pkg-plist	Sun May  5 16:36:32 2013	(r317421)
+++ head/games/corsix-th/pkg-plist	Sun May  5 17:56:24 2013	(r317422)
@@ -42,6 +42,7 @@ bin/CorsixTH
 %%DATADIR%%/Bitmap/parcels32.png
 %%DATADIR%%/Bitmap/positions32.png
 %%DATADIR%%/Bitmap/readme.txt
+%%DATADIR%%/Bitmap/redo32.png
 %%DATADIR%%/Bitmap/save32.png
 %%DATADIR%%/Bitmap/transparent_walls32.png
 %%DATADIR%%/Bitmap/tree_collapsed.bmp
@@ -52,6 +53,7 @@ bin/CorsixTH
 %%DATADIR%%/Bitmap/tree_expanded.bmp
 %%DATADIR%%/Bitmap/tree_leaf.bmp
 %%DATADIR%%/Bitmap/tree_level.bmp
+%%DATADIR%%/Bitmap/undo32.png
 %%DATADIR%%/Levels/Example.map
 %%DATADIR%%/Levels/avatar.level
 %%DATADIR%%/Levels/avatar.map
@@ -71,6 +73,11 @@ bin/CorsixTH
 %%DATADIR%%/Lua/base_config.lua
 %%DATADIR%%/Lua/calls_dispatcher.lua
 %%DATADIR%%/Lua/class.lua
+%%DATADIR%%/Lua/command.lua
+%%DATADIR%%/Lua/command_stack.lua
+%%DATADIR%%/Lua/commands/compound.lua
+%%DATADIR%%/Lua/commands/set_map_cell.lua
+%%DATADIR%%/Lua/commands/set_map_cell_flags.lua
 %%DATADIR%%/Lua/config_finder.lua
 %%DATADIR%%/Lua/diagnosis/diag_blood_machine.lua
 %%DATADIR%%/Lua/diagnosis/diag_cardiogram.lua
@@ -343,6 +350,7 @@ bin/CorsixTH
 @dirrm %%DATADIR%%/Lua/dialogs/fullscreen
 @dirrm %%DATADIR%%/Lua/dialogs
 @dirrm %%DATADIR%%/Lua/diagnosis
+ at dirrm %%DATADIR%%/Lua/commands
 @dirrm %%DATADIR%%/Lua
 @dirrm %%DATADIR%%/Levels
 @dirrm %%DATADIR%%/Bitmap


More information about the svn-ports-all mailing list