Revision
86881
Author
ram@macports.org
Date
2011-11-06 09:58:16 -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-dnspython/Portfile (86880 => 86881)


--- trunk/dports/python/py-dnspython/Portfile	2011-11-06 17:57:45 UTC (rev 86880)
+++ trunk/dports/python/py-dnspython/Portfile	2011-11-06 17:58:16 UTC (rev 86881)
@@ -36,6 +36,10 @@
   }
 }
 
-livecheck.type     regex
-livecheck.url      ${homepage}
-livecheck.regex    {is (\d+(?:\.\d+)*),}
+if {${name} == ${subport}} {
+  livecheck.type     regex
+  livecheck.url      ${homepage}
+  livecheck.regex    {is (\d+(?:\.\d+)*),}
+} else {
+  livecheck.type     none
+}