openbsd-ports/security/tcltls/patches/patch-pkgIndex_tcl_in
steven b377e1c233 - make use of tcl module and default tcl version
- fix library version in pkgIndex.tcl, from bsdmaniak at gmail
2008-08-31 11:02:23 +00:00

11 lines
517 B
Plaintext

$OpenBSD: patch-pkgIndex_tcl_in,v 1.1 2008/08/31 11:02:23 steven Exp $
--- pkgIndex.tcl.in.orig Sun Aug 31 12:19:12 2008
+++ pkgIndex.tcl.in Sun Aug 31 12:18:31 2008
@@ -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] ]"