diff options
author | cobex4 <cobex4 at gmail dot com> | 2010-11-13 23:57:25 +0100 |
---|---|---|
committer | cobex4 <cobex4 at gmail dot com> | 2010-11-13 23:57:25 +0100 |
commit | 7b60926c73121f6e9d8bd02044d33e75e7c736ee (patch) | |
tree | 52d1009f7a80857adaaf5352516510389ba5e2f8 /base/tcl | |
parent | fcc73a80209b43ed0751a9dba7281e3ffaadce7f (diff) | |
download | nutyx-extra-7b60926c73121f6e9d8bd02044d33e75e7c736ee.tar.gz nutyx-extra-7b60926c73121f6e9d8bd02044d33e75e7c736ee.tar.bz2 nutyx-extra-7b60926c73121f6e9d8bd02044d33e75e7c736ee.tar.xz nutyx-extra-7b60926c73121f6e9d8bd02044d33e75e7c736ee.zip |
tcl, maj 8.5.9-1
Diffstat (limited to 'base/tcl')
-rw-r--r-- | base/tcl/.footprint | 4 | ||||
-rw-r--r-- | base/tcl/.md5sum | 2 | ||||
-rwxr-xr-x | base/tcl/Pkgfile | 4 |
3 files changed, 4 insertions, 6 deletions
diff --git a/base/tcl/.footprint b/base/tcl/.footprint index 13b2fc1d3..834acb588 100644 --- a/base/tcl/.footprint +++ b/base/tcl/.footprint @@ -245,11 +245,11 @@ drwxr-xr-x root/root usr/lib/tcl8/ drwxr-xr-x root/root usr/lib/tcl8/8.3/ drwxr-xr-x root/root usr/lib/tcl8/8.4/ -rw-r--r-- root/root usr/lib/tcl8/8.4/http-2.7.5.tm --rw-r--r-- root/root usr/lib/tcl8/8.4/platform-1.0.5.tm +-rw-r--r-- root/root usr/lib/tcl8/8.4/platform-1.0.9.tm drwxr-xr-x root/root usr/lib/tcl8/8.4/platform/ -rw-r--r-- root/root usr/lib/tcl8/8.4/platform/shell-1.1.4.tm drwxr-xr-x root/root usr/lib/tcl8/8.5/ --rw-r--r-- root/root usr/lib/tcl8/8.5/msgcat-1.4.2.tm +-rw-r--r-- root/root usr/lib/tcl8/8.5/msgcat-1.4.3.tm -rw-r--r-- root/root usr/lib/tcl8/8.5/tcltest-2.3.2.tm -rw-r--r-- root/root usr/lib/tclConfig.sh drwxr-xr-x root/root usr/share/ diff --git a/base/tcl/.md5sum b/base/tcl/.md5sum index 470e796e6..ff42aa792 100644 --- a/base/tcl/.md5sum +++ b/base/tcl/.md5sum @@ -1 +1 @@ -7f123e53b3daaaba2478d3af5a0752e3 tcl8.5.8-src.tar.gz +8512d8db3233041dd68a81476906012a tcl8.5.9-src.tar.gz diff --git a/base/tcl/Pkgfile b/base/tcl/Pkgfile index f7ecce238..9950490ef 100755 --- a/base/tcl/Pkgfile +++ b/base/tcl/Pkgfile @@ -2,10 +2,9 @@ # URL: http://www.tcl.tk/ # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: name=tcl -version=8.5.8 +version=8.5.9 release=1 source=( http://downloads.sourceforge.net/$name/$name$version-src.tar.gz) @@ -19,7 +18,6 @@ build() { --infodir=/usr/share/info\ --enable-threads make - make DESTDIR=$PKG install make DESTDIR=$PKG install-private-headers ln -svf tclsh8.5 $PKG/usr/bin/tclsh |