Subject: CVS commit: pkgsrc/pkgtools/pkglint
From: Roland Illig
Date: 2020-05-08 21:50:04
Message id: 20200508195005.2FB0AFB27@cvs.NetBSD.org

Log Message:
pkgtools/pkglint: update to 20.1.4

Changes since 20.1.3:

For patches that patch a single file, the filename of the patch should
correspond to the patched file. There are a few different naming schemes
in action, therefore the check is relatively loose. Patches that are
called patch-[a-z][a-z] continue to be allowed for historic reasons.
Patches that are called patch-CVE-* are also allowed.

The entries in doc/CHANGES-* are checked for consistency. For example,
it doesn't make sense to add a package twice or "update" a package from
version 1.0 to version 1.0. All version numbers in these entries must
be valid pkgsrc versions, i.e. start with a digit and only use
characters from -.0-9A-Z_a-z.

Files:
RevisionActionfile
1.643modifypkgsrc/pkgtools/pkglint/Makefile
1.35modifypkgsrc/pkgtools/pkglint/files/buildlink3.go
1.69modifypkgsrc/pkgtools/pkglint/files/check_test.go
1.40modifypkgsrc/pkgtools/pkglint/files/distinfo_test.go
1.78modifypkgsrc/pkgtools/pkglint/files/mkline.go
1.89modifypkgsrc/pkgtools/pkglint/files/package.go
1.76modifypkgsrc/pkgtools/pkglint/files/package_test.go
1.40modifypkgsrc/pkgtools/pkglint/files/patches.go
1.39modifypkgsrc/pkgtools/pkglint/files/patches_test.go
1.64modifypkgsrc/pkgtools/pkglint/files/pkglint_test.go
1.54modifypkgsrc/pkgtools/pkglint/files/pkgsrc.go
1.48modifypkgsrc/pkgtools/pkglint/files/pkgsrc_test.go
1.95modifypkgsrc/pkgtools/pkglint/files/vardefs.go
1.86modifypkgsrc/pkgtools/pkglint/files/vartypecheck.go