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

  • From: superstippi@xxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sat, 22 May 2010 14:15:59 +0200 (CEST)

Author: stippi
Date: 2010-05-22 14:15:59 +0200 (Sat, 22 May 2010)
New Revision: 36898
Changeset: http://dev.haiku-os.org/changeset/36898/haiku

Modified:
   haiku/trunk/build/jam/OptionalPackages
Log:
Updated WebPositive package to r515. Changes include warning the user when
downloads are still in progress before quitting the application.


Modified: haiku/trunk/build/jam/OptionalPackages
===================================================================
--- haiku/trunk/build/jam/OptionalPackages      2010-05-22 09:45:18 UTC (rev 
36897)
+++ haiku/trunk/build/jam/OptionalPackages      2010-05-22 12:15:59 UTC (rev 
36898)
@@ -1399,8 +1399,8 @@
                Echo "No optional package WebPositive available for gcc2" ;
        } else {
                InstallOptionalHaikuImagePackage
-                       WebPositive-gcc4-x86-r511-2010-05-20.zip
-                       : $(baseURL)/WebPositive-gcc4-x86-r511-2010-05-20.zip
+                       WebPositive-gcc4-x86-r515-2010-05-22.zip
+                       : $(baseURL)/WebPositive-gcc4-x86-r515-2010-05-22.zip
                        :
                ;
                AddSymlinkToHaikuImage home config be Applications


Other related posts:

  • » [haiku-commits] r36898 - haiku/trunk/build/jam - superstippi