[86877] trunk/dports/python/py-cjson/Portfile

ram at macports.org ram at macports.org
Sun Nov 6 09:56:12 PST 2011


Revision: 86877
          http://trac.macports.org/changeset/86877
Author:   ram at macports.org
Date:     2011-11-06 09:56:12 -0800 (Sun, 06 Nov 2011)
Log Message:
-----------
python/py-cjson: don't run livecheck on all subports

Modified Paths:
--------------
    trunk/dports/python/py-cjson/Portfile

Modified: trunk/dports/python/py-cjson/Portfile
===================================================================
--- trunk/dports/python/py-cjson/Portfile	2011-11-06 17:55:38 UTC (rev 86876)
+++ trunk/dports/python/py-cjson/Portfile	2011-11-06 17:56:12 UTC (rev 86877)
@@ -38,6 +38,10 @@
                   sha1 a00519debfdc6dcc33acfe68dc10ee4866fdcd8b \
                   rmd160 c1256cf176af3194233de3704ec07ab4ccfb522c
 
-livecheck.type    regex
-livecheck.url     ${homepage}
-livecheck.regex   {python-cjson (\d+(?:\.\d+)*)}
+if {${name} == ${subport}} {
+  livecheck.type    regex
+  livecheck.url     ${homepage}
+  livecheck.regex   {python-cjson (\d+(?:\.\d+)*)}
+} else {
+  livecheck.type    none
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111106/05645951/attachment.html>


More information about the macports-changes mailing list