Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Jul 2021 09:23:29 GMT
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 17db9a3291e9 - main - Mk/bsd.port.mk: fix typo in .warning
Message-ID:  <202107220923.16M9NTCs062056@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by mandree:

URL: https://cgit.FreeBSD.org/ports/commit/?id=17db9a3291e9e8b62af035ee1b22160be465976a

commit 17db9a3291e9e8b62af035ee1b22160be465976a
Author:     Matthias Andree <mandree@FreeBSD.org>
AuthorDate: 2021-07-22 08:43:34 +0000
Commit:     Matthias Andree <mandree@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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107220923.16M9NTCs062056>