2025-01-28 21:58:51 by Roland Illig | Files touched by this commit (2) | |
Log message: pkgtools/pkglint: update to 23.13.0 Changes since 23.12.0: Check language version variables for Lua, PHP, Python and Ruby. |
2025-01-27 22:16:59 by Roland Illig | Files touched by this commit (2) | |
Log message: pkgtools/pkglint: update to 23.12.0 Changes since 23.11.0: Allow checking doc/pkg-vulnerabilities for malformed package patterns. In simple package makefiles, check for the order of common package variables. Be more specific about what to fix, and apply the check to more packages than before. |
2025-01-21 22:08:13 by Roland Illig | Files touched by this commit (2) | |
Log message: pkgtools/pkglint: update to 23.11.0 Changes since 23.10.0: Don't complain about ignored files in patches/. Don't check for deprecated variables outside pkgsrc. Warn about unusual single-character variables. Fix parsing of the ':!cmd!', ':S' and ':C' modifiers. Don't simplify unsatisfiable 'empty(VAR:M)' condition. Fix contradictory warnings about GMAKE_REQD, which is not a list, even though it follows the naming convention for list variables. Treat hyphens in package versions as errors, as the full package name "pkgbase-3g-7.4" is ambiguous, as the version could either start with "3g" or with "7", and depending on the context, either of \ these is used. |
2024-12-15 00:12:48 by Roland Illig | Files touched by this commit (3) | |
Log message: pkgtools/pkglint: update to 23.10.0 Changes since 23.9.1: Check dependency patterns that include alternatives enclosed in braces, such as {ssh,openssh}>=0. Fix wrong warnings about invalid dependency patterns, include helpful details, turn the warnings into errors. Fix panic when guessing the type of a tool variable. |
2024-12-07 13:25:34 by Roland Illig | Files touched by this commit (2) | |
Log message: pkgtools/pkglint: update to 23.9.1 Changes since 23.9.0: Fix leftover bmake placeholder in test. |
2024-12-07 12:47:19 by Roland Illig | Files touched by this commit (2) | |
Log message: pkgtools/pkglint: update to 23.9.0 Changes since 23.8.1: Warn about DISTINFO_FILE and PATCHDIR that don't correspond. |
2024-12-03 00:27:10 by Roland Illig | Files touched by this commit (2) | |
Log message: pkgtools/pkglint: update to 23.8.1 Changes since 23.8.0: Fix wrong warning and autofix involving _ULIMIT_CMD, which was detected as an "unknown shell command". Reduce punctuation in the debug log when tracing function calls. |
2024-10-04 21:03:46 by Roland Illig | Files touched by this commit (2) | |
Log message: pkgtools/pkglint: update to 23.8.0 Changes since 23.7.0: Prohibit vertical bar in COMMENT, to avoid generating syntactically wrong INDEX files. Explain in which cases a `distinfo` file is not needed. Fix detection of redundant trailing semicolon at the end of a command line. A semicolon that is escaped is not redundant, this pattern is often found in `find` commands. Recognize indirect modifiers such as `${VAR:${M_indirect}}`. |
2024-09-12 19:50:10 by Roland Illig | Files touched by this commit (2) | |
Log message: pkgtools/pkglint: update to 23.7.0 Changes since 23.6.0: Allow the '::=' modifier family in the pkgsrc infrastructure. Mark USE_CMAKE as deprecated. Fix the -Wall option not to imply -Werror. Note redundant trailing semicolons in shell commands. |
2024-09-06 20:49:02 by Benny Siegert | Files touched by this commit (180) | |
Log message: Revbump all Go packages after go122 update |