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:           Fri Aug 12 22:51:59 UTC 2022

Modified Files:
        pkgsrc/pkgtools/lintpkgsrc: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 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.50 pkgsrc/pkgtools/lintpkgsrc/Makefile:1.51
--- pkgsrc/pkgtools/lintpkgsrc/Makefile:1.50    Thu Aug 11 07:20:52 2022
+++ pkgsrc/pkgtools/lintpkgsrc/Makefile Fri Aug 12 22:51:59 2022
@@ -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@localhost



Home | Main Index | Thread Index | Old Index