I would like to propose the following change to portlint to silence the warning when only one MASTER_SITES is defined under certain conditions. It adds a variable that is a list of "cloud" providers such as google code that appear as a single site but are, in theory, massively redundant. If a whitelisted site is set for MASTER_SITES, it doesn't throw that warning. Port maintainer (marcus@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77
Responsible Changed From-To: freebsd-ports-bugs->marcus Over to maintainer (via the GNATS Auto Assign Tool)
marcus 2009-12-19 21:23:01 UTC FreeBSD ports repository Modified files: ports-mgmt/portlint Makefile ports-mgmt/portlint/src portlint.1 portlint.pl Log: Update to 2.12.2. * Add support for whitelisting certain MASTER_SITES which make up a "cloud" of sites. [1] * Escape a '.' in a regular expression to prevent matching strings like "about" with the regular expression "a.out". [2] * Try to detect when the value of CONFIGURE_TARGET is used directly in a plist. [3] PR: 140048 [1] 141460 [2] Submitted by: skreuzer [1] gahr [2] Suggested by: brooks [3] Revision Changes Path 1.135 +1 -1 ports/ports-mgmt/portlint/Makefile 1.22 +2 -2 ports/ports-mgmt/portlint/src/portlint.1 1.112 +12 -5 ports/ports-mgmt/portlint/src/portlint.pl _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thanks!