[Lunar-commits] r16583 - moonbase/trunk/compilers/ruby

Terry Chan tchan at lunar-linux.org
Wed Sep 21 14:05:46 UTC 2005


Author: tchan
Date: 2005-09-21 14:05:45 +0000 (Wed, 21 Sep 2005)
New Revision: 16583

Modified:
   moonbase/trunk/compilers/ruby/BUILD
   moonbase/trunk/compilers/ruby/DETAILS
Log:
Version bump to ruby-1.8.3. Works fine with openssl-0.9.8 now, so the patch is
no longer needed. Compiled/tested with gcc-3.4.4, glibc-2.3.5, kernel headers
2.4.x.


Modified: moonbase/trunk/compilers/ruby/BUILD
===================================================================
--- moonbase/trunk/compilers/ruby/BUILD	2005-09-21 04:09:43 UTC (rev 16582)
+++ moonbase/trunk/compilers/ruby/BUILD	2005-09-21 14:05:45 UTC (rev 16583)
@@ -2,9 +2,6 @@
 
   bad_flags -fomit-frame-pointer
   OPTS="$OPTS --enable-shared"
-  if "`installed_version openssl`" eq "0.9.8"; then
-    patch_it $SOURCE_CACHE/$SOURCE2 1
-  fi &&
   default_build
 
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/compilers/ruby/DETAILS
===================================================================
--- moonbase/trunk/compilers/ruby/DETAILS	2005-09-21 04:09:43 UTC (rev 16582)
+++ moonbase/trunk/compilers/ruby/DETAILS	2005-09-21 14:05:45 UTC (rev 16583)
@@ -1,16 +1,13 @@
           MODULE=ruby
-         VERSION=1.8.2
+         VERSION=1.8.3
           SOURCE=$MODULE-$VERSION.tar.gz
-         SOURCE2=ruby-ssl098-patch
    SOURCE_URL[0]=http://xyz.lcs.mit.edu/$MODULE/1.8/
    SOURCE_URL[1]=http://gd.tuwien.ac.at/languages/$MODULE/
-     SOURCE_VFY=sha1:409a917d3a0aba41f45bd053b767c85b2bc35ffa
-    SOURCE2_URL=$PATCH_URL/
-    SOURCE2_VFY=sha1:f4b9e02824fe78875050b3d9d2b45cfad11e292d
+      SOURCE_VFY=sha1:407e70377214fcb812cdbb86a3e1b735e69b7cff
         WEB_SITE=http://www.ruby-lang.org/en
          ENTERED=20020106
-         UPDATED=20050811
-        SHORT="Ruby is a scripting language"
+         UPDATED=20050921
+           SHORT="Ruby is a scripting language"
 	 
 cat << EOF
 Ruby is the interpreted scripting language for quick and easy



More information about the Lunar-commits mailing list