Hi, games/ezquake now has a source tarball in /releases/ on github so it no longer needs GH_TAG. Pasted below is the diff. I've bumped the REVISION up to 1, but nothing has changed in the release itself, just the structure of the tarball. (I had to set WRKDIST to WRKDIR since the source tarball has no subdirectory for the source code now.)
Thanks, Tom Index: Makefile =================================================================== RCS file: /cvs/ports/games/ezquake/Makefile,v retrieving revision 1.3 diff -u -p -u -p -r1.3 Makefile --- Makefile 4 Sep 2018 12:53:16 -0000 1.3 +++ Makefile 12 Sep 2018 20:10:17 -0000 @@ -1,12 +1,12 @@ # $OpenBSD: Makefile,v 1.3 2018/09/04 12:53:16 espie Exp $ +V = 3.1 COMMENT = modern QuakeWorld client -DISTNAME = ezquake-${GH_TAGNAME} +DISTNAME = ezquake-source-${V} +PKGNAME = ezquake-${V} -GH_ACCOUNT = ezQuake -GH_PROJECT = ezquake-source -GH_TAGNAME = 3.1 -REVISION = 0 +MASTER_SITES = https://github.com/ezQuake/ezquake-source/releases/download/${V}/ +REVISION = 1 CATEGORIES = games @@ -29,6 +29,7 @@ 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.2 diff -u -p -u -p -r1.2 distinfo --- distinfo 3 Sep 2018 19:51:52 -0000 1.2 +++ distinfo 12 Sep 2018 20:10:17 -0000 @@ -1,2 +1,2 @@ -SHA256 (ezquake-3.1.tar.gz) = WKAllPDUpjLDvjCKuxiwXN7YWiPijmsqX8P0nNTc0k4= -SIZE (ezquake-3.1.tar.gz) = 3738048 +SHA256 (ezquake-source-3.1.tar.gz) = NGW6FyAXOzBOoppVfO6KFl9tUe7GgNoMqsnST4iqko4= +SIZE (ezquake-source-3.1.tar.gz) = 3613947