Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 May 2023 15:52:04 GMT
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e4fee285e6dc - main - Mk/Uses/python.mk: update version numbers in some examples
Message-ID:  <202305201552.34KFq4Pi044939@gitrepo.freebsd.org>

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

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

commit e4fee285e6dc57101828394dc5543507ab1be7fa
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2023-05-20 15:51:18 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2023-05-20 15:51:18 +0000

    Mk/Uses/python.mk: update version numbers in some examples
---
 Mk/Uses/python.mk | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Mk/Uses/python.mk b/Mk/Uses/python.mk
index c9bd0b187adb..2c3c7b5280c4 100644
--- a/Mk/Uses/python.mk
+++ b/Mk/Uses/python.mk
@@ -50,7 +50,7 @@
 # Exported variables:
 #
 # PYTHON_VERSION	- The chosen Python interpreter including the version,
-#			  e.g. python2.7, python3.5, etc.
+#			  e.g. python2.7, python3.7, etc.
 #
 # Variables, which can be set by the port:
 #
@@ -217,10 +217,10 @@
 # PYTHON_PORTSDIR	- The port directory of the chosen Python interpreter
 #
 # PYTHON_REL		- The release number of the chosen Python interpreter
-#			  without dots, e.g. 20706, 30401, ...
+#			  without dots, e.g. 20706, 30701, ...
 #
 # PYTHON_SUFFIX		- The major-minor release number of the chosen Python
-#			  interpreter without dots, e.g. 27, 36, ...
+#			  interpreter without dots, e.g. 27, 37, ...
 #			  Used for prefixes and suffixes.
 #
 # PYTHON_MAJOR_VER	- The major release version of the chosen Python



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