Revision: 72849 http://trac.macports.org/changeset/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: -------------- trunk/dports/python/py26-pyclutter/Portfile Modified: trunk/dports/python/py26-pyclutter/Portfile =================================================================== --- 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}"
participants (1)
-
devans@macports.org