svn commit: r369297 - head/Mk

Bryan Drewery bdrewery at FreeBSD.org
Thu Sep 25 21:29:58 UTC 2014


Author: bdrewery
Date: Thu Sep 25 21:29:57 2014
New Revision: 369297
URL: http://svnweb.freebsd.org/changeset/ports/369297
QAT: https://qat.redports.org/buildarchive/r369297/

Log:
  Tell users to update the pkg PORT
  
  With hat:	portmgr

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Thu Sep 25 21:01:57 2014	(r369296)
+++ head/Mk/bsd.port.mk	Thu Sep 25 21:29:57 2014	(r369297)
@@ -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(8) first
+IGNORE=		pkg(8) must be version ${MINIMAL_PKG_VERSION} or greater, but you have ${_PKG_VERSION}. You must upgrade ${PKG_ORIGIN} first
 .endif
 .endif
 


More information about the svn-ports-head mailing list