[30549] trunk/dports/devel/libsdl/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Tue Oct 30 20:58:16 PDT 2007


Revision: 30549
          http://trac.macosforge.org/projects/macports/changeset/30549
Author:   ryandesign at macports.org
Date:     2007-10-30 20:58:15 -0700 (Tue, 30 Oct 2007)

Log Message:
-----------
libsdl: fix regexp used to determine QuickTime version for Darwin 7; closes #13062

Modified Paths:
--------------
    trunk/dports/devel/libsdl/Portfile

Modified: trunk/dports/devel/libsdl/Portfile
===================================================================
--- trunk/dports/devel/libsdl/Portfile	2007-10-31 03:53:46 UTC (rev 30548)
+++ trunk/dports/devel/libsdl/Portfile	2007-10-31 03:58:15 UTC (rev 30549)
@@ -53,7 +53,7 @@
 
         while {[gets $qt_header line] != -1} {
             if {[regexp {Version:} $line]} {
-                regexp {(\d+\.\d+(?:\.(\d+))?$} $line qt_ver
+                regexp {(\d+\.\d+(?:\.\d+))?$} $line qt_ver
 
                 if {[rpm-vercomp ${qt_ver} 7.0.3] > 0} {
                     ui_error ""

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071030/d614d878/attachment.html


More information about the macports-changes mailing list