CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2023/09/27 14:25:27
Modified files:
infrastructure/db: dist-tuple.pattern
infrastructure/mk: dist-tuple.port.mk
Log message:
commonalize more parts of DIST_TUPLE, based (loosely) on espie@'s comments:
- EXTRACT_SUFX.x is TEMPLATE_EXTRACT_SUFX unless otherwise set (.tar.gz)
- Re-use MASTER_SITES.x (soon SITES.x) in TEMPLATE_HOMEPAGE
Also set WRKDIST unless already specified which is how GH_* does it.
Also expand the regex for DISTNAME from tag format (e.g. v1.0, r122)
the same way GH_* does it.
ok espie@