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

  • From: scott mc <scottmc2@xxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sun, 27 Dec 2009 04:30:44 +0100 (CET)

Author: scottmc
Date: 2009-12-27 04:30:44 +0100 (Sun, 27 Dec 2009)
New Revision: 34781
Changeset: http://dev.haiku-os.org/changeset/34781/haiku

Modified:
   haiku/trunk/build/jam/OptionalPackages
Log:
Updated neon to 0.29.1 and fixed symlinks in bzip2 package.


Modified: haiku/trunk/build/jam/OptionalPackages
===================================================================
--- haiku/trunk/build/jam/OptionalPackages      2009-12-27 00:13:08 UTC (rev 
34780)
+++ haiku/trunk/build/jam/OptionalPackages      2009-12-27 03:30:44 UTC (rev 
34781)
@@ -202,8 +202,8 @@
        if $(TARGET_ARCH) != x86 {
                Echo "No optional package Bzip available for $(TARGET_ARCH)" ;
        } else {
-               InstallOptionalHaikuImagePackage bzip2-1.0.5-x86-gcc2-2009-10-22
-                       : $(baseURL)/bzip2-1.0.5-x86-gcc2-2009-10-22.zip
+               InstallOptionalHaikuImagePackage bzip2-1.0.5-x86-gcc2-2009-12-27
+                       : $(baseURL)/bzip2-1.0.5-x86-gcc2-2009-12-27.zip
                        :
                        : true
                ;
@@ -627,8 +627,8 @@
        if $(TARGET_ARCH) != x86 {
                Echo "No optional package Neon available for $(TARGET_ARCH)" ;
        } else {
-               InstallOptionalHaikuImagePackage 
neon-0.29.0-r1a1-x86-gcc2-2009-10-11
-                       : $(baseURL)/neon-0.29.0-r1a1-x86-gcc2-2009-10-11.zip
+               InstallOptionalHaikuImagePackage neon-0.29.1-x86-gcc2-2009-12-26
+                       : $(baseURL)/neon-0.29.1-x86-gcc2-2009-12-26.zip
                        :
                        : true
                ;


Other related posts:

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