aboutsummaryrefslogtreecommitdiff
path: root/games/pioneers
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-01-27 22:15:31 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-01-27 22:15:31 +0000
commitaa7ac3c73edd93539ee3ee30f3bc79ee006de88a (patch)
tree0cf959a06320b5917089fbf59292cb731938ebdb /games/pioneers
parent792b6b6a94279e948351a52d590508c24bd2b89d (diff)
downloadports-aa7ac3c73edd93539ee3ee30f3bc79ee006de88a.tar.gz
ports-aa7ac3c73edd93539ee3ee30f3bc79ee006de88a.zip
Notes
Diffstat (limited to 'games/pioneers')
-rw-r--r--games/pioneers/Makefile2
-rw-r--r--games/pioneers/distinfo4
-rw-r--r--games/pioneers/files/patch-common_network.c10
-rw-r--r--games/pioneers/files/patch-meta-server_gnocatan-meta-server.c11
-rw-r--r--games/pioneers/files/patch-server_server.c11
5 files changed, 3 insertions, 35 deletions
diff --git a/games/pioneers/Makefile b/games/pioneers/Makefile
index 506187052f13..035440b9fb1d 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 20d316c43b5d..6c90b9e4e293 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 ec2c0658f42c..000000000000
--- 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 501c90dff328..000000000000
--- 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 baf5d0abd4d0..000000000000
--- 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"