aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2023-05-20 15:51:18 +0000
committerRene Ladan <rene@FreeBSD.org>2023-05-20 15:51:18 +0000
commite4fee285e6dc57101828394dc5543507ab1be7fa (patch)
treedab21c5769b821214206a20855902d7a96050fbe
parente5d1a03f74a1363f6963718d0f36ee7a1d5ace9c (diff)
Mk/Uses/python.mk: update version numbers in some examples
-rw-r--r--Mk/Uses/python.mk6
1 files 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