[106992] trunk/dports/python/py-cx_Freeze/Portfile
jmr at macports.org
jmr at macports.org
Thu Jun 13 07:13:41 PDT 2013
Revision: 106992
https://trac.macports.org/changeset/106992
Author: jmr at macports.org
Date: 2013-06-13 07:13:41 -0700 (Thu, 13 Jun 2013)
Log Message:
-----------
py-cx_Freeze: remove unused setuptools dep, disable livecheck in subports
Modified Paths:
--------------
trunk/dports/python/py-cx_Freeze/Portfile
Modified: trunk/dports/python/py-cx_Freeze/Portfile
===================================================================
--- trunk/dports/python/py-cx_Freeze/Portfile 2013-06-13 14:00:17 UTC (rev 106991)
+++ trunk/dports/python/py-cx_Freeze/Portfile 2013-06-13 14:13:41 UTC (rev 106992)
@@ -26,10 +26,10 @@
python.versions 25 26 27 31 32 33
-if { ${subport} != ${name} } {
- depends_lib port:py${python.version}-setuptools
+if {$subport != $name} {
+ livecheck.type none
+} else {
+ livecheck.type regex
+ livecheck.url ${homepage}
+ livecheck.regex Download (\\d+\\.\\d+\\.\\d+) released
}
-
-livecheck.type regex
-livecheck.url ${homepage}
-livecheck.regex Download (\\d+\\.\\d+\\.\\d+) released
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130613/a9bec9ba/attachment.html>
More information about the macports-changes
mailing list