[84503] trunk/dports/python/py-distribute/Portfile

jmr at macports.org jmr at macports.org
Tue Sep 27 01:54:08 PDT 2011


Revision: 84503
          http://trac.macports.org/changeset/84503
Author:   jmr at macports.org
Date:     2011-09-27 01:54:06 -0700 (Tue, 27 Sep 2011)
Log Message:
-----------
py-distribute: fix livecheck, disable for subports

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

Modified: trunk/dports/python/py-distribute/Portfile
===================================================================
--- trunk/dports/python/py-distribute/Portfile	2011-09-27 06:45:53 UTC (rev 84502)
+++ trunk/dports/python/py-distribute/Portfile	2011-09-27 08:54:06 UTC (rev 84503)
@@ -42,7 +42,9 @@
           ln -s "${python.prefix}/bin/easy_install-${python.branch}" "${destroot}${prefix}/bin/"
        }
     }
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       ${homepage}
+    livecheck.regex     distribute-(\\d+(\\.\\d+)+)
 }
-
-livecheck.url       ${master_sites}
-livecheck.regex     distribute-(\\d+(\\.\\d+)+)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110927/aefeea94/attachment.html>


More information about the macports-changes mailing list