Revision
72849
Author
devans@macports.org
Date
2010-10-28 14:22:12 -0700 (Thu, 28 Oct 2010)

Log Message

py26-pyclutter: fix livecheck.

Modified Paths

Diff

Modified: trunk/dports/python/py26-pyclutter/Portfile (72848 => 72849)


--- trunk/dports/python/py26-pyclutter/Portfile	2010-10-28 20:13:17 UTC (rev 72848)
+++ trunk/dports/python/py26-pyclutter/Portfile	2010-10-28 21:22:12 UTC (rev 72849)
@@ -61,4 +61,4 @@
 
 livecheck.type      regex
 livecheck.url       ${master_sites}
-livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
+livecheck.regex     "${my_name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"