[haiku-commits] r40680 - haiku/trunk/build/jam

  • From: scott mc <scottmc2@xxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Fri, 25 Feb 2011 10:16:57 +0100 (CET)

Author: scottmc
Date: 2011-02-25 10:16:57 +0100 (Fri, 25 Feb 2011)
New Revision: 40680
Changeset: http://dev.haiku-os.org/changeset/40680

Modified:
   haiku/trunk/build/jam/OptionalPackages
Log:
Updated cmake to 2.8.4 and nano to 2.2.6


Modified: haiku/trunk/build/jam/OptionalPackages
===================================================================
--- haiku/trunk/build/jam/OptionalPackages      2011-02-25 09:12:38 UTC (rev 
40679)
+++ haiku/trunk/build/jam/OptionalPackages      2011-02-25 09:16:57 UTC (rev 
40680)
@@ -468,15 +468,15 @@
        } else {
                if $(HAIKU_GCC_VERSION[1]) >= 4 {
                        InstallOptionalHaikuImagePackage
-                               cmake-2.8.2-x86-gcc4-2010-10-31.zip
-                               : $(baseURL)/cmake-2.8.2-x86-gcc4-2010-10-31.zip
+                               cmake-2.8.4-x86-gcc4-2011-02-25.zip
+                               : $(baseURL)/cmake-2.8.4-x86-gcc4-2011-02-25.zip
                                :
                                : true
                        ;
                } else {
                        InstallOptionalHaikuImagePackage
-                               cmake-2.8.2-x86-gcc2-2010-10-13.zip
-                               : $(baseURL)/cmake-2.8.2-x86-gcc2-2010-10-13.zip
+                               cmake-2.8.4-x86-gcc2-2011-02-25.zip
+                               : $(baseURL)/cmake-2.8.4-x86-gcc2-2011-02-25.zip
                                :
                                : true
                        ;
@@ -1211,12 +1211,12 @@
        } else {
                if $(HAIKU_GCC_VERSION[1]) >= 4 {
                        InstallOptionalHaikuImagePackage
-                               nano-2.2.5-x86-gcc4-2010-11-13.zip
-                               : $(baseURL)/nano-2.2.5-x86-gcc4-2010-11-13.zip 
;
+                               nano-2.2.6-x86-gcc4-2011-02-25.zip
+                               : $(baseURL)/nano-2.2.6-x86-gcc4-2011-02-25.zip 
;
                } else {
                        InstallOptionalHaikuImagePackage
-                               nano-2.2.5-x86-gcc2-2010-10-16.zip
-                               : $(baseURL)/nano-2.2.5-x86-gcc2-2010-10-16.zip 
;
+                               nano-2.2.6-x86-gcc2-2011-02-25.zip
+                               : $(baseURL)/nano-2.2.6-x86-gcc2-2011-02-25.zip 
;
                }
        }
 }


Other related posts:

  • » [haiku-commits] r40680 - haiku/trunk/build/jam - scott mc