From owner-cvs-ports@FreeBSD.ORG Tue Oct 12 04:33:47 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 25D3416A4CE; Tue, 12 Oct 2004 04:33:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05F1943D41; Tue, 12 Oct 2004 04:33:47 +0000 (GMT) (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 i9C4XkW6058820; Tue, 12 Oct 2004 04:33:46 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C4Xk5i058819; Tue, 12 Oct 2004 04:33:46 GMT (envelope-from marcus) Message-Id: <200410120433.i9C4Xk5i058819@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 12 Oct 2004 04:33:46 +0000 (UTC) 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: Tue, 12 Oct 2004 04:33:47 -0000 marcus 2004-10-12 04:33:46 UTC FreeBSD ports repository Modified files: devel/portlint Makefile devel/portlint/src portlint.pl Log: * Update to 2.6.8 * Check PLIST_FILES for shared libraries, and make sure INSTALLS_SHLIB is defined [1] * Check DATADIR and MAN3PREFIX macros [2] * Check OPTIONS [3] PR: 71405 [2] 71468 [3] Requested by: michael johnson [1] Submitted by: leeym [2] [3] Revision Changes Path 1.83 +1 -1 ports/devel/portlint/Makefile 1.64 +46 -4 ports/devel/portlint/src/portlint.pl