Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Oct 2024 22:03:21 GMT
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b6f2245823b8 - main - games/corsix-th: Update to 0.68.0
Message-ID:  <202410132203.49DM3Lvr096281@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by madpilot:

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

commit b6f2245823b847a86d268b21a85e5a378670f4db
Author:     Guido Falsi <madpilot@FreeBSD.org>
AuthorDate: 2024-10-13 22:02:20 +0000
Commit:     Guido Falsi <madpilot@FreeBSD.org>
CommitDate: 2024-10-13 22:02:20 +0000

    games/corsix-th: Update to 0.68.0
---
 games/corsix-th/Makefile                         |  5 +++--
 games/corsix-th/distinfo                         |  6 +++---
 games/corsix-th/files/patch-CorsixTH_Lua_app.lua | 11 -----------
 games/corsix-th/pkg-plist                        |  3 +++
 4 files changed, 9 insertions(+), 16 deletions(-)

diff --git a/games/corsix-th/Makefile b/games/corsix-th/Makefile
index fecfb6bc551f..66d63e140097 100644
--- a/games/corsix-th/Makefile
+++ b/games/corsix-th/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	corsixth
-PORTVERSION=	0.67
+DISTVERSION=	0.68.0
 DISTVERSIONPREFIX=	v
 CATEGORIES=	games
 
@@ -22,7 +22,8 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	CorsixTH
 GH_PROJECT=	CorsixTH
 USE_SDL=	mixer2
-CMAKE_ARGS=	-DWITH_LUAJIT=OFF
+CMAKE_ARGS=	-DWITH_LUAJIT=OFF \
+		-DWITH_UPDATE_CHECK=OFF
 CFLAGS+=	-I${ICONV_PREFIX}/include
 DATADIR=	${PREFIX}/share/corsix-th
 
diff --git a/games/corsix-th/distinfo b/games/corsix-th/distinfo
index f97d4d59f339..8f9152a986f5 100644
--- a/games/corsix-th/distinfo
+++ b/games/corsix-th/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1691851664
-SHA256 (CorsixTH-CorsixTH-v0.67_GH0.tar.gz) = 4e88cf1916bf4d7c304b551ddb91fb9194f110bad4663038ca73d31b939d69e3
-SIZE (CorsixTH-CorsixTH-v0.67_GH0.tar.gz) = 4127698
+TIMESTAMP = 1728835757
+SHA256 (CorsixTH-CorsixTH-v0.68.0_GH0.tar.gz) = 54034b8434f5c583178405d2c84477f903fe2b15933b611f42230668e35d632e
+SIZE (CorsixTH-CorsixTH-v0.68.0_GH0.tar.gz) = 4240659
diff --git a/games/corsix-th/files/patch-CorsixTH_Lua_app.lua b/games/corsix-th/files/patch-CorsixTH_Lua_app.lua
deleted file mode 100644
index d30c61b6e1f1..000000000000
--- a/games/corsix-th/files/patch-CorsixTH_Lua_app.lua
+++ /dev/null
@@ -1,11 +0,0 @@
---- CorsixTH/Lua/app.lua.orig	2023-06-25 00:50:42 UTC
-+++ CorsixTH/Lua/app.lua
-@@ -65,7 +65,7 @@ function App:App()
-   }
-   self.strings = {}
-   self.savegame_version = SAVEGAME_VERSION
--  self.check_for_updates = true
-+  self.check_for_updates = false
-   self.idle_tick = 0
- end
- 
diff --git a/games/corsix-th/pkg-plist b/games/corsix-th/pkg-plist
index 434720a9bd74..a3e22eecc324 100644
--- a/games/corsix-th/pkg-plist
+++ b/games/corsix-th/pkg-plist
@@ -172,6 +172,8 @@ share/metainfo/com.corsixth.corsixth.metainfo.xml
 %%DATADIR%%/Lua/diseases/tv_personalities.lua
 %%DATADIR%%/Lua/diseases/uncommon_cold.lua
 %%DATADIR%%/Lua/diseases/unexpected_swelling.lua
+%%DATADIR%%/Lua/earthquake.lua
+%%DATADIR%%/Lua/endconditions.lua
 %%DATADIR%%/Lua/entities/humanoid.lua
 %%DATADIR%%/Lua/entities/humanoids/grim_reaper.lua
 %%DATADIR%%/Lua/entities/humanoids/inspector.lua
@@ -248,6 +250,7 @@ share/metainfo/com.corsixth.corsixth.metainfo.xml
 %%DATADIR%%/Lua/languages/spanish.lua
 %%DATADIR%%/Lua/languages/swedish.lua
 %%DATADIR%%/Lua/languages/traditional_chinese.lua
+%%DATADIR%%/Lua/languages/ukrainian.lua
 %%DATADIR%%/Lua/map.lua
 %%DATADIR%%/Lua/movie_player.lua
 %%DATADIR%%/Lua/objects/analyser.lua



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