From owner-cvs-all@FreeBSD.ORG Mon Apr 13 01:56:21 2009 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 46BE51065715; Mon, 13 Apr 2009 01:56:21 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C39828FC6B; Mon, 13 Apr 2009 01:56:17 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n3D1uHd0069019; Mon, 13 Apr 2009 01:56:17 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n3D1uHIY069018; Mon, 13 Apr 2009 01:56:17 GMT (envelope-from marcus) Message-Id: <200904130156.n3D1uHIY069018@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 13 Apr 2009 01:56:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/ports-mgmt/portlint Makefile ports/ports-mgmt/portlint/src portlint.pl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Apr 2009 01:56:26 -0000 marcus 2009-04-13 01:56:17 UTC FreeBSD ports repository Modified files: ports-mgmt/portlint Makefile ports-mgmt/portlint/src portlint.pl Log: Update to 2.11.1. * Fix some Perl warnings. [1] * Fix an improper invocation of perror(). [2] * Add some more allowed full paths. [3] * Add a check for MAKE_JOBS_[UN]SAFE used in conjunction with NO_BUILD. If this is found, throw a warning. [4] PR: 133207 [4] Submitted by: gerald [3] Reported by: pav [1] Vladimir Chukharev [2] Revision Changes Path 1.131 +1 -1 ports/ports-mgmt/portlint/Makefile 1.108 +19 -5 ports/ports-mgmt/portlint/src/portlint.pl