[Lunar-commits] CVS: moonbase/devel/tcl BUILD, 1.1, 1.2 DETAILS, 1.2, 1.3

Florin Braescu florin at lunar-linux.org
Sun Mar 7 05:33:38 GMT 2004


Update of /var/cvs/lunar/moonbase/devel/tcl
In directory dbguin.lunar-linux.org:/tmp/cvs-serv10983

Modified Files:
	BUILD DETAILS 
Log Message:
bump the version from 8.4.5 to 8.4.6. bugfix version mostly.


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/tcl/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD	5 Nov 2003 22:17:22 -0000	1.1
+++ BUILD	7 Mar 2004 05:33:36 -0000	1.2
@@ -3,9 +3,7 @@
   cd unix                              &&
   ./configure  --prefix=/usr           \
                --mandir=/usr/share/man &&
-  make                                 &&
-  prepare_install                      &&
-  make install                         &&
+  default_make                         &&
   ln -sf tclsh8.4 /usr/bin/tclsh    
 
 ) > $C_FIFO 2>&1

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/tcl/DETAILS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DETAILS	30 Nov 2003 21:32:08 -0000	1.2
+++ DETAILS	7 Mar 2004 05:33:36 -0000	1.3
@@ -1,13 +1,14 @@
            MODULE=tcl
-          VERSION=8.4.5
+          VERSION=8.4.6
            SOURCE=$MODULE$VERSION-src.tar.gz
  SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE$VERSION
     SOURCE_URL[0]=$SFORGE_URL/$MODULE/$SOURCE
-    SOURCE_VFY[0]=md5:3fb354dba28166a1004f9103553a3974
+    SOURCE_VFY[0]=md5:9009a92dc648775fb8a9b0789b995756
          WEB_SITE=http://www.scriptics.com
           ENTERED=20010922
-          UPDATED=20031130
+          UPDATED=20040307
             SHORT="Tcl provides a multi-platform scripting environment."
+
 cat << EOF
 Tcl provides a portable scripting environment for Unix, Windows, and
 Macintosh that supports string processing and pattern matching, native



More information about the Lunar-commits mailing list