Modified: trunk/dports/python/py-crypto/Portfile (86877 => 86878)
--- trunk/dports/python/py-crypto/Portfile 2011-11-06 17:56:12 UTC (rev 86877)
+++ trunk/dports/python/py-crypto/Portfile 2011-11-06 17:56:43 UTC (rev 86878)
@@ -39,6 +39,10 @@
}
}
-livecheck.type regex
-livecheck.url ${homepage}
-livecheck.regex pycrypto-(\[0-9\.\]+).tar.gz
+if {${name} == ${subport}} {
+ livecheck.type regex
+ livecheck.url ${homepage}
+ livecheck.regex pycrypto-(\[0-9\.\]+).tar.gz
+} else {
+ livecheck.type none
+}