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

Modified Files:
        ChangeLog VirtPackage.pm 
Log Message:
docu and output fixes

Index: VirtPackage.pm
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/VirtPackage.pm,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -d -r1.74 -r1.75
--- VirtPackage.pm      28 Feb 2005 15:59:41 -0000      1.74
+++ VirtPackage.pm      28 Feb 2005 18:19:57 -0000      1.75
@@ -1000,11 +1000,12 @@
                                close(FILEIN);
                        }
                 } else {
-                       print STDERR 
"/Library/Receipts/Growl.pkg/Contents/Info.plist not found... " if 
($options{debug});
+                       print STDERR 
"/Library/PreferencePanes/Growl.prefPane/Contents/Info.plist not found... " if 
($options{debug});
                        $growl_version = "0";
                 }
 
                ### This check is for growl's less then 0.6
+               ### Growl team told me 1.0 would be versioned 1.00
                if ($growl_version eq "1.0") {
                        if (-f 
"/Library/Receipts/Growl.pkg/Contents/Info.plist") {
                                if (open(FILEIN, 
'/Library/Receipts/Growl.pkg/Contents/Info.plist')) {
@@ -1015,7 +1016,7 @@
                                        close(FILEIN);
                                } 
                        } else {
-                               print STDERR 
"/Library/PreferencePanes/Growl.prefPane/Contents/Info.plist not found... " if 
($options{debug});
+                               print STDERR 
"/Library/Receipts/Growl.pkg/Contents/Info.plist not found... " if 
($options{debug});
                                $growl_version = "0";
                        }
                }

Index: ChangeLog
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.896
retrieving revision 1.897
diff -u -d -r1.896 -r1.897
--- ChangeLog   28 Feb 2005 16:52:55 -0000      1.896
+++ ChangeLog   28 Feb 2005 18:19:56 -0000      1.897
@@ -6,7 +6,7 @@
 
 2005-02-28  Justin F. Hallett  <[EMAIL PROTECTED]>
 
-       * VirtPackage.pm: Added 0.6 detection
+       * VirtPackage.pm: Added Growl 0.6 detection
 
 2005-02-27  Dave Morrison  <[EMAIL PROTECTED]>
 



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to