From owner-cvs-all@FreeBSD.ORG Tue Dec 27 01:26:34 2011 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 C01D7106566B; Tue, 27 Dec 2011 01:26:34 +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 90DBC8FC08; Tue, 27 Dec 2011 01:26:34 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id pBR1QYXB010498; Tue, 27 Dec 2011 01:26:34 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id pBR1QYKj010497; Tue, 27 Dec 2011 01:26:34 GMT (envelope-from marcus) Message-Id: <201112270126.pBR1QYKj010497@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 27 Dec 2011 01:26:34 +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: Tue, 27 Dec 2011 01:26:34 -0000 marcus 2011-12-27 01:26:34 UTC FreeBSD ports repository Modified files: ports-mgmt/portlint Makefile ports-mgmt/portlint/src portlint.pl Log: Update to 2.13.8. * Complete the check for CPPFLAGS being set indirectly by checking MAKE_ENV in addition to CONFIGURE_ENV. [1] * Remove checks for port file headers as we are phasing them out in FreeBSD. [2] * Check to make sure CPAN URLs end with a '/'. [3] * Check for LDFLAGS being overridden just as we do for CPPFLAGS [4] * Suggest += instead of = to override CPPFLAGS and LDFLAGS [4] * Check for any overriding use of *FLAGS and suggest an alternative [4] * Do not warn of direct command use for WX_COMPS. [5] * Add support for named license macros when checking for order. [6] * Make the check for the direct Apache dependency more strict. [7] PR: 160448 [1] 159272 [3] 160959 [4] 161971 [5] 163617 [6] 163523 [7] Submitted by: gjb [2] amdmi3 [4] Revision Changes Path 1.148 +1 -1 ports/ports-mgmt/portlint/Makefile 1.125 +77 -17 ports/ports-mgmt/portlint/src/portlint.pl