From owner-cvs-ports@FreeBSD.ORG Sun Oct 26 13:27:31 2003 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 8ED6716A4B3; Sun, 26 Oct 2003 13:27:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C34543F85; Sun, 26 Oct 2003 13:27:31 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9QLRUXJ096507; Sun, 26 Oct 2003 13:27:30 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9QLRUUv096506; Sun, 26 Oct 2003 13:27:30 -0800 (PST) (envelope-from marcus) Message-Id: <200310262127.h9QLRUUv096506@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 26 Oct 2003 13:27:30 -0800 (PST) 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: Sun, 26 Oct 2003 21:27:31 -0000 marcus 2003/10/26 13:27:30 PST FreeBSD ports repository Modified files: devel/portlint Makefile devel/portlint/src portlint.pl Log: * Add some @unexec checking for plists [1] * Check for the common typo, NOPORTSDOC [2] * Make sure .CURDIR is the primary category [3] * Check for USE_* macros that are user-settable [4] * Try to be a little more intelligent when checking for macros that need to appear earlier * Ignore make directives when checking for extra items in certain sections PR: 55921 [1] 57751 [2] 58292 [3] 58525 [4] Submitted by: edwin [1] Oliver Eikemeier [2] [3] [4] Revision Changes Path 1.60 +1 -1 ports/devel/portlint/Makefile 1.41 +39 -4 ports/devel/portlint/src/portlint.pl