[Lunar-commits] r19740 - in moonbase/trunk/devel: tcl tk

Florin Braescu florin at lunar-linux.org
Thu Apr 20 03:28:55 UTC 2006


Author: florin
Date: 2006-04-20 03:28:55 +0000 (Thu, 20 Apr 2006)
New Revision: 19740

Modified:
   moonbase/trunk/devel/tcl/BUILD
   moonbase/trunk/devel/tcl/DETAILS
   moonbase/trunk/devel/tk/BUILD
   moonbase/trunk/devel/tk/DETAILS
Log:
bump the version from 8.4.12 to 8.4.13. bugfixes and improvements.

Modified: moonbase/trunk/devel/tcl/BUILD
===================================================================
--- moonbase/trunk/devel/tcl/BUILD	2006-04-20 03:09:34 UTC (rev 19739)
+++ moonbase/trunk/devel/tcl/BUILD	2006-04-20 03:28:55 UTC (rev 19740)
@@ -1,6 +1,6 @@
 (
 
-  cd unix                              &&
+  cd unix  &&
 
   # This sedit line is only a temporary fix. When the next version of tcl and tk is available 
   # this line should be deleted.

Modified: moonbase/trunk/devel/tcl/DETAILS
===================================================================
--- moonbase/trunk/devel/tcl/DETAILS	2006-04-20 03:09:34 UTC (rev 19739)
+++ moonbase/trunk/devel/tcl/DETAILS	2006-04-20 03:28:55 UTC (rev 19740)
@@ -1,12 +1,12 @@
           MODULE=tcl
-         VERSION=8.4.12
+         VERSION=8.4.13
           SOURCE=$MODULE$VERSION-src.tar.gz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE$VERSION
       SOURCE_URL=$SFORGE_URL/$MODULE/
-      SOURCE_VFY=sha1:8f9808da2df0aeb2319ab10a4fc49295789fc43d
+      SOURCE_VFY=sha1:b489a076e61659436d27d95c7891d530cfa70fd3
         WEB_SITE=http://www.scriptics.com
          ENTERED=20010922
-         UPDATED=20051207
+         UPDATED=20060420
            SHORT="Tcl provides a multi-platform scripting environment."
 
 cat << EOF

Modified: moonbase/trunk/devel/tk/BUILD
===================================================================
--- moonbase/trunk/devel/tk/BUILD	2006-04-20 03:09:34 UTC (rev 19739)
+++ moonbase/trunk/devel/tk/BUILD	2006-04-20 03:28:55 UTC (rev 19740)
@@ -1,18 +1,18 @@
 (
 
  (
-  cd tcl$VERSION/unix                   &&
+  cd tcl$VERSION/unix  &&
 
   # This sedit line is only a temporary fix. When the next version of tcl and tk is available
   # this line should be deleted.
 
   sedit "s:system=MP-RAS-\`awk '{print }' /etc/.relid'\`:system=MP-RAS-\`awk '{print }' /etc/.relid\`:g" configure   &&
 
-  ./configure --prefix=/usr              \
+  ./configure --prefix=/usr  \
               --mandir=/usr/share/man
  ) &&
 
-  cd unix                               &&
+  cd unix  &&
 
   # This sedit line is only a temporary fix. When the next version of tcl and tk is available
   # this line should be deleted.

Modified: moonbase/trunk/devel/tk/DETAILS
===================================================================
--- moonbase/trunk/devel/tk/DETAILS	2006-04-20 03:09:34 UTC (rev 19739)
+++ moonbase/trunk/devel/tk/DETAILS	2006-04-20 03:28:55 UTC (rev 19740)
@@ -1,15 +1,15 @@
           MODULE=tk
-         VERSION=8.4.12
+         VERSION=8.4.13
           SOURCE=$MODULE$VERSION-src.tar.gz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE$VERSION
       SOURCE_URL=$SFORGE_URL/tcl/
-      SOURCE_VFY=sha1:05e8a82fc4ab9f825b8e7b8cbc917ea9ba31ed5d
+      SOURCE_VFY=sha1:64d8b3e9e4a9d6408892cb5cb287b5502e56e381
          SOURCE2=tcl$VERSION-src.tar.gz
      SOURCE2_URL=$SFORGE_URL/tcl/
-     SOURCE2_VFY=sha1:8f9808da2df0aeb2319ab10a4fc49295789fc43d
+     SOURCE2_VFY=sha1:b489a076e61659436d27d95c7891d530cfa70fd3
         WEB_SITE=http://www.scriptics.com
          ENTERED=20031105
-         UPDATED=20051207
+         UPDATED=20060420
            SHORT="Tk provides a portable GUI platform."
 
 cat << EOF



More information about the Lunar-commits mailing list