diff options
author | vs <vs@FreeBSD.org> | 2005-08-31 20:47:35 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-08-31 20:47:35 +0800 |
commit | 91c3e9a54f21197783a2ab455d24001e110a3183 (patch) | |
tree | 4dea66631292f9b6f0cdf02b7bafa42863b49d4f /games | |
parent | 73a5b303d2ffcf0dcf061826dfaaf374ee397494 (diff) | |
download | freebsd-ports-gnome-91c3e9a54f21197783a2ab455d24001e110a3183.tar.gz freebsd-ports-gnome-91c3e9a54f21197783a2ab455d24001e110a3183.tar.zst freebsd-ports-gnome-91c3e9a54f21197783a2ab455d24001e110a3183.zip |
Update to 0.9.23
PR: ports/85153
Submitted by: maintainer
Diffstat (limited to 'games')
-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> |