tcl: 8.5.2 -> 8.5.3

This commit is contained in:
Danny Rawlins 2008-07-01 20:02:11 +10:00
parent 00e34cf514
commit e1adb4d96c
3 changed files with 5 additions and 5 deletions

View File

@ -528,7 +528,7 @@ drwxr-xr-x root/root usr/man/man3/
-rw-r--r-- root/root usr/man/man3/Tcl_GetEnsembleSubcommandList.3
-rw-r--r-- root/root usr/man/man3/Tcl_GetEnsembleUnknownHandler.3
-rw-r--r-- root/root usr/man/man3/Tcl_GetErrno.3
-rw-r--r-- root/root usr/man/man3/Tcl_GetGloblaNamespace.3
-rw-r--r-- root/root usr/man/man3/Tcl_GetGlobalNamespace.3
-rw-r--r-- root/root usr/man/man3/Tcl_GetHashKey.3
-rw-r--r-- root/root usr/man/man3/Tcl_GetHashValue.3
-rw-r--r-- root/root usr/man/man3/Tcl_GetHostName.3.gz

View File

@ -1 +1 @@
2eeff7a61844b3e6de5202da1275cff1 tcl8.5.2-src.tar.gz
651b2dc097a0291e31d44c72dcb5135e tcl8.5.3-src.tar.gz

View File

@ -4,12 +4,12 @@
# Packager: Sven Dahl, dahl at c64 dot org
name=tcl
version=8.5.2
version=8.5.3
release=1
source=(http://dl.sourceforge.net/sourceforge/tcl/tcl$version-src.tar.gz)
source=(http://dl.sourceforge.net/sourceforge/$name/$name$version-src.tar.gz)
build() {
cd tcl$version/unix
cd $name$version/unix
./configure --prefix=/usr
make