update to 3.6.1 from maintainer Tom Murphy (openbsd AT pertho ! net).

Changelog:
https://github.com/QW-Group/ezquake-source/releases/tag/3.6.1

Index: Makefile
===================================================================
RCS file: /cvs/ports/games/ezquake/Makefile,v
retrieving revision 1.13
This commit is contained in:
thfr 2022-11-29 15:03:53 +00:00
parent feb39de995
commit cef0091cd8
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
N = ezquake
V = 3.6.0
V = 3.6.1
COMMENT = modern QuakeWorld client
PKGNAME = ${N}-${V}

View File

@ -1,2 +1,2 @@
SHA256 (ezquake-source-3.6.0.tar.gz) = TBok1cXFQj0dKdxJQLJkuDMNpHz6MhozRreIqvj8+VA=
SIZE (ezquake-source-3.6.0.tar.gz) = 23487067
SHA256 (ezquake-source-3.6.1.tar.gz) = u2+D8QD+6h4ld2gE5J/79UjXh3wPR9XiuZ8+ShdnX/4=
SIZE (ezquake-source-3.6.1.tar.gz) = 23503412

View File

@ -13,7 +13,7 @@ Index: Makefile
LIBS ?=
#Temporarily disable tree vectorization optimization enabled at O3 due to gcc bug
@@ -567,7 +567,7 @@ endif
@@ -575,7 +575,7 @@ endif
ifdef CONFIG_WINDOWS
TARG_c := ezquake$(EZ_POSTFIX).exe
else