From owner-cvs-ports@FreeBSD.ORG Sun Aug 21 23:35:27 2011 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 8783E106564A; Sun, 21 Aug 2011 23:35:27 +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 786B28FC12; Sun, 21 Aug 2011 23:35:27 +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 p7LNZRWH068979; Sun, 21 Aug 2011 23:35:27 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p7LNZRtU068978; Sun, 21 Aug 2011 23:35:27 GMT (envelope-from marcus) Message-Id: <201108212335.p7LNZRtU068978@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 21 Aug 2011 23:35:27 +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: Sun, 21 Aug 2011 23:35:27 -0000 marcus 2011-08-21 23:35:27 UTC FreeBSD ports repository Modified files: ports-mgmt/portlint Makefile ports-mgmt/portlint/src portlint.pl Log: Update to 2.13.7. * Change a comment to relfect the check number [1] * Add a check to see if a file that ends in ".core" was checked into CVS [2] * Do a proper check for 2 or 3 tuple depends [3] * Correct the detection of the WWW string in pkg-descr [4] PR: 159057 [3] 159522 [4] Reported by: Ilya A. Arkhipov [1] Requested by: netchild [2] Sbumitted by: sunpoet [4] Revision Changes Path 1.147 +1 -1 ports/ports-mgmt/portlint/Makefile 1.124 +15 -5 ports/ports-mgmt/portlint/src/portlint.pl