1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Tell users to update the pkg PORT

With hat:	portmgr
This commit is contained in:
Bryan Drewery 2014-09-25 21:29:57 +00:00
parent 9e9266dead
commit 6f337093e2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369297

View File

@ -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