Revision: 105458 https://trac.macports.org/changeset/105458 Author: stromnov@macports.org Date: 2013-04-21 04:32:54 -0700 (Sun, 21 Apr 2013) Log Message: ----------- py-mhash: fix livecheck Modified Paths: -------------- trunk/dports/python/py-mhash/Portfile Modified: trunk/dports/python/py-mhash/Portfile =================================================================== --- trunk/dports/python/py-mhash/Portfile 2013-04-21 11:30:33 UTC (rev 105457) +++ trunk/dports/python/py-mhash/Portfile 2013-04-21 11:32:54 UTC (rev 105458) @@ -41,8 +41,10 @@ post-patch { reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/setup.py } + + livecheck.type none +} else { + livecheck.type regex + livecheck.url ${homepage} + livecheck.regex "python-mhash-(\\d+(?:\\.\\d+)*)" } - -livecheck.type regex -livecheck.url ${homepage} -livecheck.regex "python-mhash-(\\d+(?:\\.\\d+)*)"