Subject: CVS commit: pkgsrc/pkgtools/pkglint
From: Roland Illig
Date: 2016-01-24 03:03:28
Message id: 20160124020328.3DFADFBB7@cvs.NetBSD.org

Log Message:
Updated pkglint to 5.3.2

Changes since 5.3.1:

Alignment of variable values is no longer checked by single line, but by
the complete block (e.g. SUBST_*).  Pkglint now checks that all variables
belonging to a block are indented consistently, so that their values are
aligned nicely.

Since pkglint does not report warnings, but only notes, and since it can
fix them automatically, the burden on the package developers will be very
low. Especially, since these notes are only printed when pkglint is called
with the -Wspace or -Wall options.

Also, pkglint supports running its unit tests now.

Files:
RevisionActionfile
1.478modifypkgsrc/pkgtools/pkglint/Makefile
1.7modifypkgsrc/pkgtools/pkglint/files/check_test.go
1.7modifypkgsrc/pkgtools/pkglint/files/globaldata.go
1.8modifypkgsrc/pkgtools/pkglint/files/mkline.go
1.7modifypkgsrc/pkgtools/pkglint/files/mkline_test.go
1.2modifypkgsrc/pkgtools/pkglint/files/mklines.go
1.7modifypkgsrc/pkgtools/pkglint/files/pkglint.go
1.5modifypkgsrc/pkgtools/pkglint/files/pkglint_test.go