From owner-cvs-ports@FreeBSD.ORG Wed May 31 04:43:10 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B74C916A51B; Wed, 31 May 2006 04:43:10 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8459643D48; Wed, 31 May 2006 04:43:10 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4V4fo2d022776; Wed, 31 May 2006 04:41:50 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4V4foGj022775; Wed, 31 May 2006 04:41:50 GMT (envelope-from marcus) Message-Id: <200605310441.k4V4foGj022775@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 31 May 2006 04:41:50 +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/devel/portlint Makefile ports/devel/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: Wed, 31 May 2006 04:43:10 -0000 marcus 2006-05-31 04:41:50 UTC FreeBSD ports repository Modified files: devel/portlint Makefile devel/portlint/src portlint.1 portlint.pl Log: Update to 2.9.0. * The check for quoted COMMENTs had a typo. However, this check has been consolidated for other macros that should not be quoted. Merge the COMMENT check into the BROKEN, et al check. [1] * Properly pluralize the message which counts the number of fatal errors and warnings. [2] * Add distinfo checking support. [3] * Huge refactoring of the error handling code. If the -g argument is specified, errors will be grouped together to avoid spamming the console with repeated lines. * Add a check for icon installation, and recommend INSTALLS_ICONS. PR: 97207 [1] 96089 [2] 96923 [3] Submitted by: lawrance [1] ehaupt [2] sem [3] Tested by: mezz Revision Changes Path 1.109 +1 -1 ports/devel/portlint/Makefile 1.21 +13 -6 ports/devel/portlint/src/portlint.1 1.89 +371 -261 ports/devel/portlint/src/portlint.pl