git: 17db9a3291e9 - main - Mk/bsd.port.mk: fix typo in .warning
Matthias Andree
mandree at FreeBSD.org
Thu Jul 22 09:23:30 UTC 2021
The branch main has been updated by mandree:
URL: https://cgit.FreeBSD.org/ports/commit/?id=17db9a3291e9e8b62af035ee1b22160be465976a
commit 17db9a3291e9e8b62af035ee1b22160be465976a
Author: Matthias Andree <mandree at FreeBSD.org>
AuthorDate: 2021-07-22 08:43:34 +0000
Commit: Matthias Andree <mandree at FreeBSD.org>
CommitDate: 2021-07-22 08:43:34 +0000
Mk/bsd.port.mk: fix typo in .warning
vertion -> version.
Approved by: portmgr@ (implicit)
---
Mk/bsd.port.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 5eba5d89da95..fbd46cc59d02 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -1216,7 +1216,7 @@ _PKG_BEFORE_PKGEXT!= ${PKG_BIN} version -t ${_PKG_VERSION:C/-.*//g} 1.17.0
.if ${_PKG_BEFORE_PKGEXT} == "<"
_PKG_TRANSITIONING_TO_NEW_EXT= yes
_EXPORTED_VARS+= _PKG_TRANSITIONING_TO_NEW_EXT
-.warning "It is strongly recommanded to upgrade to a newer vertion of pkg first"
+.warning "It is strongly recommanded to upgrade to a newer version of pkg first"
.endif
# XXX End of hack
_PKG_STATUS!= ${PKG_BIN} version -t ${_PKG_VERSION:C/-.*//g} ${MINIMAL_PKG_VERSION}
More information about the dev-commits-ports-all
mailing list