2020-10-26 23:13:23 by Roland Illig | Files touched by this commit (2) | |
Log message:
pkgtools/pkglint: update to 20.3.2
Changes since 20.3.1:
The available Java versions are parsed from mk/java-vm.mk instead of
hard-coding them in pkglint.
|
2020-10-15 15:08:34 by Benny Siegert | Files touched by this commit (188) | |
Log message:
Revbump all Go packages after go115 update.
|
2020-10-06 20:40:50 by Roland Illig | Files touched by this commit (6) | |
Log message:
pkgtools/pkglint: update to 20.3.1
Changes since 20.3.0:
URLs from cpan.metacpan.org should not be used as HOMEPAGE for Perl
packages since they don't provide an overview over the package, instead
the just list the distribution files.
Lines in doc/CHANGES may contain the pattern "Removed <pkgpath> version
<version>". Before, only "Removed <pkgpath>" \
(without additional
information) or "Removed <pkgpath> successor <pkgpath>" \
were allowed.
Mentioning the last seen version number sounds useful. It is not
cross-checked right now; that check may be added later.
|
2020-09-25 15:56:09 by Roland Illig | Files touched by this commit (1) | |
Log message:
pkgtools/pkglint: update to 20.3.0
Changes since 20.2.6:
None
|
2020-09-03 09:29:54 by Benny Siegert | Files touched by this commit (194) |
Log message:
Revbump all Go packages after default Go version was changed to 1.15.1
|
2020-08-14 22:01:40 by Benny Siegert | Files touched by this commit (194) | |
Log message:
Revbump all Go packages after go114 update
|
2020-08-02 15:27:17 by Roland Illig | Files touched by this commit (5) | |
Log message:
pkgtools/pkglint: update to 20.2.6
Changes since 20.2.5:
Some selected absolute paths, such as /etc/passwd, /etc/shadow and
/etc/hosts are allowed in patch files. Other files in /etc should still
use PKG_SYSCONFDIR, to keep the package portable between platforms and
also in unprivileged mode. (Fixes PR pkg/55524.)
Absolute pathnames are also allowed in C-style end-of-line comments
(fixes PR pkg/55516) and in continuations of C-style block comments
(fixes PR pkg/55524).
The explanation for make's :ts modifier has been adjusted to the 2020
bmake update. The modifier :ts\040 is now interpreted as octal, as
opposed to decimal.
|
2020-08-01 00:39:36 by Roland Illig | Files touched by this commit (6) | |
Log message:
pkgtools/pkglint: update to 20.2.5
Changes since 20.2.4:
The warning about "unknown options" has been reworded to "undocumented
options", since that is more precise and less confusing.
In pathnames and pathname patterns, the exclamation mark is allowed.
This is necessary for Go packages like devel/gopls.
|
2020-07-23 21:09:10 by Roland Illig | Files touched by this commit (3) | |
Log message:
pkgtools/pkglint: update to 20.2.4
Changes since 20.2.3:
Complain about buildlink3.mk files that accidentally set their own
BUILDLINK_PKGSRCDIR variable to a different directory than their own.
|
2020-07-23 20:40:41 by Roland Illig | Files touched by this commit (3) | |
Log message:
pkgtools/pkglint: update to 20.2.3
Changes since 20.2.2:
Complain about patches that add a hard-coded interpreter. Even if that
interpreter is /bin/sh, which is available on most platforms, it is still
inappropriate on old Solaris installations. Other popular paths start
with /usr/pkg or /usr/local, and these are not controlled by pkgsrc either.
|