diff options
author | pav <pav@FreeBSD.org> | 2005-01-24 04:49:21 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-01-24 04:49:21 +0800 |
commit | 7d4605f571edece580b316b29f8321b20d743282 (patch) | |
tree | 732d8563788ef533abed5447f7ed6806a35927e9 | |
parent | e9e78e77e19ea8238b0cd7fe43a82c7d632fb750 (diff) | |
download | freebsd-ports-gnome-7d4605f571edece580b316b29f8321b20d743282.tar.gz freebsd-ports-gnome-7d4605f571edece580b316b29f8321b20d743282.tar.zst freebsd-ports-gnome-7d4605f571edece580b316b29f8321b20d743282.zip |
- Update to 0.8.1.48
PR: ports/76537
Submitted by: Stefan Walter <sw@gegenunendlich.de> (maintainer)
-rw-r--r-- | games/gnocatan/Makefile | 2 | ||||
-rw-r--r-- | games/gnocatan/distinfo | 4 | ||||
-rw-r--r-- | games/gnocatan/files/patch-common_network.c | 10 | ||||
-rw-r--r-- | games/gnocatan/files/patch-meta-server_gnocatan-meta-server.c | 11 | ||||
-rw-r--r-- | games/gnocatan/files/patch-server_server.c | 11 | ||||
-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 |
10 files changed, 70 insertions, 6 deletions
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 <netdb.h> + #include <errno.h> + #include <string.h> ++#include <netinet/in.h> + + #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 <sys/stat.h> + #include <netdb.h> + #include <time.h> ++#include <netinet/in.h> ++#include <sys/socket.h> + + #include <glib.h> + 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 <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" 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 <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 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 <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 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 <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" |