[87111] trunk/dports/python/py-coverage/Portfile

snc at macports.org snc at macports.org
Thu Nov 10 12:53:01 PST 2011


Revision: 87111
          http://trac.macports.org/changeset/87111
Author:   snc at macports.org
Date:     2011-11-10 12:53:00 -0800 (Thu, 10 Nov 2011)
Log Message:
-----------
py-coverage: fix livecheck

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

Modified: trunk/dports/python/py-coverage/Portfile
===================================================================
--- trunk/dports/python/py-coverage/Portfile	2011-11-10 20:52:22 UTC (rev 87110)
+++ trunk/dports/python/py-coverage/Portfile	2011-11-10 20:53:00 UTC (rev 87111)
@@ -37,8 +37,10 @@
         system "find ${worksrcpath} -type f -name '*.py' -exec chmod 775 {} \\;"
         system "find ${worksrcpath} -type f -not -name '*.py' -exec chmod 644 {} \\;"
     }
+    
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       http://pypi.python.org/pypi/coverage
+    livecheck.regex     {/pypi/coverage/(\d+(?:\.\d+)*)"}
 }
-
-livecheck.type      regex
-livecheck.url       http://pypi.python.org/pypi/coverage
-livecheck.regex     {/pypi/coverage/(\d+(?:\.\d+)*)"}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111110/402adb26/attachment.html>


More information about the macports-changes mailing list