pkgsrc-Bugs archive

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

PR/56352 CVS commit: pkgsrc/pkgtools/pkglint



The following reply was made to PR pkg/56352; it has been noted by GNATS.

From: "Roland Illig" <rillig%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/56352 CVS commit: pkgsrc/pkgtools/pkglint
Date: Sun, 8 Aug 2021 22:04:15 +0000

 Module Name:	pkgsrc
 Committed By:	rillig
 Date:		Sun Aug  8 22:04:15 UTC 2021
 
 Modified Files:
 	pkgsrc/pkgtools/pkglint: Makefile
 	pkgsrc/pkgtools/pkglint/files: mkassignchecker.go
 	    mkassignchecker_test.go pkgsrc.go vartype.go
 	pkgsrc/pkgtools/pkglint/files/makepat: pat.go pat_test.go
 	pkgsrc/pkgtools/pkglint/files/textproc: lexer.go
 
 Log Message:
 pkgtools/pkglint: update to 21.2.2
 
 Changes since 21.2.1:
 
 Check the variable names of OPSYS-specific variables for typos, such as
 'Dragonfly' with a lowercase 'f'.  Suggested by David A. Holland in
 PR pkg/56352.
 
 Warn if variables like CFLAGS are assigned using the operator '='.
 Suggested by David A. Holland in PR pkg/56352.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.691 -r1.692 pkgsrc/pkgtools/pkglint/Makefile
 cvs rdiff -u -r1.9 -r1.10 pkgsrc/pkgtools/pkglint/files/mkassignchecker.go
 cvs rdiff -u -r1.7 -r1.8 \
     pkgsrc/pkgtools/pkglint/files/mkassignchecker_test.go
 cvs rdiff -u -r1.61 -r1.62 pkgsrc/pkgtools/pkglint/files/pkgsrc.go
 cvs rdiff -u -r1.52 -r1.53 pkgsrc/pkgtools/pkglint/files/vartype.go
 cvs rdiff -u -r1.2 -r1.3 pkgsrc/pkgtools/pkglint/files/makepat/pat.go
 cvs rdiff -u -r1.3 -r1.4 pkgsrc/pkgtools/pkglint/files/makepat/pat_test.go
 cvs rdiff -u -r1.11 -r1.12 pkgsrc/pkgtools/pkglint/files/textproc/lexer.go
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index