Update of /cvsroot/fink/fink/perlmod/Fink
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv29676

Modified Files:
      Tag: branch_0_27
        ChangeLog SelfUpdate.pm 
Log Message:
allow selfupdate-rsync  in 10.5


Index: SelfUpdate.pm
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/SelfUpdate.pm,v
retrieving revision 1.117.4.2
retrieving revision 1.117.4.3
diff -u -d -r1.117.4.2 -r1.117.4.3
--- SelfUpdate.pm       2 Jan 2008 05:49:01 -0000       1.117.4.2
+++ SelfUpdate.pm       27 Jun 2008 13:16:55 -0000      1.117.4.3
@@ -189,13 +189,6 @@
        my $selfupdatemethod = $config->param("SelfUpdateMethod");
        if (($selfupdatemethod ne "rsync") and $useopt == 2) {
 
-       # We temporarily disable rsync updating for 10.5, until we've decided
-       # how to handle it
-
-               if ($distribution eq "10.5") {
-                       die "Sorry, fink doesn't support rsync updating in the 
10.5 distribution at present.\n\n";
-               }
-
                $answer =
                        &prompt_boolean("The current selfupdate method is 
$selfupdatemethod. " 
                                        . "Do you wish to change the default 
selfupdate method ".

Index: ChangeLog
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.1441.2.32
retrieving revision 1.1441.2.33
diff -u -d -r1.1441.2.32 -r1.1441.2.33
--- ChangeLog   20 Jun 2008 21:17:39 -0000      1.1441.2.32
+++ ChangeLog   27 Jun 2008 13:16:53 -0000      1.1441.2.33
@@ -1,3 +1,7 @@
+2008-06-27  Dave Morrison  <[EMAIL PROTECTED]>
+
+       * SelfUpdate.pm: allow selfupdate-rsync in 10.5
+
 2008-06-20  Dave Morrison  <[EMAIL PROTECTED]>
 
        * FinkVersion.pm.in: bindist 0.9.0


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to