From 1acf9b7241eaddbf7682f4985b33b9c5eaf5b4a6 Mon Sep 17 00:00:00 2001 From: dgp Date: Wed, 10 Sep 2003 20:29:59 +0000 Subject: * library/opt/optparse.tcl: Overlooked dependence of opt 0.4.4 * library/opt/pkgIndex.tcl: on Tcl 8.2. Bumped to opt 0.4.4.1. --- ChangeLog | 5 +++++ library/opt/optparse.tcl | 6 +++--- library/opt/pkgIndex.tcl | 4 ++-- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index e178595..f4e8199 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-09-10 Don Porter + + * library/opt/optparse.tcl: Overlooked dependence of opt 0.4.4 + * library/opt/pkgIndex.tcl: on Tcl 8.2. Bumped to opt 0.4.4.1. + 2003-09-01 Zoran Vasiljevic * generic/tclIOUtil.c: backported fix from HEAD [Bug 788780] diff --git a/library/opt/optparse.tcl b/library/opt/optparse.tcl index 8a86dfe..43e9b48 100644 --- a/library/opt/optparse.tcl +++ b/library/opt/optparse.tcl @@ -8,12 +8,12 @@ # on it. If your code does rely on this package you # may directly incorporate this code into your application. # -# RCS: @(#) $Id: optparse.tcl,v 1.8 2002/11/23 01:41:35 hobbs Exp $ +# RCS: @(#) $Id: optparse.tcl,v 1.8.2.1 2003/09/10 20:29:59 dgp Exp $ -package require Tcl 8 +package require Tcl 8.2 # When this version number changes, update the pkgIndex.tcl file # and the install directory in the Makefiles. -package provide opt 0.4.4 +package provide opt 0.4.4.1 namespace eval ::tcl { diff --git a/library/opt/pkgIndex.tcl b/library/opt/pkgIndex.tcl index 252cab5..754d2ee 100644 --- a/library/opt/pkgIndex.tcl +++ b/library/opt/pkgIndex.tcl @@ -8,5 +8,5 @@ # script is sourced, the variable $dir must contain the # full path name of this file's directory. -if {![package vsatisfies [package provide Tcl] 8]} {return} -package ifneeded opt 0.4.4 [list source [file join $dir optparse.tcl]] +if {![package vsatisfies [package provide Tcl] 8.2]} {return} +package ifneeded opt 0.4.4.1 [list source [file join $dir optparse.tcl]] -- cgit v0.12