From owner-svn-ports-head@FreeBSD.ORG Thu Sep 18 14:49:15 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8255BCF8; Thu, 18 Sep 2014 14:49:15 +0000 (UTC) Received: from apnoea.adamw.org (apnoea.adamw.org [204.109.59.150]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F21ABF10; Thu, 18 Sep 2014 14:49:14 +0000 (UTC) Received: from [192.168.192.25] (dhcp-108-170-169-12.cable.user.start.ca [108.170.169.12]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by apnoea.adamw.org (Postfix) with ESMTPSA id 142F3114010; Thu, 18 Sep 2014 10:49:11 -0400 (EDT) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: svn commit: r368448 - in head: Mk ports-mgmt/pkg From: Adam Weinberger In-Reply-To: <201409181305.s8ID5oMr025124@svn.freebsd.org> Date: Thu, 18 Sep 2014 10:49:10 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: <871C32D3-522D-4C8A-A70B-8B7367281A56@adamw.org> References: <201409181305.s8ID5oMr025124@svn.freebsd.org> To: Baptiste Daroussin X-Mailer: Apple Mail (2.1878.6) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Sep 2014 14:49:15 -0000 On 18 Sep, 2014, at 9:05, Baptiste Daroussin wrote: > Author: bapt > Date: Thu Sep 18 13:05:50 2014 > New Revision: 368448 > URL: http://svnweb.freebsd.org/changeset/ports/368448 > QAT: https://qat.redports.org/buildarchive/r368448/ >=20 > Log: > Add a minimal version testing for the installed pkg to enforce people = to go to the latest version > Set minimal version to 1.3.7 for now >=20 > Differential Revision: D723 > Reviewed by: bdrewery >=20 > +IGNORE=3D You need pkg(8) at least version = ${MINIMAL_PKG_VERSION} and you have ${_PKG_VERSION} please consider = upgrading pkg(8) first This is a run-on sentence and seems not entirely accurate; wouldn=92t = IGNORE make upgrading a =93you must,=94 not a =93please consider=94? Consider maybe IGNORE=3D You must first upgrade pkg(8) to version = ${MINIMAL_PKG_VERSION} or greater (you currently have ${_PKG_VERSION}) Or: pkg(8) must be version ${MINIMAL_PKG_VERSION} or = greater, but you have ${_PKG_VERSION}. You must upgrade pkg(8) first # Adam --=20 Adam Weinberger adamw@adamw.org http://www.adamw.org