svn commit: r368448 - in head: Mk ports-mgmt/pkg

Adam Weinberger adamw at adamw.org
Thu Sep 18 14:49:15 UTC 2014


On 18 Sep, 2014, at 9:05, Baptiste Daroussin <bapt at 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/
> 
> 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
> 
>  Differential Revision:	D723
>  Reviewed by:	bdrewery
> 
> +IGNORE=		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’t IGNORE make upgrading a “you must,” not a “please consider”?

Consider maybe
IGNORE=		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


-- 
Adam Weinberger
adamw at adamw.org
http://www.adamw.org



More information about the svn-ports-head mailing list