Date: Thu, 18 Sep 2014 10:49:10 -0400 From: Adam Weinberger <adamw@adamw.org> To: Baptiste Daroussin <bapt@FreeBSD.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r368448 - in head: Mk ports-mgmt/pkg Message-ID: <871C32D3-522D-4C8A-A70B-8B7367281A56@adamw.org> In-Reply-To: <201409181305.s8ID5oMr025124@svn.freebsd.org> References: <201409181305.s8ID5oMr025124@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 18 Sep, 2014, at 9:05, Baptiste Daroussin <bapt@FreeBSD.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?871C32D3-522D-4C8A-A70B-8B7367281A56>