CVSROOT: /cvs Module name: ports Changes by: [email protected] 2021/10/30 15:05:15
Modified files:
lang/go : go.port.mk
Log message:
use the suffix part of DISTFILES "local{upstream}suffix" syntax to reduce
size of DISTFILES.
refactor MODGO_SETUP_WORKSPACE generation to avoid regex on DISTFILES,
instead build it up from module names to pass to a shell for loop, allowing
a big reduction in command line length.
parts from espie, parts from me
