Date: Tue, 4 Dec 2012 09:23:13 +0000 (UTC) From: Pietro Cerutti <gahr@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308220 - head/Mk Message-ID: <201212040923.qB49NDrc031044@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gahr Date: Tue Dec 4 09:23:13 2012 New Revision: 308220 URL: http://svnweb.freebsd.org/changeset/ports/308220 Log: - Remove 8.2 from the list of supported Tcl/Tk versions Feature safe: yes Approved by: bapt (portmgr@) Modified: head/Mk/bsd.tcl.mk (contents, props changed) Modified: head/Mk/bsd.tcl.mk ============================================================================== --- head/Mk/bsd.tcl.mk Tue Dec 4 09:22:16 2012 (r308219) +++ head/Mk/bsd.tcl.mk Tue Dec 4 09:23:13 2012 (r308220) @@ -12,7 +12,7 @@ Tcl_Include_MAINTAINER= mm@FreeBSD.org # USE_TCL - Add library dependency on Tcl. If no version is given by the maintainer # via the port or by the user via defined variable try to find the highest # stable installed version. -# Available values: yes 86+ 85+ 84+ 83+ 82+ 85 84 83 82 +# Available values: yes 86+ 85+ 84+ 83+ 85 84 83 # NOTE: - default value 85 is used in case of USE_TCL=yes # # USE_TCL_BUILD - Add buildtime dependency on Tcl (tclsh). @@ -51,7 +51,7 @@ Tcl_Include_MAINTAINER= mm@FreeBSD.org # USE_TK - Add library dependency on Tk. If no version is given by the maintainer # via the port or by the user via defined variable try to find the highest # stable installed version. -# Avaliable values: yes 86+ 85+ 84+ 83+ 82+ 85 84 83 82 +# Avaliable values: yes 86+ 85+ 84+ 83+ 85 84 83 # NOTE: - overrides USE_TCL # - default value 85 is used in case of USE_TK=yes # @@ -191,13 +191,12 @@ INVALID_TCL_VER:= ${INVALID_TK_VER} . if defined(USE_TCL) _TCL_DEFAULT_VERSION= 85 -_TCL_VERSIONS= 86 85 84 83 82 +_TCL_VERSIONS= 86 85 84 83 _TCL_THREADS_VERSIONS= 86 85 84 -_TCL_RANGE_VERSIONS= 86+ 85+ 84+ 83+ 82+ +_TCL_RANGE_VERSIONS= 86+ 85+ 84+ 83+ _TCL_THREADS_RANGE_VERSIONS= 86+ 85+ 84+ # For specifying [85, 84, ..]+ -_TCL_82P= 82 83 84 85 86 _TCL_83P= 83 84 85 86 _TCL_84P= 84 85 86 _TCL_85P= 85 86
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212040923.qB49NDrc031044>