2024-03-18 21:55:35 by Roland Illig | Files touched by this commit (2) | |
Log message:
pkgtools/pkglint: update to 23.4.0
Changes since 23.3.0 from 2024-01-12:
Add riscv64 to the list of known hardware architectures.
Suggest removing parentheses around complete conditions.
Warn about duplicate DESCR files, except when one of the packages is in
pkgsrc-wip and the other is in main pkgsrc.
Fix crash when parsing '.ifndef VAR'.
|
2024-02-07 15:51:04 by Benny Siegert | Files touched by this commit (156) | |
Log message:
Revbump all Go packages after go121 update
|
2024-01-13 00:37:54 by Roland Illig | Files touched by this commit (3) | |
Log message:
pkgtools/pkglint: update to 23.3.0
Changes since 23.2.5:
Do not warn about Meson packages that only use Python as a build-time
tool.
Warn about pkgsrc-wip packages that are missing COMMIT_MSG.
Ignore errors when resolving the username of the current user. This can
happen on systems where the user database uses NIS. In case of an error,
assume that the user is neither maintainer nor owner of any package.
Mark variables from expressions in .info, .warning and .error as used.
Remove the word 'please' from the diagnostics, as the diagnostics are
intended to help the package author, not some unrelated third-party
person.
|
2024-01-10 20:14:43 by Benny Siegert | Files touched by this commit (152) | |
Log message:
Revbump all Go packages after go121 update
|
2023-12-18 14:53:18 by Roland Illig | Files touched by this commit (2) | |
Log message:
pkgtools/pkglint: update to 23.2.5
Changes since 23.2.4:
For Python packages that do not support Python 2, warn that egg.mk is
deprecated and should be replaced with wheel.mk. Provide detailed
migration instructions.
|
2023-12-05 20:46:19 by Benny Siegert | Files touched by this commit (146) | |
Log message:
Revbump all Go packages after go121 update
|
2023-11-10 16:45:25 by Benny Siegert | Files touched by this commit (152) | |
Log message:
Revbump all Go packages after go121 update
|
2023-10-29 15:48:24 by Benny Siegert | Files touched by this commit (152) |
Log message:
Revbump all Go packages because go121 is now the default
|
2023-10-15 14:04:35 by Benny Siegert | Files touched by this commit (155) | |
Log message:
Revbump all Go packages after go120 security update
|
2023-09-10 22:12:54 by Roland Illig | Files touched by this commit (2) | |
Log message:
pkgtools/pkglint: update to 23.2.4
Changes since 23.2.3:
Do not warn about buildlink3 identifiers that are only known when the
package includes a buildlink3.mk file from the infrastructure.
|