diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-08-31 12:47:35 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-08-31 12:47:35 +0000 |
commit | 60bdac9350f1c2409ba9c323e8ff78c32c5f6841 (patch) | |
tree | be65d835b5d584d2864f3df6a7c817e70e31fc4d /games/pioneers | |
parent | 339bff69d19c736fec43f9b51523ff1ef374c008 (diff) | |
download | ports-60bdac9350f1c2409ba9c323e8ff78c32c5f6841.tar.gz ports-60bdac9350f1c2409ba9c323e8ff78c32c5f6841.zip |
Notes
Diffstat (limited to 'games/pioneers')
-rw-r--r-- | games/pioneers/Makefile | 4 | ||||
-rw-r--r-- | games/pioneers/distinfo | 4 | ||||
-rw-r--r-- | games/pioneers/files/patch-meta-server_main.c | 14 |
3 files changed, 4 insertions, 18 deletions
diff --git a/games/pioneers/Makefile b/games/pioneers/Makefile index d9b8e88c56bc..c0d6bfe6abbe 100644 --- a/games/pioneers/Makefile +++ b/games/pioneers/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pioneers -PORTVERSION= 0.9.19 +PORTVERSION= 0.9.23 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= pio @@ -17,7 +17,7 @@ COMMENT= An Internet playable version of the Settlers of Catan for GNOME/GTK USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix gtk20 libgnome -USE_LIBTOOL_VER=13 +USE_LIBTOOL_VER=15 INSTALLS_OMF= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/games/pioneers/distinfo b/games/pioneers/distinfo index 561ecd90aa34..009f38b2dd36 100644 --- a/games/pioneers/distinfo +++ b/games/pioneers/distinfo @@ -1,2 +1,2 @@ -MD5 (pioneers-0.9.19.tar.gz) = 949a138cd9660b1308f4a701d315d5d6 -SIZE (pioneers-0.9.19.tar.gz) = 2073049 +MD5 (pioneers-0.9.23.tar.gz) = 8d759c962cce7ccc998e9f732ed32725 +SIZE (pioneers-0.9.23.tar.gz) = 2087235 diff --git a/games/pioneers/files/patch-meta-server_main.c b/games/pioneers/files/patch-meta-server_main.c deleted file mode 100644 index 5d05d79293cb..000000000000 --- a/games/pioneers/files/patch-meta-server_main.c +++ /dev/null @@ -1,14 +0,0 @@ ---- meta-server/main.c.orig Fri Jul 22 17:08:33 2005 -+++ meta-server/main.c Fri Jul 22 17:10:56 2005 -@@ -29,9 +29,11 @@ - #ifdef HAVE_GETOPT_H - #include <getopt.h> - #endif -+#include <netinet/in.h> - #include <fcntl.h> - #include <syslog.h> - #include <sys/wait.h> -+#include <sys/socket.h> - #include <sys/types.h> - #include <sys/stat.h> - #include <netdb.h> |