diff options
author | rillig <rillig@pkgsrc.org> | 2015-03-11 19:05:58 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2015-03-11 19:05:58 +0000 |
commit | a39a40be3a1985e06e6a58cfdb2e58e87496c0d0 (patch) | |
tree | eb899daef108f49979513466599442751623b6c8 /pkgtools/digest | |
parent | f007e0fe680b6f3332e7045af0e152e304a8dff2 (diff) | |
download | pkgsrc-a39a40be3a1985e06e6a58cfdb2e58e87496c0d0.tar.gz |
Fixed a wrong warning for the HOMEPAGE variable
WARN: Makefile:9: Please use ${MASTER_SITE_GITHUB:=glmark2/glmark2}
instead of "https://github.com/glmark2/glmark2".
This warning is wrong because HOMEPAGE is neither a plural variable nor
does it contain a "fetch URL".
To fix this, there is a new data type FetchURL, which has one more check
than the existing data type URL, namely the MASTER_SITES abbreviation.
The existing definitions in makevars.map have been updated accordingly
to the appropriate data types.
Note: This patch is not perfect, since ideally only variables of type
"List of FetchURL" should be suggested to be replaced with MASTER_SITES,
but since currently all these variables are actually "List of FetchURL"
and not simply "FetchURL", this should be fine.
Diffstat (limited to 'pkgtools/digest')
0 files changed, 0 insertions, 0 deletions