diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2010-11-09 09:46:52 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2010-11-09 09:46:52 +0800 |
commit | 559e0759f197ca233e7d7402457abdf47155e6ee (patch) | |
tree | 10898d4302d641cd6b9548efd784e636c3398185 /games/warzone2100 | |
parent | bd533157d1390eb12b8ca17c6c896e797880c04e (diff) | |
download | freebsd-ports-gnome-559e0759f197ca233e7d7402457abdf47155e6ee.tar.gz freebsd-ports-gnome-559e0759f197ca233e7d7402457abdf47155e6ee.tar.zst freebsd-ports-gnome-559e0759f197ca233e7d7402457abdf47155e6ee.zip |
- Update to 2.3.5
- Fix multiplayer [1]
Submitted by: Carlos Eduardo G. Carvalho (Cartola) <cartoleba at gmail dot com> ([1])
Diffstat (limited to 'games/warzone2100')
-rw-r--r-- | games/warzone2100/Makefile | 2 | ||||
-rw-r--r-- | games/warzone2100/distinfo | 5 | ||||
-rw-r--r-- | games/warzone2100/files/patch-lib-netplay-netplay.c | 12 |
3 files changed, 15 insertions, 4 deletions
diff --git a/games/warzone2100/Makefile b/games/warzone2100/Makefile index 909f4061609f..904904a865b6 100644 --- a/games/warzone2100/Makefile +++ b/games/warzone2100/Makefile @@ -6,7 +6,7 @@ # PORTNAME= warzone2100 -PORTVERSION= 2.3.4 +PORTVERSION= 2.3.5 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/releases/${PORTVERSION}/ diff --git a/games/warzone2100/distinfo b/games/warzone2100/distinfo index fdb91d85d3e1..df14547099f1 100644 --- a/games/warzone2100/distinfo +++ b/games/warzone2100/distinfo @@ -1,3 +1,2 @@ -MD5 (warzone2100-2.3.4.tar.gz) = 7c8182a9313a97e260eac85c20ab6de0 -SHA256 (warzone2100-2.3.4.tar.gz) = 70f4512fd52e72131203fb68d7d9602cd4e05d90f79c93ec85f122ecc771fe68 -SIZE (warzone2100-2.3.4.tar.gz) = 53594258 +SHA256 (warzone2100-2.3.5.tar.gz) = 3a9e42851d6b24497fc07dae8d75bbe2ff1358ffbdeaea2deaa623ec0156a469 +SIZE (warzone2100-2.3.5.tar.gz) = 59205795 diff --git a/games/warzone2100/files/patch-lib-netplay-netplay.c b/games/warzone2100/files/patch-lib-netplay-netplay.c new file mode 100644 index 000000000000..fd58cf6058b2 --- /dev/null +++ b/games/warzone2100/files/patch-lib-netplay-netplay.c @@ -0,0 +1,12 @@ +--- lib/netplay/netplay.c.orig 2010-08-12 01:53:49.000000000 +0400 ++++ lib/netplay/netplay.c 2010-11-09 03:37:53.000000000 +0300 +@@ -1231,9 +1231,6 @@ + hint.ai_family = AF_UNSPEC; + hint.ai_socktype = SOCK_STREAM; + hint.ai_protocol = 0; +-#ifdef AI_V4MAPPED +- flags |= AI_V4MAPPED; +-#endif + #ifdef AI_ADDRCONFIG + flags |= AI_ADDRCONFIG; + #endif |