diff options
author | se <se@FreeBSD.org> | 2001-06-02 11:20:28 +0000 |
---|---|---|
committer | se <se@FreeBSD.org> | 2001-06-02 11:20:28 +0000 |
commit | 7206bcae2bf18559ed0f93b48284a0fdd06df4ce (patch) | |
tree | 6ffa8ff2d09efb8d2d424395fa6301b9f2b0f711 /games | |
parent | 16ade5e2cc96b2556f5fc24c5f669f587b128b33 (diff) | |
download | FreeBSD-ports-7206bcae2bf18559ed0f93b48284a0fdd06df4ce.zip FreeBSD-ports-7206bcae2bf18559ed0f93b48284a0fdd06df4ce.tar.gz |
Upgrade to 2.7.34beta
Diffstat (limited to 'games')
-rw-r--r-- | games/xblast-beta/Makefile | 2 | ||||
-rw-r--r-- | games/xblast-beta/distinfo | 4 | ||||
-rw-r--r-- | games/xblast-beta/files/patch-ae | 18 |
3 files changed, 3 insertions, 21 deletions
diff --git a/games/xblast-beta/Makefile b/games/xblast-beta/Makefile index 322ca29..50b2632 100644 --- a/games/xblast-beta/Makefile +++ b/games/xblast-beta/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xblast-beta -PORTVERSION= 2.7.33 +PORTVERSION= 2.7.34 CATEGORIES= games MASTER_SITES= http://www.ndh.net/home/m.vogel/tnt/ \ ${MASTER_SITE_SUNSITE} diff --git a/games/xblast-beta/distinfo b/games/xblast-beta/distinfo index c7f510f..cd85c1f 100644 --- a/games/xblast-beta/distinfo +++ b/games/xblast-beta/distinfo @@ -4,5 +4,5 @@ MD5 (image.tar.gz) = 9b0ebca6545c9abb53709e96293a8f66 SIZE (image.tar.gz) = 182653 MD5 (level.tar.gz) = d9db96eca746a83c25f5aa67e7c7e536 SIZE (level.tar.gz) = 39910 -MD5 (xblast-tnt-unix.tar.gz) = 299d646a01f7074a16d153d24b97ed63 -SIZE (xblast-tnt-unix.tar.gz) = 207067 +MD5 (xblast-tnt-unix.tar.gz) = 3af0d91ce17bd326d1dc258ea8164d57 +SIZE (xblast-tnt-unix.tar.gz) = 210164 diff --git a/games/xblast-beta/files/patch-ae b/games/xblast-beta/files/patch-ae deleted file mode 100644 index 88ac766..0000000 --- a/games/xblast-beta/files/patch-ae +++ /dev/null @@ -1,18 +0,0 @@ ---- common.h~ Sun Apr 1 20:16:33 2001 -+++ common.h Sun Apr 8 19:59:01 2001 -@@ -27,6 +27,7 @@ - #include "config.h" - #endif - -+#include <sys/types.h> - #include <assert.h> - #include <ctype.h> - #include <dirent.h> -@@ -39,7 +40,6 @@ - #include <time.h> - #ifndef Win32_Winsock - #include <sys/time.h> --#include <sys/types.h> - #include <sys/socket.h> - #endif - |