From owner-cvs-all Fri May 31 8:45:54 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6A34837B407; Fri, 31 May 2002 08:45:49 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4VFjnO39024; Fri, 31 May 2002 08:45:49 -0700 (PDT) (envelope-from bmah) Message-Id: <200205311545.g4VFjnO39024@freefall.freebsd.org> From: "Bruce A. Mah" Date: Fri, 31 May 2002 08:45:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/version pkg_version.pl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/05/31 08:45:49 PDT Modified files: usr.sbin/pkg_install/version pkg_version.pl Log: pkg_version was incorrectly claiming that 1.5 == 1.5.0.1, because we weren't properly checking for the case that the two version strings being compared had different numbers of components. This has been fixed. Pointed out by: sobomax Reviewed by: silence on -ports Revision Changes Path 1.25 +25 -1 src/usr.sbin/pkg_install/version/pkg_version.pl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message