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.
|
2023-03-08 14:39:00 by Benny Siegert | Files touched by this commit (131) | |
Log message:
Revbump all Go packages after go119 security update
|
2023-03-02 09:58:29 by Roland Illig | Files touched by this commit (20) |
Log message:
pkgtools/pkglint: Update to 22.4.1
Changes since 22.4.0:
Allow pkglint to be run outside the pkgsrc top directory, in order to
allow individual makefiles to be formatted and checked as well. The many
pkgsrc-specific checks don't apply in this case. This mode is
experimental, there are still crashes to be expected.
Fix a crash for syntactically invalid conditions in '.if'.
Fix parsing of dependency lines that contain an escaped '#', which is
used for switching to another shell using a '.SHELL: ...' line.
|
2023-02-16 16:02:10 by Benny Siegert | Files touched by this commit (129) | |
Log message:
Revbump all Go packages after go119 update
|