diff options
author | Stefan Eßer <se@FreeBSD.org> | 2001-06-02 11:20:28 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2001-06-02 11:20:28 +0000 |
commit | 39e23c183ac453074592ea139d8aa95a0b7d00f7 (patch) | |
tree | d62408c44a05bc75c3f9498e6728b2c760de4a9c /games/xblast-beta | |
parent | Add SCRIPTS_ENV="WRKDIRPREFIX=${WRKDIRPREFIX}" to work around $WRKDIRPREFIX (diff) |
Upgrade to 2.7.34beta
Diffstat (limited to 'games/xblast-beta')
-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 322ca298653e..50b263236a4b 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 c7f510f766f0..cd85c1f8c95e 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 88ac766ae456..000000000000 --- 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 - |