Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 May 2023 07:05:39 GMT
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9414f7024b4c - main - Mk/Uses/python.mk: Fix a typo
Message-ID:  <202305080705.34875dAI018362@gitrepo.freebsd.org>

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

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

commit 9414f7024b4c19236f5ee2559207025f3c71fbef
Author:     Wen Heping <wen@FreeBSD.org>
AuthorDate: 2023-05-08 07:04:14 +0000
Commit:     Wen Heping <wen@FreeBSD.org>
CommitDate: 2023-05-08 07:04:14 +0000

    Mk/Uses/python.mk: Fix a typo
    
    PR:             271265
    Reported by:    grahamperrin@freebsd.org
---
 Mk/Uses/python.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Mk/Uses/python.mk b/Mk/Uses/python.mk
index c39591cd7bf3..c9bd0b187adb 100644
--- a/Mk/Uses/python.mk
+++ b/Mk/Uses/python.mk
@@ -527,7 +527,7 @@ PYTHON_PORTSDIR=	${_PYTHON_RELPORTDIR}${PYTHON_SUFFIX}
 .include "${PORTSDIR}/${PYTHON_PORTSDIR}/Makefile.version"
 .  endif
 # Create a 5 integer version string, prefixing 0 to the minor and patch
-# tokens if it's a single character. Only use the the first 3 tokens of
+# tokens if it's a single character. Only use the first 3 tokens of
 # PORTVERSION to support pre-release versions (rc3, alpha4, etc) of
 # any Python port (lang/pythonXY)
 PYTHON_REL=	${PYTHON_DISTVERSION:C/^([0-9]+\.[0-9]+\.[0-9]+).*/\1/:C/\.([0-9])$/.0\1/:C/\.([0-9]\.[0-9]+)/.0\1/:S/.//g}



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