pkgsrc/pkgtools/pkglint/files/textproc
rillig 70a94d3869 pkgtools/pkglint: update to 19.3.17
Changes since 19.3.16:

Pkglint now handles SUBST blocks correctly, even those in which some of
the variables are defined conditionally. It correctly reports those that
are missing in at least one of the possible branches.

PKG_JVM is no longer marked as deprecated. It was once package-settable.
Since 2002 it is system-provided, and the package-settable counterpart
is PKG_JVM_DEFAULT. This does not fit into pkglint's simple model of
deprecating variables since the variable name is still valid, it should
just not be defined by packages anymore.

The alignment of variable assignments has been fixed in some edge cases.
In continuation lines where the backslash is beyond column 72, the
whitespace before the continuation backslash is fixed to a single space.
2019-12-13 01:39:23 +00:00
..
lexer.go pkgtools/pkglint: update to 19.3.17 2019-12-13 01:39:23 +00:00
lexer_bench_test.go pkgtools/pkglint: update to 19.3.13 2019-12-02 23:32:09 +00:00
lexer_test.go pkgtools/pkglint: update to 19.3.11 2019-11-27 22:10:06 +00:00