From owner-cvs-ports@FreeBSD.ORG Thu Aug 14 22:05:34 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 E7B4737B401; Thu, 14 Aug 2003 22:05:34 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D61A43FA3; Thu, 14 Aug 2003 22:05:34 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h7F55Y0U017844; Thu, 14 Aug 2003 22:05:34 -0700 (PDT) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7F55XuU017843; Thu, 14 Aug 2003 22:05:33 -0700 (PDT) Message-Id: <200308150505.h7F55XuU017843@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 14 Aug 2003 22:05:33 -0700 (PDT) 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: Fri, 15 Aug 2003 05:05:35 -0000 marcus 2003/08/14 22:05:33 PDT FreeBSD ports repository Modified files: devel/portlint Makefile devel/portlint/src portlint.pl Log: * Add support for the new INFO macro * Clean up some more Perl warnings * Make sure all the MAN macros are printed in all uppercase * Add perl, ruby, python, and the auto* tools to the list of direct commands [1] PR: 55529 [1] Submitted by: Jens Rehsack [1] Revision Changes Path 1.57 +1 -1 ports/devel/portlint/Makefile 1.38 +85 -42 ports/devel/portlint/src/portlint.pl