From owner-cvs-all@FreeBSD.ORG Fri Mar 26 12:43:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 882C416A4CE; Fri, 26 Mar 2004 12:43:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 789D943D31; Fri, 26 Mar 2004 12:43:14 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2QKhEGe089898; Fri, 26 Mar 2004 12:43:14 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2QKhEGK089897; Fri, 26 Mar 2004 12:43:14 -0800 (PST) (envelope-from marcus) Message-Id: <200403262043.i2QKhEGK089897@repoman.freebsd.org> From: Joe Marcus Clarke Date: Fri, 26 Mar 2004 12:43:14 -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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Mar 2004 20:43:14 -0000 marcus 2004/03/26 12:43:14 PST FreeBSD ports repository Modified files: devel/portlint Makefile devel/portlint/src portlint.pl Log: Update to 2.6.0 * Add some additional checks for USE_* variables included too late [1] * Add a check for SIZE in distinfo [2] * Fix a small style nit [2] * Warn is USE_SIZE is used in a port's Makefile * Check to see if a port supports WITHOUT_NLS if USE_GETTEXT is defined [3] Submitted by: eik [1] krion [2] Requested by: kris [3] Revision Changes Path 1.75 +1 -1 ports/devel/portlint/Makefile 1.56 +51 -11 ports/devel/portlint/src/portlint.pl