Wednesday, July 29, 2020

Re: [Update] games/ezquake (from maintainer)

Hi,

Just pinging to see if anyone saw this update.

Here's a diff to update games/ezquake from 3.2 to 3.2.1.
It fixes two bugs:

Fix bug in server browser which led to background thread
terminating program with message "EX_Browser_pathfind: max neighbours
count reached"

Fix bug where blank console variables were created, with side-effect
that stopped a chat message being entered at the console by pressing
space at the start of the line.

OK?

Thanks,
Tom

Index: Makefile
===================================================================
RCS file: /cvs/ports/games/ezquake/Makefile,v
retrieving revision 1.8
diff -u -p -r1.8 Makefile
--- Makefile 18 May 2020 09:29:06 -0000 1.8
+++ Makefile 24 Jun 2020 19:49:52 -0000
@@ -1,7 +1,7 @@
# $OpenBSD: Makefile,v 1.8 2020/05/18 09:29:06 solene Exp $

N = ezquake
-V = 3.2
+V = 3.2.1
COMMENT = modern QuakeWorld client

PKGNAME = ${N}-${V}
Index: distinfo
===================================================================
RCS file: /cvs/ports/games/ezquake/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo 18 May 2020 09:29:06 -0000 1.4
+++ distinfo 24 Jun 2020 19:49:52 -0000
@@ -1,2 +1,2 @@
-SHA256 (ezquake-source-3.2.tar.gz) = gBFR1UBwYQbL0m2nJmql4zCEK4zMvFrNS8jVpz2zUV0=
-SIZE (ezquake-source-3.2.tar.gz) = 5758861
+SHA256 (ezquake-source-3.2.1.tar.gz) = yPqe/MB2uw9yDRVnJ4RpZbqHh6/nsoSoXX0LyV/rYPw=
+SIZE (ezquake-source-3.2.1.tar.gz) = 5761231

No comments:

Post a Comment