From owner-cvs-ports@FreeBSD.ORG Sun May 30 12:58:03 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 545C816A4CE; Sun, 30 May 2004 12:58:03 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DE9E43D2D; Sun, 30 May 2004 12:58:03 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4UJvoRG058736; Sun, 30 May 2004 12:57:50 -0700 (PDT) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4UJvo8x058735; Sun, 30 May 2004 12:57:50 -0700 (PDT) (envelope-from marcus) Message-Id: <200405301957.i4UJvo8x058735@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 30 May 2004 12:57:49 -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: Sun, 30 May 2004 19:58:03 -0000 marcus 2004/05/30 12:57:49 PDT FreeBSD ports repository Modified files: devel/portlint Makefile devel/portlint/src portlint.pl Log: Update to 2.6.2. * Do not complain about SIZE if NO_SIZE is set [1] * Allow ``%%PORTDOCS%%@unexec rmdir %D/%%DOCSDIR%% 2>/dev/null || true'' in pkg-plist when using PORTDOCS * Be a little smarter about complaining when .la files are seen in the plist. Also, point users to the GNOME site for elimintating .la files altogether [2] * Super-scrub PKGNAME and PORTVERSION for illegal characters [3] * Check for port versions that go backwards [3] PR: 66891 [2] Submitted by: krion [1] leeym [2] (based on) eik [3] Revision Changes Path 1.77 +1 -1 ports/devel/portlint/Makefile 1.58 +79 -11 ports/devel/portlint/src/portlint.pl