forked from freebsd/freebsd-ports
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
402b0e2
commit d801e46
Showing
4 changed files
with
33 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,9 +2,8 @@ | |
# $FreeBSD$ | ||
|
||
PORTNAME= corsixth | ||
PORTVERSION= 0.62 | ||
PORTVERSION= 0.63 | ||
DISTVERSIONPREFIX= v | ||
PORTREVISION= 3 | ||
CATEGORIES= games | ||
|
||
MAINTAINER= [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
TIMESTAMP = 1532275328 | ||
SHA256 (CorsixTH-CorsixTH-v0.62_GH0.tar.gz) = b219270310255493c881a09bb4a5569f34a72cdaf3c3be920c1036a2450317ce | ||
SIZE (CorsixTH-CorsixTH-v0.62_GH0.tar.gz) = 3461932 | ||
TIMESTAMP = 1558785664 | ||
SHA256 (CorsixTH-CorsixTH-v0.63_GH0.tar.gz) = 9016ce0a22e0e800937970a91b48aaf536fc901c98d3edd1e11bf97590523d81 | ||
SIZE (CorsixTH-CorsixTH-v0.63_GH0.tar.gz) = 4040119 |
12 changes: 6 additions & 6 deletions
12
games/corsix-th/files/patch-CorsixTH_Lua_config__finder.lua
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
--- CorsixTH/Lua/config_finder.lua.orig 2015-08-30 20:29:45 UTC | ||
--- CorsixTH/Lua/config_finder.lua.orig 2019-05-24 00:36:47 UTC | ||
+++ CorsixTH/Lua/config_finder.lua | ||
@@ -133,7 +133,7 @@ local config_defaults = { | ||
@@ -137,7 +137,7 @@ local config_defaults = { | ||
shift_scroll_speed = 4, | ||
new_graphics_folder = nil, | ||
use_new_graphics = false, | ||
- check_for_updates = true | ||
+ check_for_updates = false | ||
- check_for_updates = true, | ||
+ check_for_updates = false, | ||
} | ||
local fi = io.open(config_filename, "r") | ||
local config_values = {} | ||
|
||
fi = io.open(config_filename, "r") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters