diff options
author | Stefan Eßer <se@FreeBSD.org> | 2001-04-08 18:13:48 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2001-04-08 18:13:48 +0000 |
commit | cd08eb916901634c14d028eb3b6a4542f6b72eb0 (patch) | |
tree | f59102544599365e099a08ee2e7ae0baf8d959d5 /games/xblast-beta | |
parent | f3a26ac7d5f056a1ae5b9a316f9471f9e65e2c64 (diff) | |
download | ports-cd08eb916901634c14d028eb3b6a4542f6b72eb0.tar.gz ports-cd08eb916901634c14d028eb3b6a4542f6b72eb0.zip |
Upgrade to 2.7.33 (beta).
Notes
Notes:
svn path=/head/; revision=41082
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-aa | 14 | ||||
-rw-r--r-- | games/xblast-beta/files/patch-ae | 22 |
4 files changed, 21 insertions, 21 deletions
diff --git a/games/xblast-beta/Makefile b/games/xblast-beta/Makefile index d4590f0f2906..322ca298653e 100644 --- a/games/xblast-beta/Makefile +++ b/games/xblast-beta/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xblast-beta -PORTVERSION= 2.7.30 +PORTVERSION= 2.7.33 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 610b1456f7f8..c7f510f766f0 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) = f35dd720f1ca5c3d3ad4ff4002c012a8 -SIZE (xblast-tnt-unix.tar.gz) = 204207 +MD5 (xblast-tnt-unix.tar.gz) = 299d646a01f7074a16d153d24b97ed63 +SIZE (xblast-tnt-unix.tar.gz) = 207067 diff --git a/games/xblast-beta/files/patch-aa b/games/xblast-beta/files/patch-aa index ac39c1a44b83..bcd749f2015c 100644 --- a/games/xblast-beta/files/patch-aa +++ b/games/xblast-beta/files/patch-aa @@ -1,8 +1,8 @@ ---- Imakefile.orig Sun Sep 24 21:09:20 2000 -+++ Imakefile Tue Dec 26 16:18:02 2000 +--- Imakefile.orig Sun Apr 8 12:44:25 2001 ++++ Imakefile Sun Apr 8 19:55:47 2001 @@ -3,6 +3,10 @@ * - * $Id: Imakefile.sound,v 1.21 2000/09/24 19:03:27 xblast Exp $ + * $Id: Imakefile.sound,v 1.25 2001/04/07 18:19:57 xblast Exp $ */ + +#define IHaveSubdirs @@ -40,19 +40,19 @@ +SRCS1=xblast.c util.c str_util.c intro.c introdat.c map.c sprite.c \ color.c status.c player.c action.c bomb.c event.c image.c \ shrink.c func.c game.c info.c ini_file.c atom.c scramble.c \ - demo.c debug.c \ + demo.c debug.c level.c random.c \ @@ -43,7 +52,7 @@ x11_common.c x11_event.c x11_atom.c x11_config.c x11_msgbox.c\ x11c_init.c x11c_image.c x11c_text.c x11c_tile.c x11c_sprite.c \ - x11c_pixmap.c x11_sound.c + x11c_pixmap.c x11_sound.c x11_socket.c x11_joystick.c -OBJS=xblast.o util.o str_util.o intro.o introdat.o map.o sprite.o \ +OBJS1=xblast.o util.o str_util.o intro.o introdat.o map.o sprite.o \ color.o status.o player.o bomb.o action.o event.o image.o \ shrink.o func.o game.o info.o ini_file.o atom.o scramble.o \ - demo.o debug.o \ + demo.o debug.o level.o random.o \ @@ -62,5 +71,26 @@ x11c_init.o x11c_image.o x11c_text.o x11c_tile.o x11c_sprite.o \ - x11c_pixmap.o x11_sound.o + x11c_pixmap.o x11_sound.o x11_socket.o x11_joystick.o -AllTarget(xblast) -ComplexProgramTarget(xblast) diff --git a/games/xblast-beta/files/patch-ae b/games/xblast-beta/files/patch-ae index 35a6ca8a76cd..88ac766ae456 100644 --- a/games/xblast-beta/files/patch-ae +++ b/games/xblast-beta/files/patch-ae @@ -1,18 +1,18 @@ ---- common.h~ Mon Jun 12 16:52:17 2000 -+++ common.h Mon Mar 12 18:53:58 2001 -@@ -23,6 +23,7 @@ - #ifndef _COMMON_H - #define _COMMON_H +--- 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> -@@ -38,7 +39,6 @@ - #include <sys/socket.h> - #include <sys/stat.h> +@@ -39,7 +40,6 @@ + #include <time.h> + #ifndef Win32_Winsock #include <sys/time.h> -#include <sys/types.h> - #include <sys/wait.h> - #include <time.h> - #include <unistd.h> + #include <sys/socket.h> + #endif + |