python/py-dateutil: don't run livecheck on all subports
--- trunk/dports/python/py-dateutil/Portfile 2011-11-06 17:57:14 UTC (rev 86879)
+++ trunk/dports/python/py-dateutil/Portfile 2011-11-06 17:57:45 UTC (rev 86880)
@@ -44,5 +44,9 @@
}
}
-livecheck.type regex
-livecheck.regex /${my_name}-(1.(\\d+)*)
+if {${name} == ${subport}} {
+ livecheck.type regex
+ livecheck.regex /${my_name}-(1.(\\d+)*)
+} else {
+ livecheck.type none
+}