11 lines
543 B
Diff
11 lines
543 B
Diff
diff -Nru tls1.5.orig/pkgIndex.tcl.in tls1.5/pkgIndex.tcl.in
|
|
--- tls1.5.orig/pkgIndex.tcl.in 2003-12-15 19:46:20.000000000 +0100
|
|
+++ tls1.5/pkgIndex.tcl.in 2008-05-09 21:00:49.000000000 +0200
|
|
@@ -5,5 +5,5 @@
|
|
# replace the original which didn't include the commands from "tls.tcl".
|
|
#
|
|
|
|
-package ifneeded tls 1.5 "[list load [file join $dir @RELPATH@ @tls_LIB_FILE@] ] ; [list source [file join $dir tls.tcl] ]"
|
|
+package ifneeded tls 1.50 "[list load [file join $dir @RELPATH@ @tls_LIB_FILE@] ] ; [list source [file join $dir tls.tcl] ]"
|
|
|