git: 023c08177db8 - main - games/corsix-th: Update to 0.65

Guido Falsi madpilot at FreeBSD.org
Sun Jun 20 15:33:19 UTC 2021


The branch main has been updated by madpilot:

URL: https://cgit.FreeBSD.org/ports/commit/?id=023c08177db8d3832730e18e74265e075cf9d10d

commit 023c08177db8d3832730e18e74265e075cf9d10d
Author:     Guido Falsi <madpilot at FreeBSD.org>
AuthorDate: 2021-06-20 15:32:48 +0000
Commit:     Guido Falsi <madpilot at FreeBSD.org>
CommitDate: 2021-06-20 15:32:48 +0000

    games/corsix-th: Update to 0.65
---
 games/corsix-th/Makefile                                    |  2 +-
 games/corsix-th/distinfo                                    |  6 +++---
 games/corsix-th/files/patch-CorsixTH_Lua_app.lua            |  4 ++--
 games/corsix-th/files/patch-CorsixTH_Lua_config__finder.lua | 10 +++++-----
 games/corsix-th/pkg-plist                                   |  6 +++++-
 5 files changed, 16 insertions(+), 12 deletions(-)

diff --git a/games/corsix-th/Makefile b/games/corsix-th/Makefile
index 6b70b03d2f2c..06268ca9961e 100644
--- a/games/corsix-th/Makefile
+++ b/games/corsix-th/Makefile
@@ -1,7 +1,7 @@
 # Created by: Alexey Dokuchaev <danfe at FreeBSD.org>
 
 PORTNAME=	corsixth
-PORTVERSION=	0.64
+PORTVERSION=	0.65
 DISTVERSIONPREFIX=	v
 CATEGORIES=	games
 
diff --git a/games/corsix-th/distinfo b/games/corsix-th/distinfo
index 8dd920efa4d6..a7a9cc0a46f2 100644
--- a/games/corsix-th/distinfo
+++ b/games/corsix-th/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1592297958
-SHA256 (CorsixTH-CorsixTH-v0.64_GH0.tar.gz) = 12389a95de0031baec1a3fc77208d44228177f49564f1c79ae763ab4aeeafa98
-SIZE (CorsixTH-CorsixTH-v0.64_GH0.tar.gz) = 4062048
+TIMESTAMP = 1624109090
+SHA256 (CorsixTH-CorsixTH-v0.65_GH0.tar.gz) = 4994823833d13fecc4553b7ddd1e3102abcd8501baa23f18cb5a2c315e1db2c0
+SIZE (CorsixTH-CorsixTH-v0.65_GH0.tar.gz) = 4163293
diff --git a/games/corsix-th/files/patch-CorsixTH_Lua_app.lua b/games/corsix-th/files/patch-CorsixTH_Lua_app.lua
index 34fdc4cdf061..998dd922ccd5 100644
--- a/games/corsix-th/files/patch-CorsixTH_Lua_app.lua
+++ b/games/corsix-th/files/patch-CorsixTH_Lua_app.lua
@@ -1,6 +1,6 @@
---- CorsixTH/Lua/app.lua.orig	2015-08-30 20:29:45 UTC
+--- CorsixTH/Lua/app.lua.orig	2021-06-17 02:16:54 UTC
 +++ CorsixTH/Lua/app.lua
-@@ -63,7 +63,7 @@ function App:App()
+@@ -64,7 +64,7 @@ function App:App()
    }
    self.strings = {}
    self.savegame_version = SAVEGAME_VERSION
diff --git a/games/corsix-th/files/patch-CorsixTH_Lua_config__finder.lua b/games/corsix-th/files/patch-CorsixTH_Lua_config__finder.lua
index 9abb2ea9f0a6..2ef11aaf79ed 100644
--- a/games/corsix-th/files/patch-CorsixTH_Lua_config__finder.lua
+++ b/games/corsix-th/files/patch-CorsixTH_Lua_config__finder.lua
@@ -1,11 +1,11 @@
---- CorsixTH/Lua/config_finder.lua.orig	2019-05-24 00:36:47 UTC
+--- CorsixTH/Lua/config_finder.lua.orig	2021-06-17 02:16:54 UTC
 +++ CorsixTH/Lua/config_finder.lua
-@@ -137,7 +137,7 @@ local config_defaults = {
+@@ -138,7 +138,7 @@ local config_defaults = {
    shift_scroll_speed = 4,
    new_graphics_folder = nil,
    use_new_graphics = false,
 -  check_for_updates = true,
 +  check_for_updates = false,
- }
- 
- fi = io.open(config_filename, "r")
+   room_information_dialogs = true,
+   allow_blocking_off_areas = false,
+   direct_zoom = false
diff --git a/games/corsix-th/pkg-plist b/games/corsix-th/pkg-plist
index 296858dd0181..7bb0d90a2bd8 100644
--- a/games/corsix-th/pkg-plist
+++ b/games/corsix-th/pkg-plist
@@ -75,6 +75,7 @@ share/pixmaps/corsix-th.png
 %%DATADIR%%/Lua/audio.lua
 %%DATADIR%%/Lua/base_config.lua
 %%DATADIR%%/Lua/calls_dispatcher.lua
+%%DATADIR%%/Lua/cheats.lua
 %%DATADIR%%/Lua/class.lua
 %%DATADIR%%/Lua/config_finder.lua
 %%DATADIR%%/Lua/date.lua
@@ -117,7 +118,7 @@ share/pixmaps/corsix-th.png
 %%DATADIR%%/Lua/dialogs/queue_dialog.lua
 %%DATADIR%%/Lua/dialogs/resizable.lua
 %%DATADIR%%/Lua/dialogs/resizables/calls_dispatcher.lua
-%%DATADIR%%/Lua/dialogs/resizables/cheats.lua
+%%DATADIR%%/Lua/dialogs/resizables/cheats_dialog.lua
 %%DATADIR%%/Lua/dialogs/resizables/customise.lua
 %%DATADIR%%/Lua/dialogs/resizables/directory_browser.lua
 %%DATADIR%%/Lua/dialogs/resizables/dropdown.lua
@@ -197,6 +198,8 @@ share/pixmaps/corsix-th.png
 %%DATADIR%%/Lua/game_ui.lua
 %%DATADIR%%/Lua/graphics.lua
 %%DATADIR%%/Lua/hospital.lua
+%%DATADIR%%/Lua/hospitals/ai_hospital.lua
+%%DATADIR%%/Lua/hospitals/player_hospital.lua
 %%DATADIR%%/Lua/humanoid_action.lua
 %%DATADIR%%/Lua/humanoid_actions/answer_call.lua
 %%DATADIR%%/Lua/humanoid_actions/call_checkpoint.lua
@@ -239,6 +242,7 @@ share/pixmaps/corsix-th.png
 %%DATADIR%%/Lua/languages/finnish.lua
 %%DATADIR%%/Lua/languages/french.lua
 %%DATADIR%%/Lua/languages/german.lua
+%%DATADIR%%/Lua/languages/greek.lua
 %%DATADIR%%/Lua/languages/hungarian.lua
 %%DATADIR%%/Lua/languages/iberic_portuguese.lua
 %%DATADIR%%/Lua/languages/italian.lua


More information about the dev-commits-ports-main mailing list