pkgsrc-Changes archive

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

CVS commit: pkgsrc/pkgtools/lintpkgsrc



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat Aug 13 12:30:00 UTC 2022

Modified Files:
        pkgsrc/pkgtools/lintpkgsrc: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/pkgtools/lintpkgsrc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/pkgtools/lintpkgsrc/Makefile
diff -u pkgsrc/pkgtools/lintpkgsrc/Makefile:1.51 pkgsrc/pkgtools/lintpkgsrc/Makefile:1.52
--- pkgsrc/pkgtools/lintpkgsrc/Makefile:1.51    Fri Aug 12 22:51:59 2022
+++ pkgsrc/pkgtools/lintpkgsrc/Makefile Sat Aug 13 12:30:00 2022
@@ -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