Path to this page:
./
pkgtools/pkglint,
Verifier for NetBSD packages
Branch: CURRENT,
Version: 23.1.10,
Package name: pkglint-23.1.10,
Maintainer: rilligpkglint 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: 595.38 KB
Version history: (Expand)
- (2023-05-31) Updated to version: pkglint-23.1.10
- (2023-05-17) Updated to version: pkglint-23.1.9
- (2023-05-05) Updated to version: pkglint-23.1.8nb1
- (2023-04-25) Updated to version: pkglint-23.1.8
- (2023-04-22) Updated to version: pkglint-23.1.7
- (2023-04-05) Updated to version: pkglint-23.1.0nb1
CVS history: (Expand)
2023-05-31 20:28:43 by Roland Illig | Files touched by this commit (2) |  |
Log message:
pkgtools/pkglint: update to 23.1.10
Changes since 23.1.9:
Don't warn about variables that are being appended to, as long as their
names ends with 'S', such as GITHUB_SUBMODULES.
|
2023-05-17 14:12:38 by Roland Illig | Files touched by this commit (2) |  |
Log message:
pkgtools/pkglint: update to 23.1.9
Changes since 23.1.8:
Warn when REQD variables defined using '=' instead of '+=', even before
bsd.prefs.mk has been included, for consistency and simplicity.
In packages that define PLIST_SRC, don't check for duplicates.
|
2023-05-05 21:37:45 by Benny Siegert | Files touched by this commit (134) |  |
Log message:
Revbump all Go packages after go120 security update
|
2023-04-25 18:02:50 by Roland Illig | Files touched by this commit (2) |  |
Log message:
pkgtools/pkglint: update to 23.1.8
Changes since 23.1.7:
Warn if GCC_REQD is defined using '=' instead of the usual '+=', to
avoid accidentally overwriting previous values.
|
2023-04-22 16:32:50 by Roland Illig | Files touched by this commit (139) |  |
Log message:
pkgtools/pkglint: update to 23.1.7
Changes since 23.1.0:
No functional changes.
Instead of having two copies of the code, install the package by
downloading the releases from GitHub.
Reduce the build-time dependencies by delivering pre-generated parser
code.
|
2023-04-05 22:48:01 by Benny Siegert | Files touched by this commit (140) |  |
Log message:
Revbump all Go packages after yesterday's go120 security update
|
2023-03-29 09:47:19 by Roland Illig | Files touched by this commit (2) |
Log message:
pkglint: add missing files from previous commit
|
2023-03-29 09:12:36 by Roland Illig | Files touched by this commit (28) |
Log message:
Update pkgtools/pkglint to 23.1.0
Changes since 22.4.1:
In makefiles outside pkgsrc, don't require the first line to contain the
CVS Id.
When simplifying conditions, correctly handle the edge case that a
single-word value may evaluate numerically to zero.
In dependency lines, parse '#' signs correctly.
In error messages about malformed patch files, use the correct plural
form.
|