[127166] trunk/dports/games/frozenbubble2/Portfile

larryv at macports.org larryv at macports.org
Tue Oct 21 20:58:41 PDT 2014


Revision: 127166
          https://trac.macports.org/changeset/127166
Author:   larryv at macports.org
Date:     2014-10-21 20:58:41 -0700 (Tue, 21 Oct 2014)
Log Message:
-----------
frozenbubble2: Switch livecheck from freecode to regex

Modified Paths:
--------------
    trunk/dports/games/frozenbubble2/Portfile

Modified: trunk/dports/games/frozenbubble2/Portfile
===================================================================
--- trunk/dports/games/frozenbubble2/Portfile	2014-10-22 03:58:39 UTC (rev 127165)
+++ trunk/dports/games/frozenbubble2/Portfile	2014-10-22 03:58:41 UTC (rev 127166)
@@ -36,8 +36,9 @@
                     port:p${perl_version}-sdl_perl
 depends_run         port:p${perl_version}-locale-gettext
 
-livecheck.type      freecode
-livecheck.name      frozen-bubble
+livecheck.type      regex
+livecheck.url       http://www.frozen-bubble.org/downloads/
+livecheck.regex     {<h3>(\d(?:\.\d)+)</h3>}
 
 # uses nested functions
 # http://clang.llvm.org/docs/UsersManual.html#gcc-extensions-not-implemented-yet
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141021/0795a5d9/attachment.html>


More information about the macports-changes mailing list