From owner-cvs-all@FreeBSD.ORG Fri Dec 17 17:25:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BCC916A4CE; Fri, 17 Dec 2004 17:25:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7628643D39; Fri, 17 Dec 2004 17:25:32 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBHHPW4g076108; Fri, 17 Dec 2004 17:25:32 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBHHPW9e076107; Fri, 17 Dec 2004 17:25:32 GMT (envelope-from marcus) Message-Id: <200412171725.iBHHPW9e076107@repoman.freebsd.org> From: Joe Marcus Clarke Date: Fri, 17 Dec 2004 17:25:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/portlint Makefile ports/devel/portlint/src portlint.pl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 17:25:32 -0000 marcus 2004-12-17 17:25:32 UTC FreeBSD ports repository Modified files: devel/portlint Makefile devel/portlint/src portlint.pl Log: Don't check for DISTVERSION as apart of %makevars since it will be set internally when PORTVERSION is set. Instead, just scour the Makefile to see if both PORTVERSION and DISTVERSION are defined. Reported by: krion Revision Changes Path 1.87 +1 -0 ports/devel/portlint/Makefile 1.68 +6 -6 ports/devel/portlint/src/portlint.pl