1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

Upgrade to 2.7.34beta

This commit is contained in:
Stefan Eßer 2001-06-02 11:20:28 +00:00
parent 14eaeff4f0
commit 39e23c183a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43424
3 changed files with 3 additions and 21 deletions

View File

@ -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}

View File

@ -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

View File

@ -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