aboutsummaryrefslogtreecommitdiff
path: root/games/warzone2100
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2010-11-09 01:46:52 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2010-11-09 01:46:52 +0000
commit43ac42d6169836485b8188c5a117101f9e992b91 (patch)
tree2537aae4bd37a6bfd023ea385880446c37d5b39c /games/warzone2100
parent3e0fb124bcf8377ace10f5735f4a037ac5bb8d66 (diff)
downloadports-43ac42d6169836485b8188c5a117101f9e992b91.tar.gz
ports-43ac42d6169836485b8188c5a117101f9e992b91.zip
Notes
Diffstat (limited to 'games/warzone2100')
-rw-r--r--games/warzone2100/Makefile2
-rw-r--r--games/warzone2100/distinfo5
-rw-r--r--games/warzone2100/files/patch-lib-netplay-netplay.c12
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