Modified: trunk/dports/python/py-dap/Portfile (87332 => 87333)
--- trunk/dports/python/py-dap/Portfile 2011-11-17 08:23:11 UTC (rev 87332)
+++ trunk/dports/python/py-dap/Portfile 2011-11-17 08:27:04 UTC (rev 87333)
@@ -21,15 +21,10 @@
python.versions 24 25 26 27
-depends_lib-append port:py${python.version}-distribute \
- port:py${python.version}-httplib2
-
checksums md5 3c66004a63eec7ecc9e471a29f4ccc8a \
sha1 2d1d02997da79f42330406efb8b45c819f77744b \
rmd160 acd38d6c66b14660b09696a6405a4aab6ed6fa9b
-patchfiles patch-egg_namespace.diff
-
universal_variant no
if {${name} == ${subport}} {
@@ -37,5 +32,8 @@
livecheck.url http://pypi.python.org/pypi/dap/
livecheck.regex {dap (\d+(?:\.\d+)*)}
} else {
+ depends_lib-append port:py${python.version}-distribute \
+ port:py${python.version}-httplib2
+ patchfiles patch-egg_namespace.diff
livecheck.type none
}