diff options
author | rillig <rillig@pkgsrc.org> | 2018-01-27 18:50:36 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2018-01-27 18:50:36 +0000 |
commit | fb3e29d5a14a81525850669ab7d8e82af100b0c4 (patch) | |
tree | 2472396e88b18df5c4c332223a52681da5982677 /pkgtools/pkglint/Makefile | |
parent | c9d374f87393670920f19c2e695884d94ff7cca6 (diff) | |
download | pkgsrc-fb3e29d5a14a81525850669ab7d8e82af100b0c4.tar.gz |
pkgtools/pkglint: Update to 5.5.2
Changes since 5.5.1:
* Fixed command line parsing for the --only option.
* Improved alignment of variable values in Makefiles.
* Code cleanup: better abstraction in the tests.
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 56b6364fd58..fd76fe55780 100644 --- a/pkgtools/pkglint/Makefile +++ b/pkgtools/pkglint/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.525 2018/01/13 23:56:14 rillig Exp $ +# $NetBSD: Makefile,v 1.526 2018/01/27 18:50:36 rillig Exp $ -PKGNAME= pkglint-5.5.1 +PKGNAME= pkglint-5.5.2 DISTFILES= # none CATEGORIES= pkgtools |