From owner-cvs-ports@FreeBSD.ORG Wed Apr 13 03:20:57 2005 Return-Path: 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 2CE1616A4CE; Wed, 13 Apr 2005 03:20:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F142643D31; Wed, 13 Apr 2005 03:20:56 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3D3KuKH004936; Wed, 13 Apr 2005 03:20:56 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3D3Kuw5004935; Wed, 13 Apr 2005 03:20:56 GMT (envelope-from marcus) Message-Id: <200504130320.j3D3Kuw5004935@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 13 Apr 2005 03:20:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/portlint Makefile ports/devel/portlint/src portlint.pl X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 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, 13 Apr 2005 03:20:57 -0000 marcus 2005-04-13 03:20:56 UTC FreeBSD ports repository Modified files: devel/portlint Makefile devel/portlint/src portlint.pl Log: Update to 2.7.1 * Check to make sure only characters [-.a-zA-Z0-9_] appear in file names [1] * Check for proper quoting of IGNORE and BROKEN [1] * Check to see if README.html is being committed [1] * Check for uses of .elseif [2] Submitted by: krion [1] Suggested by: bsdcrank [2] Revision Changes Path 1.90 +1 -1 ports/devel/portlint/Makefile 1.71 +38 -2 ports/devel/portlint/src/portlint.pl