Hi,
Attached is a trivial update to openttd-1.3.3.
Works fine on i386/amd64.
ok?
--
Anthony J. Bentley
Index: Makefile
===================================================================
RCS file: /cvs/ports/games/openttd/Makefile,v
retrieving revision 1.33
diff -u -p -u -p -r1.33 Makefile
--- Makefile 24 Sep 2013 06:33:02 -0000 1.33
+++ Makefile 3 Dec 2013 09:56:37 -0000
@@ -2,7 +2,7 @@
COMMENT= open source clone of the game Transport Tycoon Deluxe
-V = 1.3.2
+V = 1.3.3
DISTNAME = openttd-${V}
EXTRACT_SUFX= -source.tar.gz
GFX_V= 0.4.7
@@ -16,7 +16,7 @@ DIST_SUBDIR= openttd
CATEGORIES= games
-HOMEPAGE= http://www.openttd.org/
+HOMEPAGE= https://www.openttd.org/en/
MAINTAINER = Anthony J. Bentley <[email protected]>
Index: distinfo
===================================================================
RCS file: /cvs/ports/games/openttd/distinfo,v
retrieving revision 1.17
diff -u -p -u -p -r1.17 distinfo
--- distinfo 24 Sep 2013 06:33:02 -0000 1.17
+++ distinfo 3 Dec 2013 09:56:37 -0000
@@ -1,8 +1,8 @@
SHA256 (openttd/opengfx-0.4.7.zip) =
EAMsaD+YtNN4wGURGKSFiubT8KUFkwLcP5a/v83GckE=
SHA256 (openttd/openmsx-0.3.1.zip) =
kuKTronxOtZ59DGF6D+4H7jK1H/mP0rz09n5VRMEYPU=
SHA256 (openttd/opensfx-0.2.3.zip) =
NXR0WsDBOLrlO1aXJZHbjXeK2fr/1R3q43pIpWPnFmI=
-SHA256 (openttd/openttd-1.3.2-source.tar.gz) =
nHAEBtN1Ap9PCSNsQU2qvaq6bnmS3rcwDbd0KzymQbk=
+SHA256 (openttd/openttd-1.3.3-source.tar.gz) =
oh+fUyGscP/SwNu7UgIfANSlX2aVHhSOCP3N5EdcLVw=
SIZE (openttd/opengfx-0.4.7.zip) = 3471843
SIZE (openttd/openmsx-0.3.1.zip) = 136981
SIZE (openttd/opensfx-0.2.3.zip) = 11144025
-SIZE (openttd/openttd-1.3.2-source.tar.gz) = 9614867
+SIZE (openttd/openttd-1.3.3-source.tar.gz) = 9643325
Index: patches/patch-src_string_func_h
===================================================================
RCS file: /cvs/ports/games/openttd/patches/patch-src_string_func_h,v
retrieving revision 1.1
diff -u -p -u -p -r1.1 patch-src_string_func_h
--- patches/patch-src_string_func_h 25 Jun 2013 22:41:41 -0000 1.1
+++ patches/patch-src_string_func_h 3 Dec 2013 09:56:37 -0000
@@ -1,8 +1,8 @@
$OpenBSD: patch-src_string_func_h,v 1.1 2013/06/25 22:41:41 bentley Exp $
Don't use openttd's internal copies of strndup()/strcasestr().
---- src/string_func.h.orig Fri May 31 14:57:15 2013
-+++ src/string_func.h Sun Jun 23 21:47:08 2013
-@@ -196,7 +196,7 @@ static inline bool IsWhitespace(WChar c)
+--- src/string_func.h.orig Fri Nov 29 05:16:09 2013
++++ src/string_func.h Tue Dec 3 02:39:29 2013
+@@ -249,7 +249,7 @@ static inline bool IsWhitespace(WChar c)
#endif
/* strndup is a GNU extension */
@@ -11,7 +11,7 @@ Don't use openttd's internal copies of s
# undef DEFINE_STRNDUP
#else
# define DEFINE_STRNDUP
-@@ -204,7 +204,7 @@ char *strndup(const char *s, size_t len);
+@@ -257,7 +257,7 @@ char *strndup(const char *s, size_t len);
#endif /* strndup is available */
/* strcasestr is available for _GNU_SOURCE, BSD and some Apple */