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/170be5fa5af8
branches:  trunk
changeset: 383140:170be5fa5af8
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri Aug 12 22:51:59 2022 +0000

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

diffstat:

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

diffs (12 lines):

diff -r 88d7545c4d3e -r 170be5fa5af8 pkgtools/lintpkgsrc/Makefile
--- a/pkgtools/lintpkgsrc/Makefile      Fri Aug 12 22:45:14 2022 +0000
+++ b/pkgtools/lintpkgsrc/Makefile      Fri Aug 12 22:51:59 2022 +0000
@@ -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