[84350] trunk/dports/python

jmr at macports.org jmr at macports.org
Fri Sep 23 00:59:05 PDT 2011


Revision: 84350
          http://trac.macports.org/changeset/84350
Author:   jmr at macports.org
Date:     2011-09-23 00:59:02 -0700 (Fri, 23 Sep 2011)
Log Message:
-----------
py-opengl, py-opengl-accelerate: fix livecheck

Modified Paths:
--------------
    trunk/dports/python/py-opengl/Portfile
    trunk/dports/python/py-opengl-accelerate/Portfile

Modified: trunk/dports/python/py-opengl/Portfile
===================================================================
--- trunk/dports/python/py-opengl/Portfile	2011-09-23 07:41:00 UTC (rev 84349)
+++ trunk/dports/python/py-opengl/Portfile	2011-09-23 07:59:02 UTC (rev 84350)
@@ -41,4 +41,4 @@
 
 livecheck.type      regex
 livecheck.url       http://pypi.python.org/pypi/PyOpenGL
-livecheck.regex     {PyOpenGL ([0-9.]+)}
+livecheck.regex     {PyOpenGL/([0-9.]+)"}

Modified: trunk/dports/python/py-opengl-accelerate/Portfile
===================================================================
--- trunk/dports/python/py-opengl-accelerate/Portfile	2011-09-23 07:41:00 UTC (rev 84349)
+++ trunk/dports/python/py-opengl-accelerate/Portfile	2011-09-23 07:59:02 UTC (rev 84350)
@@ -30,4 +30,4 @@
 
 livecheck.type      regex
 livecheck.url       http://pypi.python.org/pypi/PyOpenGL-accelerate
-livecheck.regex     {PyOpenGL-accelerate ([0-9a-c.]+)}
+livecheck.regex     {PyOpenGL-accelerate/([0-9.]+)"}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110923/88bd7194/attachment.html>


More information about the macports-changes mailing list