./pkgtools/pkglint, Verifier for NetBSD packages

[ Image CVSweb ] [ Image Homepage ] [ Image RSS ] [ Image Required by ]


Branch: CURRENT, Version: 23.21.1nb4, Package name: pkglint-23.21.1nb4, 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: 626.642 KB

Version history: (Expand)


CVS history: (Expand)


   2026-08-31 21:19:11 by Benny Siegert | Files touched by this commit (222)
Log message:
Revbump all Go packages after go127 became the default
   2026-08-22 17:19:19 by Benny Siegert | Files touched by this commit (211) | Package updated
Log message:
Revbump all Go packages after go126 update
   2026-08-15 14:53:40 by Benny Siegert | Files touched by this commit (211) | Package updated
Log message:
Revbump all Go packages after Go 1.26 update
   2026-07-08 20:32:45 by Benny Siegert | Files touched by this commit (208) | Package updated
Log message:
Revbump all Go packages after go126 update
   2026-06-23 19:04:49 by Roland Illig | Files touched by this commit (2) | Package updated
Log message:
pkgtools/pkglint: update to 23.21.1

Changes since 23.21.0 from 2026-06-03:

Fix wrong warning about files that are still in CVS. (Since 23.21.0.)
   2026-06-05 12:21:56 by Benny Siegert | Files touched by this commit (205) | Package updated
Log message:
Revbump all Go packages after go126 security update
   2026-06-03 22:32:22 by Roland Illig | Files touched by this commit (2) | Package updated
Log message:
pkgtools/pkglint: update to 23.21.0

Changes since 23.20.0 from 2026-01-31:

Warn about removed files that are still in CVS.

Allow the note about the "!=" assignment operator to be suppressed using
the standard rationale. Previously, the comment needed to be on the same
line, the line above didn't work.

Only allow ${RUN} at the beginning of a shell execution line, as that
variable expands to a "@".

Explain how to suppress diagnostics.

Allow the error about omf-scrollkeeper.mk to be suppressed.
   2026-05-07 20:50:12 by Benny Siegert | Files touched by this commit (204) | Package updated
Log message:
Revbump all Go packages after go126 security update