From owner-cvs-all@FreeBSD.ORG Sun Jun 26 21:31:55 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 95F5D106564A; Sun, 26 Jun 2011 21:31:55 +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 4DAC48FC08; Sun, 26 Jun 2011 21:31:55 +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 p5QLVtsQ091586; Sun, 26 Jun 2011 21:31:55 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p5QLVtHM091585; Sun, 26 Jun 2011 21:31:55 GMT (envelope-from marcus) Message-Id: <201106262131.p5QLVtHM091585@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 26 Jun 2011 21:31:55 +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 pkg-plist 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: Sun, 26 Jun 2011 21:31:55 -0000 marcus 2011-06-26 21:31:55 UTC FreeBSD ports repository Modified files: ports-mgmt/portlint Makefile ports-mgmt/portlint/src portlint.pl Removed files: ports-mgmt/portlint pkg-plist Log: Update to 2.13.6. * Be more careful is searching for WITH(OUT)_FOO OPTIONS checks so to avoid false positive warnings. [1] * Support := in the *_DEPENDS section. [2] * Make sure we expand DISTNAME to catch potential superfluous uses of it. [3] * Fix the error seen when one passes CPPFLAGS to CONFIGURE_ENV. [4] * Add the license block check after the MAINTAINER block [5] * Add a check for use of ${FIND}...${XARGS} ${RM}. [6] PR: 156164 [1] 155753 [2] 154320 [3] 158305 [5] 157566 [6] Submitted by: sahil [1] "Ilya A. Arkhipov" [5] Reported by: pav [4] Revision Changes Path 1.145 +7 -2 ports/ports-mgmt/portlint/Makefile 1.7 +0 -3 ports/ports-mgmt/portlint/pkg-plist (dead) 1.122 +67 -26 ports/ports-mgmt/portlint/src/portlint.pl