Revision
86880
Author
ram@macports.org
Date
2011-11-06 09:57:45 -0800 (Sun, 06 Nov 2011)

Log Message

python/py-dateutil: don't run livecheck on all subports

Modified Paths

Diff

Modified: trunk/dports/python/py-dateutil/Portfile (86879 => 86880)


--- 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
+}