[68024] trunk/dports/x11

ryandesign at macports.org ryandesign at macports.org
Mon May 24 17:18:38 PDT 2010


Revision: 68024
          http://trac.macports.org/changeset/68024
Author:   ryandesign at macports.org
Date:     2010-05-24 17:18:35 -0700 (Mon, 24 May 2010)
Log Message:
-----------
wine, wine-devel: fix livecheck to account for release candidates

Modified Paths:
--------------
    trunk/dports/x11/wine/Portfile
    trunk/dports/x11/wine-devel/Portfile

Modified: trunk/dports/x11/wine/Portfile
===================================================================
--- trunk/dports/x11/wine/Portfile	2010-05-25 00:14:50 UTC (rev 68023)
+++ trunk/dports/x11/wine/Portfile	2010-05-25 00:18:35 UTC (rev 68024)
@@ -194,4 +194,4 @@
 }
 
 livecheck.type          regex
-livecheck.regex         {/announce/([0-9]+\.[0-9]*[02468](\.[0-9]+)*)}
+livecheck.regex         {"/announce/([0-9]+\.[0-9]*[02468](\.[0-9]+)*)"}

Modified: trunk/dports/x11/wine-devel/Portfile
===================================================================
--- trunk/dports/x11/wine-devel/Portfile	2010-05-25 00:14:50 UTC (rev 68023)
+++ trunk/dports/x11/wine-devel/Portfile	2010-05-25 00:18:35 UTC (rev 68024)
@@ -189,4 +189,4 @@
 }
 
 livecheck.type          regex
-livecheck.regex         {/announce/([0-9]+\.[0-9]*[13579](\.[0-9]+)*)}
+livecheck.regex         {"/announce/([0-9]+\.[0-9]*([13579]|[02468]-rc\d+)(\.[0-9]+)*)"}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100524/3f1cce1b/attachment.html>


More information about the macports-changes mailing list