CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2023/02/28 08:44:54
Modified files:
infrastructure/mk: arch-defines.mk
lang/go : go.port.mk
Log message:
Increment the overall _SYSTEM_VERSION that is used for ports using the
lang/go module by using a new _MODGO_SYSTEM_VERSION variable in the module.
This ends up in @version in packages and triggers an update with pkg_add -u
even if the main package version/REVISION was not updated (which we're
currently using for updates to compiler/toolchain in the base OS, etc).
This allows a bulk update of all go packages following a compiler update
by touching one line rather than separately bumping REVISION in all the
ports.
_ prefix recommended by kn@ (this should not be set in an individual
port, just in the module).
ok espie@ phessler@