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/licenses_test.go,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/pkgtools/pkglint/files/Attic/licenses_test.go,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.20 retrieving revision 1.21 diff -u -p -r1.20 -r1.21 --- pkgsrc/pkgtools/pkglint/files/Attic/licenses_test.go 2019/01/13 19:55:52 1.20 +++ pkgsrc/pkgtools/pkglint/files/Attic/licenses_test.go 2019/01/26 16:31:33 1.21 @@ -57,9 +57,9 @@ func (s *Suite) Test_LicenseChecker_chec G.Main("pkglint", t.File("category/package")) - // FIXME: It should be allowed to place a license file directly into - // the package directory. + // There is no warning about the unusual file name in the package directory. + // If it were not mentioned in LICENSE_FILE, the file named my-license + // would be warned about. t.CheckOutputLines( - "WARN: ~/category/package/my-license: Unexpected file found.", - "0 errors and 1 warning found.") + "Looks fine.") }