Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/pkgtools/pkglint/files/Attic/category.go,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/pkgtools/pkglint/files/Attic/category.go,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.33 retrieving revision 1.34 diff -u -p -r1.33 -r1.34 --- pkgsrc/pkgtools/pkglint/files/Attic/category.go 2020/05/17 07:07:19 1.33 +++ pkgsrc/pkgtools/pkglint/files/Attic/category.go 2020/06/07 15:49:23 1.34 @@ -145,7 +145,7 @@ func CheckdirCategory(dir CurrPath) { // generating indexes and READMEs. Just skip them. if !G.Wip { mlex.SkipEmptyOrNote() - mlex.SkipContainsOrWarn(".include \"../mk/misc/category.mk\"") + mlex.SkipTextOrWarn(".include \"../mk/misc/category.mk\"") if !mlex.EOF() { mlex.CurrentLine().Errorf("The file must end here.") }