pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/lintpkgsrc lintpkgsrc: update to 2022.08.13



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eab0a41e3efd
branches:  trunk
changeset: 383159:eab0a41e3efd
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Aug 13 12:30:00 2022 +0000

description:
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.

diffstat:

 pkgtools/lintpkgsrc/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (12 lines):

diff -r fca12772044e -r eab0a41e3efd pkgtools/lintpkgsrc/Makefile
--- a/pkgtools/lintpkgsrc/Makefile      Sat Aug 13 12:22:20 2022 +0000
+++ b/pkgtools/lintpkgsrc/Makefile      Sat Aug 13 12:30:00 2022 +0000
@@ -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@localhost



Home | Main Index | Thread Index | Old Index