git: eb57d1c93121 - main - Mk/Uses/tcl.mk: remove 87 from Tcl/Tk versions, nobody's using it

From: Pietro Cerutti <gahr_at_FreeBSD.org>
Date: Wed, 08 Jan 2025 13:03:10 UTC
The branch main has been updated by gahr:

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

commit eb57d1c93121ef18959eb72924d06fe9ea434196
Author:     Pietro Cerutti <gahr@FreeBSD.org>
AuthorDate: 2025-01-08 12:49:03 +0000
Commit:     Pietro Cerutti <gahr@FreeBSD.org>
CommitDate: 2025-01-08 13:03:09 +0000

    Mk/Uses/tcl.mk: remove 87 from Tcl/Tk versions, nobody's using it
---
 Mk/Uses/tcl.mk | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/Mk/Uses/tcl.mk b/Mk/Uses/tcl.mk
index 0a3b470ea0ce..616bf7153ba5 100644
--- a/Mk/Uses/tcl.mk
+++ b/Mk/Uses/tcl.mk
@@ -45,11 +45,11 @@
 #   			  is installed, bring in the default version. See
 #   			  ${_TCLTK_DEFAULT_VERSION} below.
 #
-# - 86, 87, 90		- Depend on a specific version series of PORT. Multiple
+# - 86, 90		- Depend on a specific version series of PORT. Multiple
 #   			  values are OK. The highest version available is
 #   			  picked.
 #
-# - 86+, 87+		- Depend on any installed version greater or equal to
+# - 86+ 		- Depend on any installed version greater or equal to
 #   			  the specified version.
 #
 # If wrapper is specified, an additional dependency on tcl-wrapper or
@@ -78,7 +78,7 @@ _INCLUDE_USES_TCL_MK=	yes
 #
 # When adding a version, please keep the comment in
 # Mk/bsd.default-versions.mk in sync.
-_TCLTK_VALID_VERSIONS=	86 87 90
+_TCLTK_VALID_VERSIONS=	86 90
 
 #
 # Bring in the default and check that the specified version is in the list of
@@ -106,8 +106,8 @@ _TCLTK_WANTED_VERSIONS:=${_TCLTK_DEFAULT_VERSION}
 #
 # Parse one or more ver arguments.
 #
-.  if ${tcl_ARGS:M8[6-7]}
-_TCLTK_WANTED_VERSIONS:=${tcl_ARGS:M8[6-7]}
+.  if ${tcl_ARGS:M86}
+_TCLTK_WANTED_VERSIONS:=${tcl_ARGS:M86}
 .  endif
 .  if ${tcl_ARGS:M90}
 _TCLTK_WANTED_VERSIONS:=${tcl_ARGS:M90}