Hi,
Attached is a diff to update ezquake to v3.2 which was released today
the 19th of April 2020.
I had to change the Makefile to use the github tag since no release
tarball was available.
Builds and runs on my machine (amd64) and I played both single
player and connected to a multiplayer server (using games/mvdsv).
Thanks,
Tom
Index: Makefile
===================================================================
RCS file: /cvs/ports/games/ezquake/Makefile,v
retrieving revision 1.7
diff -u -p -u -p -r1.7 Makefile
--- Makefile 12 Jul 2019 20:46:17 -0000 1.7
+++ Makefile 19 Apr 2020 14:57:19 -0000
@@ -1,11 +1,15 @@
# $OpenBSD: Makefile,v 1.7 2019/07/12 20:46:17 sthen Exp $
-V = 3.1
+N = ezquake
+V = 3.2
COMMENT = modern QuakeWorld client
-DISTNAME = ezquake-source-${V}
-PKGNAME = ezquake-${V}
+
+PKGNAME = ${N}-${V}
+GH_ACCOUNT = ezQuake
+GH_PROJECT = ${N}-source
+GH_TAGNAME = ${V}
+
CATEGORIES = games
-REVISION = 3
HOMEPAGE = https://ezquake.github.io/
MAINTAINER = Tom Murphy <[email protected]>
@@ -16,8 +20,6 @@ PERMIT_PACKAGE = Yes
WANTLIB += GL SDL2 c curl expat jansson jpeg m pcre png pthread
WANTLIB += speex speexdsp z
-MASTER_SITES =
https://github.com/ezQuake/ezquake-source/releases/download/${V}/
-
LIB_DEPENDS = audio/speex \
graphics/jpeg \
graphics/png \
@@ -28,7 +30,6 @@ LIB_DEPENDS = audio/speex \
USE_GMAKE = Yes
MAKE_ENV = V=1
-WRKDIST = ${WRKDIR}
NO_TEST = Yes
Index: distinfo
===================================================================
RCS file: /cvs/ports/games/ezquake/distinfo,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 distinfo
--- distinfo 15 Sep 2018 18:54:54 -0000 1.3
+++ distinfo 19 Apr 2020 14:57:19 -0000
@@ -1,2 +1,2 @@
-SHA256 (ezquake-source-3.1.tar.gz) =
NGW6FyAXOzBOoppVfO6KFl9tUe7GgNoMqsnST4iqko4=
-SIZE (ezquake-source-3.1.tar.gz) = 3613947
+SHA256 (ezquake-source-3.2.tar.gz) =
gBFR1UBwYQbL0m2nJmql4zCEK4zMvFrNS8jVpz2zUV0=
+SIZE (ezquake-source-3.2.tar.gz) = 5758861
Index: patches/patch-Makefile
===================================================================
RCS file: /cvs/ports/games/ezquake/patches/patch-Makefile,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 patch-Makefile
--- patches/patch-Makefile 15 Aug 2018 22:15:02 -0000 1.1.1.1
+++ patches/patch-Makefile 19 Apr 2020 14:57:19 -0000
@@ -5,7 +5,7 @@ Skip the architecture dance.
Index: Makefile
--- Makefile.orig
+++ Makefile
-@@ -388,7 +388,7 @@ endif
+@@ -379,7 +379,7 @@ endif
ifdef CONFIG_WINDOWS
TARG_c := ezquake.exe
else