Subject: CVS commit: pkgsrc/pkgtools/pkglint
From: Roland Illig
Date: 2022-08-19 19:35:43
Message id: 20220819173543.59025FB1A@cvs.NetBSD.org

Log Message:
pkgtools/pkglint: update to 22.2.6

Changes since 22.2.5:

A makefile that adds a _VARGROUPS section is partly considered part of
the infrastructure. It may define and use variables from its own
namespace. For example, devel/cmake/build.mk adds _VARGROUPS+=cmake,
thereby reserving the namespace '_CMAKE_*' for itself.

Dependencies in BUILDLINK_API_DEPENDS and BUILDLINK_ABI_DEPENDS that
contain unresolved variable expressions are no longer marked as
redundant. They were marked as redundant before because '$', when
interpreted as a package version, was smaller than 0.0.

Files:
RevisionActionfile
1.727modifypkgsrc/pkgtools/pkglint/Makefile
1.16modifypkgsrc/pkgtools/pkglint/files/mkassignchecker.go
1.13modifypkgsrc/pkgtools/pkglint/files/mkassignchecker_test.go
1.102modifypkgsrc/pkgtools/pkglint/files/vartypecheck.go
1.94modifypkgsrc/pkgtools/pkglint/files/vartypecheck_test.go