Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jul 2023 14:52:40 GMT
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d0ab0c2b53fe - main - pycryptogrphy.mk: fix typos
Message-ID:  <202307241452.36OEqe17096089@gitrepo.freebsd.org>

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

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

commit d0ab0c2b53fec298e3e1db701c3f46147d2536de
Author:     Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2023-07-24 14:50:53 +0000
Commit:     Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2023-07-24 14:52:00 +0000

    pycryptogrphy.mk: fix typos
    
    Reported by:    jhale
---
 Mk/Uses/pycryptography.mk | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Mk/Uses/pycryptography.mk b/Mk/Uses/pycryptography.mk
index 78576746e414..a7687b40a4cd 100644
--- a/Mk/Uses/pycryptography.mk
+++ b/Mk/Uses/pycryptography.mk
@@ -1,6 +1,6 @@
-# Handle dependency on security/py-cryptogrpaphy[-legacy]
+# Handle dependency on security/py-cryptography[-legacy]
 #
-# Feature:	pycrptography
+# Feature:	pycryptography
 # Usage:	USES=pycryptography
 # Valid ARGS:	<none>, build, run
 # 		<none>:   default same as build,run
@@ -28,13 +28,13 @@ _PYCRYPTOGRAPHY_MK_PORT=	security/py-cryptography${_PYCRYPTOGRAPHY_MK_SUFFIX}
 _PYCRYPTOGRAPHY_MK_DEPENDENCY=	${_PYCRYPTOGRAPHY_MK_PKG}>0:${_PYCRYPTOGRAPHY_MK_PORT}@${PY_FLAVOR}
 
 # === parse version arguments ===
-_PYGRYPTOGRAPHY_MK_MODES=	# empty
+_PYCRYPTOGRAPHY_MK_MODES=	# empty
 .  for _mode in ${_PYCRYPTOGRAPHY_MK_VALID_MODES}
 .    if ${pycryptography_ARGS:M${_mode}}
 _PYCRYPTOGRAPHY_MK_MODES+=	${_mode}
 .    endif
 .  endfor
-.  if empty(_PYGRYPTOGRAPHY_MK_MODES)
+.  if empty(_PYCRYPTOGRAPHY_MK_MODES)
 _PYCRYPTOGRAPHY_MK_MODES=	build run
 .  endif
 



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