Update of /cvsroot/fink/fink/perlmod/Fink
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv32714/fink-selfupdate_classes/perlmod/Fink

Modified Files:
      Tag: selfupdate_classes
        Bootstrap.pm ChangeLog 
Log Message:
backport OS X 10.4.9 from HEAD


Index: Bootstrap.pm
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/Bootstrap.pm,v
retrieving revision 1.152
retrieving revision 1.152.2.1
diff -u -d -r1.152 -r1.152.2.1
--- Bootstrap.pm        22 Jan 2007 02:35:09 -0000      1.152
+++ Bootstrap.pm        20 Mar 2007 04:36:30 -0000      1.152.2.1
@@ -237,7 +237,7 @@
                        "and assume to run on a PowerPC based operating ".
                        "system. Use Fink on this system at your own risk!");
                $distribution = "10.3";
-       } elsif ($host =~ /^(powerpc|i386)-apple-darwin8\.[0-8]\.[0-3]/) {
+       } elsif ($host =~ /^(powerpc|i386)-apple-darwin8\.[0-9]\.[0-3]/) {
                &print_breaking("This system is supported and tested.");
                &print_breaking($transitional_message{$transitional});
                $distribution = "10.4$transitional";

Index: ChangeLog
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.1439.2.14
retrieving revision 1.1439.2.15
diff -u -d -r1.1439.2.14 -r1.1439.2.15
--- ChangeLog   20 Mar 2007 04:08:40 -0000      1.1439.2.14
+++ ChangeLog   20 Mar 2007 04:36:30 -0000      1.1439.2.15
@@ -1,5 +1,9 @@
 2007-03-19  Daniel Macks  <[EMAIL PROTECTED]>
 
+       * Bootstrap.pm: recognize 10.4.9
+
+2007-03-19  Daniel Macks  <[EMAIL PROTECTED]>
+
        * Config.pm: Fix error msg if using new_with_properties
        * SelfUpdate.pm: Fix parsing of VERSION SelfUpdate token
 


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to