Update of /cvsroot/fink/fink/perlmod/Fink
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv6681

Modified Files:
        ChangeLog VirtPackage.pm 
Log Message:
Support beta versions of the growl virtual package.


Index: VirtPackage.pm
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/VirtPackage.pm,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -d -r1.147 -r1.148
--- VirtPackage.pm      11 May 2009 21:51:49 -0000      1.147
+++ VirtPackage.pm      30 Aug 2009 23:20:20 -0000      1.148
@@ -1406,7 +1406,8 @@
                if (-f 
"/Library/PreferencePanes/Growl.prefPane/Contents/Info.plist") {
                        if (open(FILEIN, 
'/Library/PreferencePanes/Growl.prefPane/Contents/Info.plist')) {
                                local $/ = undef;
-                               if (<FILEIN> =~ 
/<key>CFBundleVersion<\/key>[\r\n\s]*<string>([\d\.]+)<\/string>/) {
+                               # Growl beta versions contain the letter b
+                               if (<FILEIN> =~ 
/<key>CFBundleVersion<\/key>[\r\n\s]*<string>([b\d\.]+)<\/string>/) {
                                        $growl_version = $1;
                                }
                                close(FILEIN);

Index: ChangeLog
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.1635
retrieving revision 1.1636
diff -u -d -r1.1635 -r1.1636
--- ChangeLog   28 Aug 2009 05:03:15 -0000      1.1635
+++ ChangeLog   30 Aug 2009 23:20:20 -0000      1.1636
@@ -1,3 +1,7 @@
+2009-08-30  Augusto Devegili  <moni...@users.sourceforge.net>
+
+       * VirtPackage.pm: Support Growl beta versions
+
 2009-08-27  Dave Morrison  <d...@finkproject.org>
 
        * Bootstrap.pm: Support OS X 10.6.0


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to