Subject: CVS commit: pkgsrc/pkgtools/pkglint
From: Roland Illig
Date: 2021-03-21 00:32:43
Message id: 20210320233244.0AA46FA95@cvs.NetBSD.org

Log Message:
pkgtools/pkglint: update to 20.4.1

Changes since 20.4.0:

When a package has MAINTAINER set and there are modified local files,
only remind the user once per package that changes should likely be
approved by the maintainer.  Previously there was a reminder once per
file, which was just too much for a package that has Makefile and PLIST
and maybe some patches changed.

Small performance improvement for loading the doc/CHANGES files, since
that costs a few tenths of seconds at every startup.

Files:
RevisionActionfile
1.680modifypkgsrc/pkgtools/pkglint/Makefile
1.73modifypkgsrc/pkgtools/pkglint/files/mklines.go
1.97modifypkgsrc/pkgtools/pkglint/files/package.go
1.81modifypkgsrc/pkgtools/pkglint/files/package_test.go
1.59modifypkgsrc/pkgtools/pkglint/files/pkgsrc.go
1.17modifypkgsrc/pkgtools/pkglint/files/varalignblock_test.go