From owner-cvs-ports@FreeBSD.ORG Thu Jan 1 18:20:42 2004 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 CEDFE16A4CE; Thu, 1 Jan 2004 18:20:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E6F443D2D; Thu, 1 Jan 2004 18:20:42 -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 i022Kf0B022078; Thu, 1 Jan 2004 18:20:41 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i022Kfgc022077; Thu, 1 Jan 2004 18:20:41 -0800 (PST) (envelope-from marcus) Message-Id: <200401020220.i022Kfgc022077@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 1 Jan 2004 18:20:41 -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 pkg-descr 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, 02 Jan 2004 02:20:43 -0000 marcus 2004/01/01 18:20:41 PST FreeBSD ports repository Modified files: devel/portlint Makefile pkg-descr devel/portlint/src portlint.pl Log: * Update to 2.5.5 * Fix up the usage text * Ignore arguments passed to REINPLACE_CMD so portlint will not complain on things such as ${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},g' [1] * Only match libraries installed into lib when looking for .so's [2] * Try to make the PKGCATEGORY check a little more forgiving to committers checking single ports [3] PR: 60608 [1] 60803 [2] Submitted by: leeym [1] [2] (based on) dougb [3] Revision Changes Path 1.70 +1 -1 ports/devel/portlint/Makefile 1.7 +3 -2 ports/devel/portlint/pkg-descr 1.51 +13 -6 ports/devel/portlint/src/portlint.pl