From owner-cvs-ports@FreeBSD.ORG Sat Nov 15 14:12:02 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 6277516A4CE; Sat, 15 Nov 2003 14:12:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B58943FCB; Sat, 15 Nov 2003 14:12:01 -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 hAFMC1XJ004029; Sat, 15 Nov 2003 14:12:01 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAFMC12m004028; Sat, 15 Nov 2003 14:12:01 -0800 (PST) (envelope-from marcus) Message-Id: <200311152212.hAFMC12m004028@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 15 Nov 2003 14:12:01 -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.1 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: Sat, 15 Nov 2003 22:12:02 -0000 marcus 2003/11/15 14:12:01 PST FreeBSD ports repository Modified files: devel/portlint Makefile devel/portlint/src portlint.1 portlint.pl Log: * Update to 2.4.8 * Add a check to make sure the last line of a slave port's Makefile contains an appropriate MASTERDIR include directive [1] * study() the $whole string to improve performance [1] * Fix the search for direct command use * Check for ports that may break INDEX [1] * Check for GNOME ports that use pre-patch and gnomehack Submitted by: eik [1] Revision Changes Path 1.64 +1 -1 ports/devel/portlint/Makefile 1.14 +0 -0 ports/devel/portlint/src/portlint.1 1.45 +44 -5 ports/devel/portlint/src/portlint.pl