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

  • From: zooey@xxxxxxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Tue, 5 Jan 2010 18:13:33 +0100 (CET)

Author: zooey
Date: 2010-01-05 18:13:33 +0100 (Tue, 05 Jan 2010)
New Revision: 34907
Changeset: http://dev.haiku-os.org/changeset/34907/haiku

Modified:
   haiku/trunk/build/jam/OptionalPackages
Log:
* updated rsync optional package (now with xattr support)

Modified: haiku/trunk/build/jam/OptionalPackages
===================================================================
--- haiku/trunk/build/jam/OptionalPackages      2010-01-05 16:53:55 UTC (rev 
34906)
+++ haiku/trunk/build/jam/OptionalPackages      2010-01-05 17:13:33 UTC (rev 
34907)
@@ -840,8 +840,8 @@
        if $(TARGET_ARCH) != x86 {
                Echo "No optional package Rsync available for $(TARGET_ARCH)" ;
        } else {
-               InstallOptionalHaikuImagePackage 
rsync-3.0.6-r1a1-x86-gcc2-2009-08-30
-                       : $(baseURL)/rsync-3.0.6-r1a1-x86-gcc2-2009-08-30.zip
+               InstallOptionalHaikuImagePackage rsync-3.0.7-x86-gcc2-2010-01-05
+                       : $(baseURL)/rsync-3.0.7-x86-gcc2-2010-01-05.zip
                        :
                ;
        }


Other related posts:

  • » [haiku-commits] r34907 - haiku/trunk/build/jam - zooey