py-python-daemon: Replacing deprecated dependency and bumping up the revision
diff --git a/python/py-python-daemon/Portfile b/python/py-python-daemon/Portfile
index 238994c..2c86f9f 100644
--- a/python/py-python-daemon/Portfile
+++ b/python/py-python-daemon/Portfile
@@ -6,6 +6,7 @@
name py-python-daemon
set real_name python-daemon
version 1.6
+revision 1
categories-append devel
platforms darwin
supported_archs noarch
@@ -29,5 +30,5 @@
python.versions 27
if {$subport != $name} {
- depends_build port:py${python.version}-distribute
+ depends_build port:py${python.version}-setuptools
}