[93030] trunk/dports/_resources/port1.0/group/php-1.0.tcl

ryandesign at macports.org ryandesign at macports.org
Mon May 14 00:10:15 PDT 2012


Revision: 93030
          https://trac.macports.org/changeset/93030
Author:   ryandesign at macports.org
Date:     2012-05-14 00:10:15 -0700 (Mon, 14 May 2012)
Log Message:
-----------
php-1.0.tcl: improve PECL livecheck

Modified Paths:
--------------
    trunk/dports/_resources/port1.0/group/php-1.0.tcl

Modified: trunk/dports/_resources/port1.0/group/php-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/php-1.0.tcl	2012-05-14 07:09:41 UTC (rev 93029)
+++ trunk/dports/_resources/port1.0/group/php-1.0.tcl	2012-05-14 07:10:15 UTC (rev 93030)
@@ -140,9 +140,9 @@
     }
     
     if {${args}} {
-        livecheck.regex     {>([0-9.]+)</a></th>\s*<[^>]+>stable<}
+        livecheck.regex     {>([0-9a-z.]+)</a></th>\s*<[^>]+>stable<}
     } else {
-        livecheck.regex     {>([0-9.]+)</a></th>}
+        livecheck.regex     {>([0-9a-z.]+)</a></th>}
     }
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120514/9c2ca698/attachment.html>


More information about the macports-changes mailing list