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


(rillig)
diff -r1.50 -r1.51 pkgsrc/pkgtools/lintpkgsrc/Makefile

cvs diff -r1.50 -r1.51 pkgsrc/pkgtools/lintpkgsrc/Makefile (expand / switch to unified diff)

--- pkgsrc/pkgtools/lintpkgsrc/Makefile 2022/08/11 07:20:52 1.50
+++ pkgsrc/pkgtools/lintpkgsrc/Makefile 2022/08/12 22:51:59 1.51
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.50 2022/08/11 07:20:52 rillig Exp $ 1# $NetBSD: Makefile,v 1.51 2022/08/12 22:51:59 rillig Exp $
2 2
3PKGNAME= lintpkgsrc-2022.08.10 3PKGNAME= lintpkgsrc-2022.08.12
4CATEGORIES= pkgtools 4CATEGORIES= pkgtools
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= https://www.NetBSD.org/docs/pkgsrc/ 7HOMEPAGE= https://www.NetBSD.org/docs/pkgsrc/
8COMMENT= Sanity checks on the complete pkgsrc tree 8COMMENT= Sanity checks on the complete pkgsrc tree
9 9
10DEPENDS+= digest>=20010101:../../pkgtools/digest 10DEPENDS+= digest>=20010101:../../pkgtools/digest
11TEST_DEPENDS+= p5-File-Slurp>=0:../../devel/p5-File-Slurp 11TEST_DEPENDS+= p5-File-Slurp>=0:../../devel/p5-File-Slurp
12TEST_DEPENDS+= p5-IO-Null>=0:../../devel/p5-IO-Null 12TEST_DEPENDS+= p5-IO-Null>=0:../../devel/p5-IO-Null
13 13
14USE_TOOLS+= perl:run 14USE_TOOLS+= perl:run
15PERL5_REQD+= 5.36 15PERL5_REQD+= 5.36
16 16