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

  • From: scott mc <scottmc2@xxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Wed, 13 Oct 2010 08:11:51 +0200 (CEST)

Author: scottmc
Date: 2010-10-13 08:11:51 +0200 (Wed, 13 Oct 2010)
New Revision: 38961
Changeset: http://dev.haiku-os.org/changeset/38961

Modified:
   haiku/trunk/build/jam/OptionalPackages
Log:
Updated apr-util, cmake, curl, sqlite and subversion optionalpackages.


Modified: haiku/trunk/build/jam/OptionalPackages
===================================================================
--- haiku/trunk/build/jam/OptionalPackages      2010-10-13 05:44:52 UTC (rev 
38960)
+++ haiku/trunk/build/jam/OptionalPackages      2010-10-13 06:11:51 UTC (rev 
38961)
@@ -110,15 +110,11 @@
        if $(TARGET_ARCH) != x86 {
                Echo "No optional package APR available for $(TARGET_ARCH)" ;
        } else {
-               InstallOptionalHaikuImagePackage 
apr-1.4.2-r1a2-x86-gcc2-2010-04-22-a.zip
-                       : $(baseURL)/apr-1.4.2-r1a2-x86-gcc2-2010-04-22-a.zip
+               InstallOptionalHaikuImagePackage 
apr-1.4.2-x86-gcc2-2010-10-13.zip
+                       : $(baseURL)/apr-1.4.2-x86-gcc2-2010-10-13.zip
                        :
                        : true
-                       : true
                ;
-               InstallSourceArchive apr-1.4.2_haiku-2010-04-29.tar.xz
-                       : $(baseSourceURL)/apr-1.4.2_haiku-2010-04-29.tar.xz
-               ;
        }
 }
 
@@ -129,15 +125,11 @@
                Echo "No optional package APR-util available for 
$(TARGET_ARCH)" ;
        } else {
                InstallOptionalHaikuImagePackage
-                       apr-util-1.3.9-r1a2-x86-gcc2-2010-04-22-a.zip
-                       : 
$(baseURL)/apr-util-1.3.9-r1a2-x86-gcc2-2010-04-22-a.zip
+                       apr-util-1.3.10-x86-gcc2-2010-10-13.zip
+                       : $(baseURL)/apr-util-1.3.10-x86-gcc2-2010-10-13.zip
                        :
                        : true
-                       : true
                ;
-               InstallSourceArchive apr-util-1.3.9_haiku-2010-04-29.tar.xz
-                       : 
$(baseSourceURL)/apr-util-1.3.9_haiku-2010-04-29.tar.xz
-               ;
        }
 }
 
@@ -433,8 +425,8 @@
                Echo "No optional package CMake available for $(TARGET_ARCH)" ;
        } else {
                InstallOptionalHaikuImagePackage
-                       cmake-2.8.1-x86-gcc2-2010-09-01.zip
-                       : $(baseURL)/cmake-2.8.1-x86-gcc2-2010-09-01.zip
+                       cmake-2.8.2-x86-gcc2-2010-10-13.zip
+                       : $(baseURL)/cmake-2.8.2-x86-gcc2-2010-10-13.zip
                        :
                        : true
                ;
@@ -448,10 +440,9 @@
                Echo "No optional package Curl available for $(TARGET_ARCH)" ;
        } else {
                InstallOptionalHaikuImagePackage
-                       curl-7.21.1-x86-gcc2-2010-08-13.zip
-                       : $(baseURL)/curl-7.21.1-x86-gcc2-2010-08-13.zip
+                       curl-7.21.2-x86-gcc2-2010-10-13.zip
+                       : $(baseURL)/curl-7.21.2-x86-gcc2-2010-10-13.zip
                        :
-                       :
                        : true
                ;
        }
@@ -1376,10 +1367,9 @@
                Echo "No optional package SQLite available for $(TARGET_ARCH)" ;
        } else {
                InstallOptionalHaikuImagePackage
-                       sqlite-3.6.23-r1a2-x86-gcc2-2010-04-22-a.zip
-                       : 
$(baseURL)/sqlite-3.6.23-r1a2-x86-gcc2-2010-04-22-a.zip
+                       sqlite-3.7.3-x86-gcc2-2010-10-13.zip
+                       : $(baseURL)/sqlite-3.7.3-x86-gcc2-2010-10-13.zip
                        :
-                       :
                        : true
                ;
        }
@@ -1392,11 +1382,10 @@
                Echo "No optional package Subversion available for 
$(TARGET_ARCH)" ;
        } else {
                InstallOptionalHaikuImagePackage
-                       subversion-1.6.9-r1a2-x86-gcc2-2010-04-28-a.zip
-                       : 
$(baseURL)/subversion-1.6.9-r1a2-x86-gcc2-2010-04-28-a.zip
+                       subversion-1.6.13-x86-gcc2-2010-10-13.zip
+                       : $(baseURL)/subversion-1.6.13-x86-gcc2-2010-10-13.zip
                        :
                        : true
-                       : true
                ;
        }
 }


Other related posts: