diff options
author | rillig <rillig@pkgsrc.org> | 2018-08-16 20:41:42 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2018-08-16 20:41:42 +0000 |
commit | dbbfa9347da80fdf11c7d18748ebfb8b6a26cf7d (patch) | |
tree | e9d13c07c268e62fa32dba0277c8b21c2b85796c /pkgtools/pkglint/Makefile | |
parent | 46677e4716a70d4e759df9440ad676fe857f926a (diff) | |
download | pkgsrc-dbbfa9347da80fdf11c7d18748ebfb8b6a26cf7d.tar.gz |
pkgtools/pkglint: update to 5.6.1
Changes since 5.6.0:
* Fix output of relative paths in the diagnostics (thanks @wiz)
* Fix parsing of ${VAR:ts---}; it is now a syntax error
* Load more type definitions from mk/* instead of hard-coding them
* Lots of refactoring to improve test coverage, fixing several
small bugs as they were found
Diffstat (limited to 'pkgtools/pkglint/Makefile')
-rw-r--r-- | pkgtools/pkglint/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkglint/Makefile b/pkgtools/pkglint/Makefile index 7917ff5a463..7b1e1ae9085 100644 --- a/pkgtools/pkglint/Makefile +++ b/pkgtools/pkglint/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.546 2018/08/12 16:31:56 rillig Exp $ +# $NetBSD: Makefile,v 1.547 2018/08/16 20:41:42 rillig Exp $ -PKGNAME= pkglint-5.6.0 +PKGNAME= pkglint-5.6.1 DISTFILES= # none CATEGORIES= pkgtools |