./pkgtools/pkglint, Verifier for NetBSD packages

[ Image CVSweb ] [ Image Homepage ] [ Image RSS ] [ Image Required by ] [ Image Add to tracker ]


Branch: CURRENT, Version: 23.20.0nb3, Package name: pkglint-23.20.0nb3, Maintainer: rillig

pkglint checks for typical mistakes and inconsistencies in the source
files of a pkgsrc package. It produces warnings, errors and notes and,
upon request, explains them.

Before importing a new package or making changes to an existing package,
pkglint should be run in the package's directory to check for common
mistakes.

This is the actively maintained version of pkglint. Because it is
written in Go, it does not run on all pkgsrc platforms; see also
pkglint4.


Required to build:
[pkgtools/cwrappers] [security/go-crypto] [devel/go-check] [devel/go-sys] [lang/go114]

Master sites:

Filesize: 624.021 KB

Version history: (Expand)


CVS history: (Expand)


   2026-04-08 07:45:14 by Benny Siegert | Files touched by this commit (203) | Package updated
Log message:
Revbump all Go packages after security update
   2026-03-06 22:08:08 by Benny Siegert | Files touched by this commit (203) | Package updated
Log message:
Revbump all Go packages after go126 update
   2026-02-24 09:45:43 by Benny Siegert | Files touched by this commit (203)
Log message:
Revbump all Go packages after default version bump
   2026-01-31 14:49:42 by Roland Illig | Files touched by this commit (2) | Package updated
Log message:
pkgtools/pkglint: update to 23.20.0

Changes since 23.19.0 from 2025-08-15:

Warn on the condition "empty(${EXPR})" in .if directives, as typically
"empty(EXPR)" is intended.

Do not warn when a plain command "echo" or "printf" is not \ 
hidden, as
these commands are typically uninteresting.

Allow patch files to have abbreviated names. Previously, the only valid
names were the full path or the basename, now each possible suffix path
is valid.

Explain when and why the ":M*" modifier is necessary.

For GCC_REQD, allow only major versions such as 4.8 or 8 or 15.

Allow distinfo files with variant names, like distinfo-binutils or
distinfo-linux.
   2026-01-15 20:55:00 by Benny Siegert | Files touched by this commit (202) | Package updated
Log message:
Revbump all Go packages after go125 update
   2025-12-02 20:25:26 by Benny Siegert | Files touched by this commit (202) | Package updated
Log message:
Revbump all Go packages after go125 update
   2025-10-16 20:00:06 by Benny Siegert | Files touched by this commit (200) | Package updated
Log message:
Revbump all Go packages after go125 update
   2025-10-08 08:54:42 by Benny Siegert | Files touched by this commit (200) | Package updated
Log message:
Revbump all Go packages after go125 update