CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2024/02/29 14:20:51
Modified files:
infrastructure/mk: bsd.port.mk dist-tuple.port.mk
Log message:
Enable automatic setting of WRKDIST if DIST_TUPLE is used. After the
previous attempt last fall led to breakage, this is now fixed and has
survived a bulk kindly tested by tb@. It is based on how GitHub
packages its tarballs. If needed, heuristics for other sources like
gitlab, srht can be added later through the same mechanism.
This makes lines in DIST_TUPLE (github) ports like the following
superfluous:
WRKDIST = ${WRKDIR}/project-${COMMIT_HASH}