Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 May 2017 17:32:11 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r440572 - head/Mk/Uses
Message-ID:  <201705101732.v4AHWBZG057552@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed May 10 17:32:11 2017
New Revision: 440572
URL: https://svnweb.freebsd.org/changeset/ports/440572

Log:
  Revert r440567 and unbreak INDEX
  
  With hat:	portmgr

Modified:
  head/Mk/Uses/tcl.mk

Modified: head/Mk/Uses/tcl.mk
==============================================================================
--- head/Mk/Uses/tcl.mk	Wed May 10 16:10:01 2017	(r440571)
+++ head/Mk/Uses/tcl.mk	Wed May 10 17:32:11 2017	(r440572)
@@ -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
+# - 84, 85, 86		- 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
+# - 84+, 85+, 86+	- 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=	84 85 86
 
 #
 # Bring in the default and check that the specified version is in the list of



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