From 0de39d67150b99c0d6b72104e90d447ee6430115 Mon Sep 17 00:00:00 2001
From: Andreas Kupries <andreas_kupries@users.sourceforge.net>
Date: Fri, 11 Apr 2008 16:23:53 +0000
Subject: [PATCH] 	* library/pkgIndex.tcl: Bumped version of starkit to
 1.3.2. We 	* library/starkit.tcl: should have done that when we
 synchronized 	* pkgIndex.tcl.in: the mismatched version on 2005-11-09
 anyway, 	because it was a bugfix, with attendant change to the version 
 number. Without this bump we now have 1.3.1 floating around in two 
 variants, i.e. it may or may not be mismatched with its package 	index,
 and the two variants cannot be distinguished. By bumping 	the patchlevel
 the correct version would have been easy to 	distinguish. Now it will.

---
 ChangeLog            | 12 ++++++++++++
 library/pkgIndex.tcl |  2 +-
 library/starkit.tcl  |  2 +-
 pkgIndex.tcl.in      |  2 +-
 4 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 923857b..e02c649 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2008-04-11  Andreas Kupries  <andreask@activestate.com>
+
+	* library/pkgIndex.tcl: Bumped version of starkit to 1.3.2. We
+	* library/starkit.tcl: should have done that when we synchronized
+	* pkgIndex.tcl.in: the mismatched version on 2005-11-09 anyway,
+	because it was a bugfix, with attendant change to the version
+	number. Without this bump we now have 1.3.1 floating around in two
+	variants, i.e. it may or may not be mismatched with its package
+	index, and the two variants cannot be distinguished. By bumping
+	the patchlevel the correct version would have been easy to
+	distinguish. Now it will.
+
 2008-04-08  Pat Thoyts  <patthoyts@users.sourceforge.net>
 
 	* configure:    If building static then do not define USE_TCL_STUBS
diff --git a/library/pkgIndex.tcl b/library/pkgIndex.tcl
index 74c46bd..aa8c872 100644
--- a/library/pkgIndex.tcl
+++ b/library/pkgIndex.tcl
@@ -45,7 +45,7 @@ proc ::vfs::loadvfs {dir dll} {
 }
 
 package ifneeded vfs        1.3.0 [list ::vfs::loadvfs $dir $dll]
-package ifneeded starkit    1.3.1 [list source [file join $dir starkit.tcl]]
+package ifneeded starkit    1.3.2 [list source [file join $dir starkit.tcl]]
 package ifneeded vfslib     1.3.1 [list source [file join $dir vfslib.tcl]]
 
 # Old
diff --git a/library/starkit.tcl b/library/starkit.tcl
index 17743d2..d16f008 100644
--- a/library/starkit.tcl
+++ b/library/starkit.tcl
@@ -1,7 +1,7 @@
 # Starkit support, see http://www.equi4.com/starkit/
 # by Jean-Claude Wippler, July 2002
 
-package provide starkit 1.3.1
+package provide starkit 1.3.2
 
 package require vfs
 
diff --git a/pkgIndex.tcl.in b/pkgIndex.tcl.in
index 30a4c2f..85d06b1 100644
--- a/pkgIndex.tcl.in
+++ b/pkgIndex.tcl.in
@@ -29,7 +29,7 @@ package ifneeded vfs        @PACKAGE_VERSION@ [list loadvfs $vfs::dll]
 # Allow optional redirect of VFS_LIBRARY components.  Only necessary
 # for testing, but could be used elsewhere.
 if {[info exists ::env(VFS_LIBRARY)]} { set dir $::env(VFS_LIBRARY) }
-package ifneeded starkit    1.3.1 [list source [file join $dir starkit.tcl]]
+package ifneeded starkit    1.3.2 [list source [file join $dir starkit.tcl]]
 package ifneeded vfslib     1.3.1 [list source [file join $dir vfslib.tcl]]
 
 # Old
-- 
2.23.0