[39448] trunk/dports/python

jmr at macports.org jmr at macports.org
Wed Aug 20 01:40:26 PDT 2008


Revision: 39448
          http://trac.macosforge.org/projects/macports/changeset/39448
Author:   jmr at macports.org
Date:     2008-08-20 01:40:26 -0700 (Wed, 20 Aug 2008)
Log Message:
-----------
py-game, py25-game: fix livecheck

Modified Paths:
--------------
    trunk/dports/python/py-game/Portfile
    trunk/dports/python/py25-game/Portfile

Modified: trunk/dports/python/py-game/Portfile
===================================================================
--- trunk/dports/python/py-game/Portfile	2008-08-20 08:36:08 UTC (rev 39447)
+++ trunk/dports/python/py-game/Portfile	2008-08-20 08:40:26 UTC (rev 39448)
@@ -58,5 +58,5 @@
 }
 
 livecheck.check regex
-livecheck.url   http://pypi.python.org/pypi/Pygame/
-livecheck.regex {Pygame ([0-9]\.[0-9]+\.[0-9]+)}
+livecheck.url   ${homepage}download.shtml
+livecheck.regex {<a href=".*/ftp/pygame\-([0-9\.]+)release\.tar\.gz">}

Modified: trunk/dports/python/py25-game/Portfile
===================================================================
--- trunk/dports/python/py25-game/Portfile	2008-08-20 08:36:08 UTC (rev 39447)
+++ trunk/dports/python/py25-game/Portfile	2008-08-20 08:40:26 UTC (rev 39448)
@@ -58,5 +58,5 @@
 }
 
 livecheck.check regex
-livecheck.url   http://pypi.python.org/pypi/Pygame/
-livecheck.regex {Pygame ([0-9]\.[0-9]+\.[0-9]+)}
+livecheck.url   ${homepage}download.shtml
+livecheck.regex {<a href=".*/ftp/pygame\-([0-9\.]+)release\.tar\.gz">}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080820/03c984e7/attachment.html 


More information about the macports-changes mailing list