[86881] trunk/dports/python/py-dnspython/Portfile

ram at macports.org ram at macports.org
Sun Nov 6 09:58:16 PST 2011


Revision: 86881
          http://trac.macports.org/changeset/86881
Author:   ram at 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:
--------------
    trunk/dports/python/py-dnspython/Portfile

Modified: trunk/dports/python/py-dnspython/Portfile
===================================================================
--- 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
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111106/2b5ade0d/attachment.html>


More information about the macports-changes mailing list