1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- Update to version 0.54.

This commit is contained in:
Alejandro Pulver 2006-06-21 19:09:21 +00:00
parent 34174703e7
commit a065d07423
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=165977
3 changed files with 4 additions and 15 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= tyrquake
PORTVERSION= 0.53
PORTVERSION= 0.54
CATEGORIES= games
MASTER_SITES= http://disenchant.net/files/engine/

View File

@ -1,3 +1,3 @@
MD5 (tyrquake-0.53.tar.gz) = a22fa7c5b798177e1f43e8837a2edb72
SHA256 (tyrquake-0.53.tar.gz) = f3c594c7c30fd460018ac851c6cd3dd2e880a4676bc85efe933263b0002c520a
SIZE (tyrquake-0.53.tar.gz) = 1240696
MD5 (tyrquake-0.54.tar.gz) = b8f89d85a8aaee88c7a7d3089c011059
SHA256 (tyrquake-0.54.tar.gz) = 7370ffd3b485658ef769b76f25b179f76dae9eec9f83edb7b7f41efa44820f32
SIZE (tyrquake-0.54.tar.gz) = 1214044

View File

@ -1,11 +0,0 @@
--- ./NQ/model.c.orig Sat Mar 11 09:41:17 2006
+++ ./NQ/model.c Sun May 14 16:20:57 2006
@@ -22,7 +22,7 @@
// models are the only shared resource between a client and server running
// on the same machine.
-#include <stdint.h>
+#include <inttypes.h>
#include "console.h"
#include "quakedef.h"