From owner-cvs-ports@FreeBSD.ORG Sat Dec 19 21:23:01 2009 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CACE41065676; Sat, 19 Dec 2009 21:23:01 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B9D5D8FC13; Sat, 19 Dec 2009 21:23:01 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id nBJLN1nW056913; Sat, 19 Dec 2009 21:23:01 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id nBJLN1ew056912; Sat, 19 Dec 2009 21:23:01 GMT (envelope-from marcus) Message-Id: <200912192123.nBJLN1ew056912@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 19 Dec 2009 21:23:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/ports-mgmt/portlint Makefile ports/ports-mgmt/portlint/src portlint.1 portlint.pl X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Dec 2009 21:23:01 -0000 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