summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2022-08-12 22:51:59 +0000
committerrillig <rillig@pkgsrc.org>2022-08-12 22:51:59 +0000
commitf1c5eb8c4de8060a0d86f821ce4b956981d70a43 (patch)
tree20fd1888660aa51d1d7b6f329b5407d0dbbb5eb2
parentf400b4b670fc50aea78eb03739e20a0454534302 (diff)
downloadpkgsrc-f1c5eb8c4de8060a0d86f821ce4b956981d70a43.tar.gz
lintpkgsrc: update to 2022.08.13
Changes since 2022.08.10: Improve parsing of conditions, continuation lines, comments in makefiles. Replace hard-coded paths to /etc/mk.conf and /usr/pkg with the proper paths that correspond to the pkgsrc installation. If pkglint is run with unknown or invalid options, exit with an error status.
-rw-r--r--pkgtools/lintpkgsrc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/lintpkgsrc/Makefile b/pkgtools/lintpkgsrc/Makefile
index 730518667d1..1f0959bd80d 100644
--- a/pkgtools/lintpkgsrc/Makefile
+++ b/pkgtools/lintpkgsrc/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.50 2022/08/11 07:20:52 rillig Exp $
+# $NetBSD: Makefile,v 1.51 2022/08/12 22:51:59 rillig Exp $
-PKGNAME= lintpkgsrc-2022.08.10
+PKGNAME= lintpkgsrc-2022.08.12
CATEGORIES= pkgtools
MAINTAINER= pkgsrc-users@NetBSD.org