Subject: CVS commit: pkgsrc/pkgtools/pkglint
From: Roland Illig
Date: 2020-04-13 21:46:45
Message id: 20200413194645.4E927FB27@cvs.NetBSD.org

Log Message:
pkgtools/pkglint: update to 20.1.2

Changes since 20.1.1:

Ensure that relative paths to other packages have the canonical form
../../category/package.

Add notes about pathname patters that mention ${WRKSRC} even though they
are already defined to be relative to WRKSRC.

Fix check for redundantly added categories. The check had previously
reported that the included file would be redundant, which was wrong.
It's always the including file that provides the redundancy.

Files:
RevisionActionfile
1.641modifypkgsrc/pkgtools/pkglint/Makefile
1.65modifypkgsrc/pkgtools/pkglint/files/mklinechecker.go
1.87modifypkgsrc/pkgtools/pkglint/files/package.go
1.74modifypkgsrc/pkgtools/pkglint/files/package_test.go
1.13modifypkgsrc/pkgtools/pkglint/files/redundantscope.go
1.15modifypkgsrc/pkgtools/pkglint/files/redundantscope_test.go
1.93modifypkgsrc/pkgtools/pkglint/files/vardefs.go
1.49modifypkgsrc/pkgtools/pkglint/files/vartype.go
1.84modifypkgsrc/pkgtools/pkglint/files/vartypecheck.go
1.79modifypkgsrc/pkgtools/pkglint/files/vartypecheck_test.go