Date: Sat, 19 Dec 2009 21:23:01 +0000 (UTC) From: Joe Marcus Clarke <marcus@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ports-mgmt/portlint Makefile ports/ports-mgmt/portlint/src portlint.1 portlint.pl Message-ID: <200912192123.nBJLN1ew056912@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912192123.nBJLN1ew056912>