[86880] trunk/dports/python/py-dateutil/Portfile

ram at macports.org ram at macports.org
Sun Nov 6 09:57:45 PST 2011


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

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


More information about the macports-changes mailing list