On 2019/10/22 18:51, Charlene Wendling wrote: > Port-wise, it looks good to me, even though i guess some of us would > prefer using GH_* variables instead of MASTER_SITES/{PKG,DIST}NAME.
GH_* variables are for auto generated tarballs (/archive/ URLs) not for things with a proper release. As Makefile.template says: # github: # /releases/ -> preferred. ignore GH_*, just use MASTER_SITES and DISTNAME. # /archive/ -> GH_ACCOUNT and GH_PROJECT, plus either GH_TAGNAME or GH_COMMIT.