Subject: CVS commit: pkgsrc/pkgtools/pkglint
From: Roland Illig
Date: 2020-01-26 18:12:37
Message id: 20200126171237.5BA2CFBF4@cvs.NetBSD.org

Log Message:
pkgtools/pkglint: update to 19.4.6

Changes since 19.4.5:

Added the --network option, which allows pkglint to use HTTP calls for
determining whether the homepage of a package is reachable.

Added migration from http URLs to the corresponding https URLs. This is
only done if the https URL is indeed reachable or well-known to support
https.

Added migration from https SourceForge URLs back to http URLs since a
previous pkglint run had migrated URLs to non-working https URLs. See
https://mail-index.netbsd.org/pkgsrc-changes/2020/01/18/msg205146.html.

Added a warning for HOMEPAGE that uses ftp:// since that is not
user-friendly. In the same way, download-only host names on SourceForge
are not suitable as a homepage since they usually only generate a 404.

Files:
RevisionActionfile
1.628modifypkgsrc/pkgtools/pkglint/Makefile
1.26modifypkgsrc/pkgtools/pkglint/PLIST
1.39modifypkgsrc/pkgtools/pkglint/files/logging.go
1.6modifypkgsrc/pkgtools/pkglint/files/mkassignchecker.go
1.75modifypkgsrc/pkgtools/pkglint/files/mkline.go
1.63modifypkgsrc/pkgtools/pkglint/files/mklinechecker.go
1.59modifypkgsrc/pkgtools/pkglint/files/mklinechecker_test.go
1.61modifypkgsrc/pkgtools/pkglint/files/mklines_test.go
1.73modifypkgsrc/pkgtools/pkglint/files/pkglint.go
1.59modifypkgsrc/pkgtools/pkglint/files/pkglint_test.go
1.37modifypkgsrc/pkgtools/pkglint/files/substcontext.go
1.72modifypkgsrc/pkgtools/pkglint/files/util.go
1.81modifypkgsrc/pkgtools/pkglint/files/vartypecheck.go
1.75modifypkgsrc/pkgtools/pkglint/files/vartypecheck_test.go
1.9modifypkgsrc/pkgtools/pkglint/files/getopt/getopt.go
1.14modifypkgsrc/pkgtools/pkglint/files/getopt/getopt_test.go
1.1addpkgsrc/pkgtools/pkglint/files/homepage.go
1.1addpkgsrc/pkgtools/pkglint/files/homepage_test.go