summaryrefslogtreecommitdiff
path: root/lang/tcl/Makefile.version
diff options
context:
space:
mode:
authormarino <marino>2012-08-21 21:31:47 +0000
committermarino <marino>2012-08-21 21:31:47 +0000
commitbc351bc459fc5caec2c3fd9c143979585f3bdc4d (patch)
treee28ae4506d7abff5d82fe11121387e9c23cb2441 /lang/tcl/Makefile.version
parent06edff2eb285b7136056019524e055e465d26c3f (diff)
downloadpkgsrc-bc351bc459fc5caec2c3fd9c143979585f3bdc4d.tar.gz
lang/tcl: Upgrade from version 8.4.18 to 8.5.12
Highlights of Tcl 8.5 * Features: 8.5 has over 90 TIPs included to provide a wide variety of new features. * Bignums: Tcl now supports arbitrary-precision integers, which improves math operations on large integers. * Safer interps: Tcl's powerful safe interpreter mechanism now has improved control of time and command limits in slave interpreters. * clock command: More robust implementation of command for specifying time, with significant l10n and i18n improvements. * dict command: New data structure that allows access to data by value rather than a variable name, which is substantially faster. * Additional improvements: Faster list search, new and improved mathematics procedures, anonymous procedures, new ways to package Tcl extensions, Tcl-level custom channel types, file and line location information for each command, and more. There is of course much, much more. See [8.5 Changes](http://wiki.tcl.tk/10630) on the wiki for a complete list of new features.
Diffstat (limited to 'lang/tcl/Makefile.version')
-rw-r--r--lang/tcl/Makefile.version6
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/tcl/Makefile.version b/lang/tcl/Makefile.version
index 6e812cd73a9..87937ee3697 100644
--- a/lang/tcl/Makefile.version
+++ b/lang/tcl/Makefile.version
@@ -1,3 +1,5 @@
-# $NetBSD: Makefile.version,v 1.8 2008/04/07 15:16:40 bjs Exp $
+# $NetBSD: Makefile.version,v 1.9 2012/08/21 21:31:47 marino Exp $
-TCL_VERSION=8.4.18
+TCL_SONUM= 85
+TCL_BASEVER= 8.5
+TCL_VERSION= 8.5.12