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

Modified Files:
      Tag: dist-up-branch
        Engine.pm Services.pm 
Log Message:
more fixes, code almost usable :-)


Index: Services.pm
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/Services.pm,v
retrieving revision 1.158.2.8
retrieving revision 1.158.2.9
diff -u -d -r1.158.2.8 -r1.158.2.9
--- Services.pm 17 May 2005 18:10:05 -0000      1.158.2.8
+++ Services.pm 18 May 2005 04:06:29 -0000      1.158.2.9
@@ -1275,7 +1275,7 @@
 
 sub checkDistribution
 {
-       return 1
+       return 0
 }
 
 =item get_system_perl_version

Index: Engine.pm
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/Engine.pm,v
retrieving revision 1.263.2.6
retrieving revision 1.263.2.7
diff -u -d -r1.263.2.6 -r1.263.2.7
--- Engine.pm   17 May 2005 18:10:02 -0000      1.263.2.6
+++ Engine.pm   18 May 2005 04:06:28 -0000      1.263.2.7
@@ -1454,8 +1454,8 @@
                {
                        unless (Fink::Services::checkDistribution())
                        {
-                               print("Your current Fink distribution 
($distribution is not compatible with OS X " . Fink::Services::get_osx_vers() . 
")\n");
-                               print("Please run `fink dist-upgrade` to 
upgrade to a compatable version for your system.\n");
+                               print("Your current Fink distribution 
($distribution) is not compatible with OS X " . Fink::Services::get_osx_vers() 
. "\n");
+                               print("Please run `fink dist-upgrade' to 
upgrade to a compatable version for your system.\n");
                                exit;
                        }
                }



-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to