Next | Query returned 1729 messages, browsing 181 to 190 | Previous

History of commit frequency

CVS Commit History:


   2020-01-10 14:32:32 by Benny Siegert | Files touched by this commit (169)
Log message:
Revbump Go packages after Go default version bump.
   2020-01-06 22:40:40 by Ryo ONODERA | Files touched by this commit (1)
Log message:
pkglint: Remove an outdated file from PLIST to fix packaging
   2020-01-06 21:39:35 by Roland Illig | Files touched by this commit (1)
Log message:
pkgtools/pkglint: remove outdated ideas.go
   2020-01-06 21:38:42 by Roland Illig | Files touched by this commit (15) | Package updated
Log message:
pkgtools/pkglint: update to 19.4.2

Changes since 19.4.1:

Fixed variable resolution. Before, variables that had not been defined
in an included file could still end up in the scope of the package,
which made many of the pkglint checks unreliable.

Each condition that is used in the PLIST should be defined somewhere in
the package Makefile or its included files.

When loading a package Makefile, hacks.mk is loaded implicitly at the
end, just as the pkgsrc infrastructure does in mk/bsd.hacks.mk.
   2020-01-05 13:35:40 by Ryo ONODERA | Files touched by this commit (1)
Log message:
pkglint: Include more .go file to PLIST
   2020-01-04 20:53:14 by Roland Illig | Files touched by this commit (69) | Package updated
Log message:
pkgtools/pkglint: update to 19.4.1

Changes since 19.4.0:

The notes for inserting an empty line have been changed from "insert
after this line" to "insert before this line" to make the line numbers
in the diagnostics contiguous. There had been several places where the
diagnostics went from line 1 to line 2 and then back to line 1, which
was confusing.

The lines in ALTERNATIVES files are checked for trailing whitespace.
This is only for consistency with the other checks. In the whole pkgsrc
tree all ALTERNATIVES files are already fine.

The diagnostics for comments in .endif/.endfor lines that don't
correspond to their .if/.elif/.for counterparts now includes the exact
line number of the corresponding condition, to make the warning easier
to fix.

The diagnostics for wrong variable value alignment now mention the
current column in addition to the desired column, to make it easier to
see by how much and in which direction the indentation should be fixed.

Variables that are used in conditions before they are actually defined
need the :U modifier.
   2019-12-30 17:27:14 by Roland Illig | Files touched by this commit (32) | Package updated
Log message:
pkgtools/pkglint: update to 19.4.0

Changes since 19.3.19:

Empty PLIST files now generate an error instead of a warning since there
is no reason for having these empty files.

If a follow-up line in a Makefile is completely empty, there is no note
about trailing whitespace anymore since the warning about the misleading
empty line already covers this case.

The remaining code changes are only refactorings.
   2019-12-16 18:06:05 by Roland Illig | Files touched by this commit (18) | Package updated
Log message:
pkgtools/pkglint: update to 19.3.19

Changes since 19.3.18:

Small improvements to edge cases in SUBST blocks.

Small improvements to edge cases in variable assignment and alignment
of the continuation backslashes.

The --source option shows the changes from autofix, even when the
--show-autofix option is not given. This is a welcome side-effect of
making the autofix logging simpler and more predictable.
   2019-12-15 02:29:06 by Roland Illig | Files touched by this commit (3)
Log message:
pkgtools/pkglint: remove mkalign code

This is an early prototype that is not used in the pkglint code. It will
be included when it is ready and tested.
   2019-12-14 19:04:16 by Roland Illig | Files touched by this commit (8) | Package updated
Log message:
pkgtools/pkglint: update to 19.3.18

Changes since 19.3.17:

The SUBST check has been completely rewritten. It can handle several
SUBST classes at the same time now. This reduces the number of wrong
warnings.

Next | Query returned 1729 messages, browsing 181 to 190 | Previous