Hi ports --
Attached is a diff to update games/corsixth to 0.61rc1 (being called
0.60.9 in the ports tree to avoid any version silliness).
I would like to commit this now, and then update to 0.61 whenever that
is released, because the rc1 fixes the strange lua segfault on first run
that happens with 0.60.
Where are my Theme Hospital players?
OK?
~Brian
Index: Makefile
===================================================================
RCS file: /cvs/ports/games/corsixth/Makefile,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 Makefile
--- Makefile 16 Nov 2017 23:20:38 -0000 1.2
+++ Makefile 10 Dec 2017 05:14:48 -0000
@@ -2,7 +2,7 @@
ONLY_FOR_ARCHS = ${CXX11_ARCHS}
-V = 0.60.1
+V = 0.60.9
COMMENT = open source clone of Theme Hospital
DISTNAME = corsixth-${V}
CATEGORIES = games x11
@@ -11,7 +11,7 @@ CATEGORIES = games x11
GH_ACCOUNT = CorsixTH
GH_PROJECT = CorsixTH
#GH_TAGNAME = v${V}
-GH_COMMIT = 6a079fd02bc456be7410e4394d7661308e86b3bf
+GH_COMMIT = 63afae1554a2abeba225d5865f5ea77b18e73c78
# https site is a little broken.
HOMEPAGE = http://corsixth.com/
Index: distinfo
===================================================================
RCS file: /cvs/ports/games/corsixth/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 distinfo
--- distinfo 31 Jul 2017 22:14:44 -0000 1.1.1.1
+++ distinfo 10 Dec 2017 05:14:48 -0000
@@ -1,2 +1,2 @@
-SHA256 (corsixth-0.60.1-6a079fd0.tar.gz) = YcR3CCB7sUK4YGoTyeI0qlO9iD6vbJ1KAcvA3Ti8IIQ=
-SIZE (corsixth-0.60.1-6a079fd0.tar.gz) = 3508854
+SHA256 (corsixth-0.60.9-63afae15.tar.gz) = f+35H1OXCot261ZvB3Llw6fgcIMdvJ8THxl/vHeKU2U=
+SIZE (corsixth-0.60.9-63afae15.tar.gz) = 3515645
Index: patches/patch-CorsixTH_CMakeLists_txt
===================================================================
RCS file: /cvs/ports/games/corsixth/patches/patch-CorsixTH_CMakeLists_txt,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 patch-CorsixTH_CMakeLists_txt
--- patches/patch-CorsixTH_CMakeLists_txt 31 Jul 2017 22:14:44 -0000 1.1.1.1
+++ patches/patch-CorsixTH_CMakeLists_txt 10 Dec 2017 05:14:48 -0000
@@ -5,7 +5,7 @@ Install to the correct location.
Index: CorsixTH/CMakeLists.txt
--- CorsixTH/CMakeLists.txt.orig
+++ CorsixTH/CMakeLists.txt
-@@ -212,10 +212,10 @@ IF(APPLE)
+@@ -222,10 +222,10 @@ IF(APPLE)
FIXUP_BUNDLE(${CMAKE_INSTALL_PREFIX}/CorsixTH.app \"\" \"\")
")
ELSE()