svn commit: r369299 - head/Mk

Bryan Drewery bdrewery at FreeBSD.org
Fri Sep 26 00:50:15 UTC 2014


Author: bdrewery
Date: Fri Sep 26 00:50:14 2014
New Revision: 369299
URL: http://svnweb.freebsd.org/changeset/ports/369299
QAT: https://qat.redports.org/buildarchive/r369299/

Log:
  Try to make this more clear
  
  With hat:	portmgr

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Fri Sep 26 00:02:07 2014	(r369298)
+++ head/Mk/bsd.port.mk	Fri Sep 26 00:50:14 2014	(r369299)
@@ -1221,7 +1221,7 @@ _PKG_VERSION!=	${PKG_BIN} -v
 .endif
 _PKG_STATUS!=	${PKG_BIN} version -t ${_PKG_VERSION:C/-.*//g} ${MINIMAL_PKG_VERSION}
 .if ${_PKG_STATUS} == "<"
-IGNORE=		pkg(8) must be version ${MINIMAL_PKG_VERSION} or greater, but you have ${_PKG_VERSION}. You must upgrade ${PKG_ORIGIN} first
+IGNORE=		pkg(8) must be version ${MINIMAL_PKG_VERSION} or greater, but you have ${_PKG_VERSION}. You must upgrade the ${PKG_ORIGIN} port first
 .endif
 .endif
 


More information about the svn-ports-head mailing list