summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2022-08-13 12:30:00 +0000
committerrillig <rillig@pkgsrc.org>2022-08-13 12:30:00 +0000
commite29b6c380b42d19a67dc3f99ee08e66445229ed4 (patch)
treeca447f8ad03f8b5d45eaf175e6edf195bfe10a8c
parentad139f3f97b8950d9667e7f882b09108c0c2147c (diff)
downloadpkgsrc-e29b6c380b42d19a67dc3f99ee08e66445229ed4.tar.gz
lintpkgsrc: update to 2022.08.13
Changes since 2022.08.12: In package makefiles, the ':U' modifier is evaluated more correctly than before, handling the values '' and '0' correctly. Running 'lintpkgsrc --help' produces a clean usage message. Distinfo files are checked more strictly than before. Running 'lintpkgsrc -D .' does not produce Perl warnings anymore when falling back to running bmake to determine the PKGNAME. When parsing package makefiles, the debug log for evaluating conditionals is easier to read.
-rw-r--r--pkgtools/lintpkgsrc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/lintpkgsrc/Makefile b/pkgtools/lintpkgsrc/Makefile
index 1f0959bd80d..3a590afd01d 100644
--- a/pkgtools/lintpkgsrc/Makefile
+++ b/pkgtools/lintpkgsrc/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.51 2022/08/12 22:51:59 rillig Exp $
+# $NetBSD: Makefile,v 1.52 2022/08/13 12:30:00 rillig Exp $
-PKGNAME= lintpkgsrc-2022.08.12
+PKGNAME= lintpkgsrc-2022.08.13
CATEGORIES= pkgtools
MAINTAINER= pkgsrc-users@NetBSD.org