From owner-cvs-ports@FreeBSD.ORG Sat May 23 19:07:33 2009 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 413AC106564A; Sat, 23 May 2009 19:07:33 +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 304A98FC16; Sat, 23 May 2009 19:07:33 +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 n4NJ7XJ6086322; Sat, 23 May 2009 19:07:33 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n4NJ7XYe086321; Sat, 23 May 2009 19:07:33 GMT (envelope-from marcus) Message-Id: <200905231907.n4NJ7XYe086321@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 23 May 2009 19:07:33 +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-ports@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 23 May 2009 19:07:33 -0000 marcus 2009-05-23 19:07:33 UTC FreeBSD ports repository Modified files: ports-mgmt/portlint Makefile ports-mgmt/portlint/src portlint.pl Log: Update to 2.11.2. * Fix a warning when PKGINSTALLVER is not defined. [1] * Fix a false positive which can occur when install-info is used in sed expressions. [2] * Add depcrecation checks for Apache macros. [3] PR: 134000 [1] 134614 [2] 134610 [3] Submitted by: Eygene Ryabinkin [1] Lapo Luchini [2] pgollucci [3] Revision Changes Path 1.132 +1 -1 ports/ports-mgmt/portlint/Makefile 1.109 +33 -5 ports/ports-mgmt/portlint/src/portlint.pl