Update of /cvsroot/fink/fink/perlmod/Fink
In directory sc8-pr-cvs17:/tmp/cvs-serv17275

Modified Files:
        Bootstrap.pm ChangeLog 
Log Message:
recognize 10.4.10


Index: Bootstrap.pm
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/Bootstrap.pm,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -d -r1.153 -r1.154
--- Bootstrap.pm        14 Mar 2007 18:25:31 -0000      1.153
+++ Bootstrap.pm        9 Jul 2007 21:28:38 -0000       1.154
@@ -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-9]\.[0-3]/) {
+       } elsif ($host =~ /^(powerpc|i386)-apple-darwin8\.([0-9]|10)\.[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.1478
retrieving revision 1.1479
diff -u -d -r1.1478 -r1.1479
--- ChangeLog   18 Jun 2007 22:12:48 -0000      1.1478
+++ ChangeLog   9 Jul 2007 21:28:38 -0000       1.1479
@@ -1,3 +1,7 @@
+2007-07-09  Dave Morrison  <[EMAIL PROTECTED]>
+
+       * Bootstrap.pm: recognize 10.4.10
+
 2007-06-18  Daniel Macks  <[EMAIL PROTECTED]>
 
        * Engine.pm: Document 'dumpinfo -pall'


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to