diff options
author | pav <pav@FreeBSD.org> | 2005-01-27 22:15:31 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-01-27 22:15:31 +0000 |
commit | b0b6903f8189198dc5ec7d40df1814c71dda0249 (patch) | |
tree | e6fc5d20634b59b5e0d1bb77e11cca836a88d1f0 /games/pioneers | |
parent | c9c77944b8afacc2bb3e01fa8d2a92de238d7f0e (diff) | |
download | FreeBSD-ports-b0b6903f8189198dc5ec7d40df1814c71dda0249.zip FreeBSD-ports-b0b6903f8189198dc5ec7d40df1814c71dda0249.tar.gz |
- Update to 0.8.1.51
PR: ports/76754
Submitted by: Stefan Walter <sw@gegenunendlich.de> (maintainer)
Diffstat (limited to 'games/pioneers')
-rw-r--r-- | games/pioneers/Makefile | 2 | ||||
-rw-r--r-- | games/pioneers/distinfo | 4 | ||||
-rw-r--r-- | games/pioneers/files/patch-common_network.c | 10 | ||||
-rw-r--r-- | games/pioneers/files/patch-meta-server_gnocatan-meta-server.c | 11 | ||||
-rw-r--r-- | games/pioneers/files/patch-server_server.c | 11 |
5 files changed, 3 insertions, 35 deletions
diff --git a/games/pioneers/Makefile b/games/pioneers/Makefile index 5061870..035440b 100644 --- a/games/pioneers/Makefile +++ b/games/pioneers/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnocatan -PORTVERSION= 0.8.1.48 +PORTVERSION= 0.8.1.51 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/games/pioneers/distinfo b/games/pioneers/distinfo index 20d316c..6c90b9e 100644 --- a/games/pioneers/distinfo +++ b/games/pioneers/distinfo @@ -1,2 +1,2 @@ -MD5 (gnocatan-0.8.1.48.tar.gz) = 59bc7bc5bc4c2acfd243d2a42f583f94 -SIZE (gnocatan-0.8.1.48.tar.gz) = 2069208 +MD5 (gnocatan-0.8.1.51.tar.gz) = b2cd193ba3a00667fffb0dacff9ca02f +SIZE (gnocatan-0.8.1.51.tar.gz) = 2064504 diff --git a/games/pioneers/files/patch-common_network.c b/games/pioneers/files/patch-common_network.c deleted file mode 100644 index ec2c065..0000000 --- a/games/pioneers/files/patch-common_network.c +++ /dev/null @@ -1,10 +0,0 @@ ---- 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 <netdb.h> - #include <errno.h> - #include <string.h> -+#include <netinet/in.h> - - #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 deleted file mode 100644 index 501c90d..0000000 --- a/games/pioneers/files/patch-meta-server_gnocatan-meta-server.c +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 <sys/stat.h> - #include <netdb.h> - #include <time.h> -+#include <netinet/in.h> -+#include <sys/socket.h> - - #include <glib.h> - diff --git a/games/pioneers/files/patch-server_server.c b/games/pioneers/files/patch-server_server.c deleted file mode 100644 index baf5d0a..0000000 --- a/games/pioneers/files/patch-server_server.c +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 <errno.h> - #include <string.h> - #include <time.h> -+#include <netinet/in.h> -+#include <sys/signal.h> - - #ifndef HAVE_G_RAND_NEW_WITH_SEED - #include "mt_rand.h" |