diff options
-rw-r--r-- | games/r1q2/Makefile | 2 | ||||
-rw-r--r-- | games/r1q2/distinfo | 6 | ||||
-rw-r--r-- | games/r1q2/files/patch-qcommon__qcommon.h | 14 |
3 files changed, 16 insertions, 6 deletions
diff --git a/games/r1q2/Makefile b/games/r1q2/Makefile index 96d0f3512104..dae6d3cd98c4 100644 --- a/games/r1q2/Makefile +++ b/games/r1q2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= r1q2 -PORTVERSION= 7392 +PORTVERSION= 7431 CATEGORIES= games MASTER_SITES= http://www.r1ch.net/stuff/r1q2/src/ DISTNAME= ${PORTNAME}-b${PORTVERSION}-src diff --git a/games/r1q2/distinfo b/games/r1q2/distinfo index 37b9863a3950..c0c4504f1de6 100644 --- a/games/r1q2/distinfo +++ b/games/r1q2/distinfo @@ -1,3 +1,3 @@ -MD5 (r1q2-b7392-src.zip) = a1e0076e44d1807d3b687347371de5cf -SHA256 (r1q2-b7392-src.zip) = af0f81e80c8922e593c68afa22d7bc2c94d99c97a9d68c3ba6a6945d853ecb45 -SIZE (r1q2-b7392-src.zip) = 1120119 +MD5 (r1q2-b7431-src.zip) = 2975e2637d069003066c9a07f37348a9 +SHA256 (r1q2-b7431-src.zip) = ad8f8a8977524c5b800bb0806246a7310bd7b26ecaaf806160475bd67cbf6172 +SIZE (r1q2-b7431-src.zip) = 1122891 diff --git a/games/r1q2/files/patch-qcommon__qcommon.h b/games/r1q2/files/patch-qcommon__qcommon.h index 51d0cdb37caf..ab15f950cfd7 100644 --- a/games/r1q2/files/patch-qcommon__qcommon.h +++ b/games/r1q2/files/patch-qcommon__qcommon.h @@ -1,5 +1,5 @@ ---- ./qcommon/qcommon.h.orig Sat Sep 16 16:16:40 2006 -+++ ./qcommon/qcommon.h Sat Dec 16 17:28:37 2006 +--- qcommon/qcommon.h.orig Mon Nov 19 03:50:37 2007 ++++ qcommon/qcommon.h Mon Nov 19 04:03:27 2007 @@ -86,7 +86,8 @@ #elif defined __FreeBSD__ @@ -10,3 +10,13 @@ #ifdef __i386__ #define CPUSTRING "i386" +@@ -1079,7 +1080,8 @@ + TAGMALLOC_CMDBANS, + TAGMALLOC_REDBLACK, + TAGMALLOC_LRCON, +-#ifdef ANTICHEAT ++//#ifdef ANTICHEAT ++#if 1 // always used in sv_main.c, when building client and ANTICHEAT is 0 + TAGMALLOC_ANTICHEAT, + #endif + TAGMALLOC_MAX_TAGS |