On 2019/12/06 10:02, Timo Myyrä wrote:
> -V =                  4.1.2
> +V =                  4.2.4
>  PKGNAME =            gzdoom-${V}
> -DISTNAME =           gzdoom-src-g${V}
> -REVISION =           0
> +
> +GH_ACCOUNT =         coelckers
> +GH_PROJECT =         gzdoom
> +GH_TAGNAME =            ${V}

I wondered why it fetched at all when the release is tagged as g4.2.4 -
it seems there is also a branch named 4.2.4 which is what you're
fetching from here (which I think is likely to go away at some point in
the future, they don't keep other old branches around).

Could you replace all the above lines with this please and make clean=dist /
make makesum? Contents of the source code files inside the tar at the
same but the path is different as it has 'g' in the directory name.

GH_ACCOUNT =            coelckers
GH_PROJECT =            gzdoom
GH_TAGNAME =            g4.2.4
DISTNAME =              gzdoom-${GH_TAGNAME:S/g//}

Reply via email to