[56423] trunk/dports/x11

ryandesign at macports.org ryandesign at macports.org
Thu Aug 27 03:28:51 PDT 2009


Revision: 56423
          http://trac.macports.org/changeset/56423
Author:   ryandesign at macports.org
Date:     2009-08-27 03:28:47 -0700 (Thu, 27 Aug 2009)
Log Message:
-----------
wine, wine-devel: fix livecheck

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

Modified: trunk/dports/x11/wine/Portfile
===================================================================
--- trunk/dports/x11/wine/Portfile	2009-08-27 10:19:26 UTC (rev 56422)
+++ trunk/dports/x11/wine/Portfile	2009-08-27 10:28:47 UTC (rev 56423)
@@ -85,5 +85,5 @@
     reinplace s|@PREFIX@|${prefix}|g ${destroot}${prefix}/bin/wine
 }
 
-livecheck.check         sourceforge
-livecheck.regex         "<title>Source Packages (\[0-9\]+\\.\[0-9\]*\[02468\](\\.\[0-9\]+)*) released.*</title>"
+livecheck.check         regex
+livecheck.regex         {/announce/([0-9]+\.[0-9]*[02468](\.[0-9]+)*)}

Modified: trunk/dports/x11/wine-devel/Portfile
===================================================================
--- trunk/dports/x11/wine-devel/Portfile	2009-08-27 10:19:26 UTC (rev 56422)
+++ trunk/dports/x11/wine-devel/Portfile	2009-08-27 10:28:47 UTC (rev 56423)
@@ -86,6 +86,5 @@
     reinplace s|@PREFIX@|${prefix}|g ${destroot}${prefix}/bin/wine
 }
 
-livecheck.name          ${my_name}
-livecheck.check         sourceforge
-livecheck.regex         "<title>Source Packages (\[0-9\]+\\.\[0-9\]*\[13579\](\\.\[0-9\]+)*) released.*</title>"
+livecheck.check         regex
+livecheck.regex         {/announce/([0-9]+\.[0-9]*[13579](\.[0-9]+)*)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090827/734e4039/attachment.html>


More information about the macports-changes mailing list