summaryrefslogtreecommitdiff
path: root/Mk/Uses/tcl.mk
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2017-10-20 10:38:57 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2017-10-20 10:38:57 +0000
commit1feab97485c26e665b39546117c84e66f0b6cf0a (patch)
treeab7943f41d561c0928dce796db98926e39b68b98 /Mk/Uses/tcl.mk
parent- Take maintainership (diff)
lang/tcl84, x11-toolkits/tk84: remove expired ports
Fix supported versions in USES=t[cl|k], remove last consumer (lang/fpc-tcl) and bump PORTREVISION on two other ports that have had their dependencies or default options changed (lang/smalltalk and x11-toolkits/ocaml-labltk)
Notes
Notes: svn path=/head/; revision=452511
Diffstat (limited to 'Mk/Uses/tcl.mk')
-rw-r--r--Mk/Uses/tcl.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/Mk/Uses/tcl.mk b/Mk/Uses/tcl.mk
index 94250178c2fe..85d88c250034 100644
--- a/Mk/Uses/tcl.mk
+++ b/Mk/Uses/tcl.mk
@@ -40,11 +40,11 @@
# is installed, bring in the default version. See
# ${_TCLTK_DEFAULT_VERSION} below.
#
-# - 84, 85, 86, 87 - Depend on a specific version series of PORT. Multiple
+# - 85, 86, 87 - Depend on a specific version series of PORT. Multiple
# values are OK. The highest version available is
# picked.
#
-# - 84+, 85+, 86+, 87+ - Depend on any installed version greater or equal to
+# - 85+, 86+, 87+ - Depend on any installed version greater or equal to
# the specified version.
#
# If wrapper is specified, an additional dependency on tcl-wrapper or
@@ -72,7 +72,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= 84 85 86 87
+_TCLTK_VALID_VERSIONS= 85 86 87
#
# Bring in the default and check that the specified version is in the list of
@@ -100,8 +100,8 @@ _TCLTK_WANTED_VERSIONS:=${_TCLTK_DEFAULT_VERSION}
#
# Parse one or more ver arguments.
#
-.if ${tcl_ARGS:M8[4-7]}
-_TCLTK_WANTED_VERSIONS:=${tcl_ARGS:M8[4-7]}
+.if ${tcl_ARGS:M8[5-7]}
+_TCLTK_WANTED_VERSIONS:=${tcl_ARGS:M8[5-7]}
.endif
#