From bf4f53c67586eb1803b33c4ff86ce5ab5162f656 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Sun, 23 Jan 2005 20:49:21 +0000 Subject: - Update to 0.8.1.48 PR: ports/76537 Submitted by: Stefan Walter (maintainer) --- games/gnocatan/Makefile | 2 +- games/gnocatan/distinfo | 4 ++-- games/gnocatan/files/patch-common_network.c | 10 ++++++++++ games/gnocatan/files/patch-meta-server_gnocatan-meta-server.c | 11 +++++++++++ games/gnocatan/files/patch-server_server.c | 11 +++++++++++ games/pioneers/Makefile | 2 +- games/pioneers/distinfo | 4 ++-- games/pioneers/files/patch-common_network.c | 10 ++++++++++ games/pioneers/files/patch-meta-server_gnocatan-meta-server.c | 11 +++++++++++ games/pioneers/files/patch-server_server.c | 11 +++++++++++ 10 files changed, 70 insertions(+), 6 deletions(-) create mode 100644 games/gnocatan/files/patch-common_network.c create mode 100644 games/gnocatan/files/patch-meta-server_gnocatan-meta-server.c create mode 100644 games/gnocatan/files/patch-server_server.c create mode 100644 games/pioneers/files/patch-common_network.c create mode 100644 games/pioneers/files/patch-meta-server_gnocatan-meta-server.c create mode 100644 games/pioneers/files/patch-server_server.c (limited to 'games') diff --git a/games/gnocatan/Makefile b/games/gnocatan/Makefile index 9a4de5082f09..506187052f13 100644 --- a/games/gnocatan/Makefile +++ b/games/gnocatan/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnocatan -PORTVERSION= 0.8.1.45 +PORTVERSION= 0.8.1.48 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/games/gnocatan/distinfo b/games/gnocatan/distinfo index 57c5532605a3..20d316c43b5d 100644 --- a/games/gnocatan/distinfo +++ b/games/gnocatan/distinfo @@ -1,2 +1,2 @@ -MD5 (gnocatan-0.8.1.45.tar.gz) = 14601fe7d318c9ef478e126d9683388c -SIZE (gnocatan-0.8.1.45.tar.gz) = 2061574 +MD5 (gnocatan-0.8.1.48.tar.gz) = 59bc7bc5bc4c2acfd243d2a42f583f94 +SIZE (gnocatan-0.8.1.48.tar.gz) = 2069208 diff --git a/games/gnocatan/files/patch-common_network.c b/games/gnocatan/files/patch-common_network.c new file mode 100644 index 000000000000..ec2c0658f42c --- /dev/null +++ b/games/gnocatan/files/patch-common_network.c @@ -0,0 +1,10 @@ +--- common/network.c.orig Fri Jan 21 16:55:52 2005 ++++ common/network.c Fri Jan 21 16:56:18 2005 +@@ -29,6 +29,7 @@ + #include + #include + #include ++#include + + #include "config.h" + #include "driver.h" diff --git a/games/gnocatan/files/patch-meta-server_gnocatan-meta-server.c b/games/gnocatan/files/patch-meta-server_gnocatan-meta-server.c new file mode 100644 index 000000000000..501c90dff328 --- /dev/null +++ b/games/gnocatan/files/patch-meta-server_gnocatan-meta-server.c @@ -0,0 +1,11 @@ +--- meta-server/gnocatan-meta-server.c.orig Fri Jan 21 17:09:55 2005 ++++ meta-server/gnocatan-meta-server.c Fri Jan 21 17:11:21 2005 +@@ -37,6 +37,8 @@ + #include + #include + #include ++#include ++#include + + #include + diff --git a/games/gnocatan/files/patch-server_server.c b/games/gnocatan/files/patch-server_server.c new file mode 100644 index 000000000000..baf5d0abd4d0 --- /dev/null +++ b/games/gnocatan/files/patch-server_server.c @@ -0,0 +1,11 @@ +--- server/server.c.orig Fri Jan 21 17:02:43 2005 ++++ server/server.c Fri Jan 21 17:06:15 2005 +@@ -30,6 +30,8 @@ + #include + #include + #include ++#include ++#include + + #ifndef HAVE_G_RAND_NEW_WITH_SEED + #include "mt_rand.h" diff --git a/games/pioneers/Makefile b/games/pioneers/Makefile index 9a4de5082f09..506187052f13 100644 --- a/games/pioneers/Makefile +++ b/games/pioneers/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnocatan -PORTVERSION= 0.8.1.45 +PORTVERSION= 0.8.1.48 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/games/pioneers/distinfo b/games/pioneers/distinfo index 57c5532605a3..20d316c43b5d 100644 --- a/games/pioneers/distinfo +++ b/games/pioneers/distinfo @@ -1,2 +1,2 @@ -MD5 (gnocatan-0.8.1.45.tar.gz) = 14601fe7d318c9ef478e126d9683388c -SIZE (gnocatan-0.8.1.45.tar.gz) = 2061574 +MD5 (gnocatan-0.8.1.48.tar.gz) = 59bc7bc5bc4c2acfd243d2a42f583f94 +SIZE (gnocatan-0.8.1.48.tar.gz) = 2069208 diff --git a/games/pioneers/files/patch-common_network.c b/games/pioneers/files/patch-common_network.c new file mode 100644 index 000000000000..ec2c0658f42c --- /dev/null +++ b/games/pioneers/files/patch-common_network.c @@ -0,0 +1,10 @@ +--- common/network.c.orig Fri Jan 21 16:55:52 2005 ++++ common/network.c Fri Jan 21 16:56:18 2005 +@@ -29,6 +29,7 @@ + #include + #include + #include ++#include + + #include "config.h" + #include "driver.h" diff --git a/games/pioneers/files/patch-meta-server_gnocatan-meta-server.c b/games/pioneers/files/patch-meta-server_gnocatan-meta-server.c new file mode 100644 index 000000000000..501c90dff328 --- /dev/null +++ b/games/pioneers/files/patch-meta-server_gnocatan-meta-server.c @@ -0,0 +1,11 @@ +--- meta-server/gnocatan-meta-server.c.orig Fri Jan 21 17:09:55 2005 ++++ meta-server/gnocatan-meta-server.c Fri Jan 21 17:11:21 2005 +@@ -37,6 +37,8 @@ + #include + #include + #include ++#include ++#include + + #include + diff --git a/games/pioneers/files/patch-server_server.c b/games/pioneers/files/patch-server_server.c new file mode 100644 index 000000000000..baf5d0abd4d0 --- /dev/null +++ b/games/pioneers/files/patch-server_server.c @@ -0,0 +1,11 @@ +--- server/server.c.orig Fri Jan 21 17:02:43 2005 ++++ server/server.c Fri Jan 21 17:06:15 2005 +@@ -30,6 +30,8 @@ + #include + #include + #include ++#include ++#include + + #ifndef HAVE_G_RAND_NEW_WITH_SEED + #include "mt_rand.h" -- cgit v1.2.3