Modified: trunk/dports/python/py-mhash/Portfile (105457 => 105458)
--- 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+)*)"