2020-05-08 21:50:04 by Roland Illig | Files touched by this commit (14) | |
Log message:
pkgtools/pkglint: update to 20.1.4
Changes since 20.1.3:
For patches that patch a single file, the filename of the patch should
correspond to the patched file. There are a few different naming schemes
in action, therefore the check is relatively loose. Patches that are
called patch-[a-z][a-z] continue to be allowed for historic reasons.
Patches that are called patch-CVE-* are also allowed.
The entries in doc/CHANGES-* are checked for consistency. For example,
it doesn't make sense to add a package twice or "update" a package from
version 1.0 to version 1.0. All version numbers in these entries must
be valid pkgsrc versions, i.e. start with a digit and only use
characters from -.0-9A-Z_a-z.
|
2020-05-02 12:43:44 by Tobias Nygren | Files touched by this commit (1) |
Log message:
don't need a wildcard here
|
2020-05-02 12:33:16 by Tobias Nygren | Files touched by this commit (1) |
Log message:
pkglint/select.mk: prefer golang pkglint on NetBSD/aarch64 9.1 or later
|
2020-04-30 23:15:04 by Roland Illig | Files touched by this commit (19) | |
Log message:
pkgtools/pkglint: update to 20.1.3
Changes since 20.1.2:
Stricter check for Python version numbers. Before, 25 and 26 had not
been marked as wrong.
In assignments like PKGNAME=${DISTNAME:S,from,to,}, modifiers that don't
have any effect generate a note. Most of these modifiers are redundant
or outdated.
Patches must not add well-known absolute paths like /usr/pkg, /var and
/etc since these must be overridable by the pkgsrc user. Other absolute
paths continue to be allowed.
|
2020-04-13 21:46:45 by Roland Illig | Files touched by this commit (10) | |
Log message:
pkgtools/pkglint: update to 20.1.2
Changes since 20.1.1:
Ensure that relative paths to other packages have the canonical form
../../category/package.
Add notes about pathname patters that mention ${WRKSRC} even though they
are already defined to be relative to WRKSRC.
Fix check for redundantly added categories. The check had previously
reported that the included file would be redundant, which was wrong.
It's always the including file that provides the redundancy.
|
2020-04-12 13:01:51 by Benny Siegert | Files touched by this commit (171) |
Log message:
Revbump all Go packages after default version switch to 1.14.
|
2020-03-26 08:02:44 by Roland Illig | Files touched by this commit (12) | |
Log message:
pkgtools/pkglint: update to 20.1.1
Changes since 20.1.0:
In UNLIMIT_RESOURCES, the recently added virtualsize is allowed.
Packages that have distfiles without any digit in their name should
define DIST_SUBDIR to avoid polluting the global namespace. The
top-level distfiles directory should only contain versioned filenames.
|
2020-03-23 20:55:08 by Roland Illig | Files touched by this commit (3) | |
Log message:
pkgtools/pkglint: update to 20.1.0
Changes since 19.4.13:
It is an error to have TODO lines in DESCR files. These are typically
generated by url2pkg and should be replaced with proper text before
committing the package.
|
2020-03-22 18:43:15 by Roland Illig | Files touched by this commit (13) | |
Log message:
pkgtools/pkglint: update to 19.4.13
Changes since 19.4.12:
Files that are mentioned redundantly in PLIST files generate an error.
Missing DESCR files generate an error.
Hard-coded /usr/pkg in patches generates an error.
|
2020-03-21 17:57:21 by Benny Siegert | Files touched by this commit (170) | |
Log message:
Revbump all Go packages after go113 update.
|