From owner-cvs-ports@FreeBSD.ORG Sun Nov 7 22:10:56 2010 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 BCD08106564A; Sun, 7 Nov 2010 22:10:56 +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 AB4B68FC0C; Sun, 7 Nov 2010 22:10:56 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id oA7MAuXN025223; Sun, 7 Nov 2010 22:10:56 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id oA7MAuZ2025222; Sun, 7 Nov 2010 22:10:56 GMT (envelope-from marcus) Message-Id: <201011072210.oA7MAuZ2025222@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 7 Nov 2010 22:10:56 +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.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: Sun, 07 Nov 2010 22:10:56 -0000 marcus 2010-11-07 22:10:56 UTC FreeBSD ports repository Modified files: ports-mgmt/portlint Makefile ports-mgmt/portlint/src portlint.pl Log: Update to 2.13.2. * Correct the UIDs passwd file format. * Parse out comments when checking dependency format. [1] * Added check for the case when LICENSE contains multiple tokens but LICENSE_COMB do not set or equal to 'single' (instead of correct 'multi' or 'dual'). [2] * Add support for @rmtry. [3] PR: 150997 [1] 151966 [2] 151301 [3] Submitted by: skv [2] Revision Changes Path 1.139 +1 -2 ports/ports-mgmt/portlint/Makefile 1.116 +24 -6 ports/ports-mgmt/portlint/src/portlint.pl