On Mon, Sep 03, 2018 at 03:52:59PM -0400, Brian Callahan wrote:
>
> On 09/01/18 02:50, Tom Murphy wrote:
> > Hi,
> >
> > Since games/ezquake was accepted, the final 3.1 version has since
> > come out. I've asked upstream to please provide a source tarball as
> > part of the release, and they did get back to me but haven't
> > done so yet. So here's a patch to get 3.1 built using GH_TAGNAME
> > for the time being.
>
> Sorry, should note committed with one tiny tweak, inline.
>
> > Thanks,
> > Tom
> >
> > Index: Makefile
> > ===================================================================
> > RCS file: /cvs/ports/games/ezquake/Makefile,v
> > retrieving revision 1.1.1.1
> > diff -u -p -u -p -r1.1.1.1 Makefile
> > --- Makefile 15 Aug 2018 22:15:02 -0000 1.1.1.1
> > +++ Makefile 30 Aug 2018 18:20:37 -0000
> > @@ -1,11 +1,11 @@
> > # $OpenBSD: Makefile,v 1.1.1.1 2018/08/15 22:15:02 bcallah Exp $
> > COMMENT = modern QuakeWorld client
> > -DISTNAME = ezquake-3.1rc2
> > +DISTNAME = ezquake-3.1
>
> DISTNAME = ezquake-${GH_TAGNAME}
>
> > GH_ACCOUNT = ezQuake
> > GH_PROJECT = ezquake-source
> > -GH_COMMIT = c0a4d0eaf3f1c12bcb43a028a4f75c533a0a0b1e
> > +GH_TAGNAME = 3.1
> > CATEGORIES = games
> > Index: distinfo
> > ===================================================================
> > RCS file: /cvs/ports/games/ezquake/distinfo,v
> > retrieving revision 1.1.1.1
> > diff -u -p -u -p -r1.1.1.1 distinfo
> > --- distinfo 15 Aug 2018 22:15:02 -0000 1.1.1.1
> > +++ distinfo 30 Aug 2018 18:20:37 -0000
> > @@ -1,2 +1,2 @@
> > -SHA256 (ezquake-3.1rc2-c0a4d0ea.tar.gz) =
> > ohZd4eERUtfIa5c65cqlWU48pFFBRkKdsPu6yXDGeb8=
> > -SIZE (ezquake-3.1rc2-c0a4d0ea.tar.gz) = 3743011
> > +SHA256 (ezquake-3.1.tar.gz) = WKAllPDUpjLDvjCKuxiwXN7YWiPijmsqX8P0nNTc0k4=
> > +SIZE (ezquake-3.1.tar.gz) = 3738048
> >
>
Thanks very much for committing this. I will keep poking upstream. :)
-Tom