From owner-cvs-all@FreeBSD.ORG Sat Nov 1 14:46:26 2003 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 3643A16A4CE; Sat, 1 Nov 2003 14:46:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A333043F85; Sat, 1 Nov 2003 14:46:25 -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 hA1MkPXJ091041; Sat, 1 Nov 2003 14:46:25 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hA1MkPid091040; Sat, 1 Nov 2003 14:46:25 -0800 (PST) (envelope-from marcus) Message-Id: <200311012246.hA1MkPid091040@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 1 Nov 2003 14:46:25 -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-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: Sat, 01 Nov 2003 22:46:26 -0000 marcus 2003/11/01 14:46:25 PST FreeBSD ports repository Modified files: devel/portlint Makefile devel/portlint/src portlint.1 portlint.pl Log: Whoops. Flush out my CVS repo, and share some missing bug fixes with the rest of the world. * Fix the -V option in the manpage [1] * Handle the case where parentheses may not exist around NOPORTDOCS [2] * Bump version to 2.4.6 Submitted by: mat [1] Reported by: kris [2] Revision Changes Path 1.62 +1 -2 ports/devel/portlint/Makefile 1.12 +1 -1 ports/devel/portlint/src/portlint.1 1.43 +3 -3 ports/devel/portlint/src/portlint.pl