Modified: CalendarServer/trunk/run (3631 => 3632)
--- CalendarServer/trunk/run 2009-02-01 03:04:56 UTC (rev 3631)
+++ CalendarServer/trunk/run 2009-02-02 23:37:52 UTC (rev 3632)
@@ -485,7 +485,7 @@
if ! py_have_module xml.dom.ext; then
xml="${top}/PyXML-0.8.4";
- www_get "PyXML" "${xml}" http://prdownloads.sourceforge.net/sourceforge/pyxml/PyXML-0.8.4.tar.gz;
+ www_get "PyXML" "${xml}" http://internap.dl.sourceforge.net/sourceforge/pyxml/PyXML-0.8.4.tar.gz;
py_build "PyXML" "${xml}" false;
py_install "PyXML" "${xml}";
@@ -679,7 +679,7 @@
if ! py_have_module pydirector; then
pydirector="${top}/pydirector-1.0.0";
- www_get "PyDirector" "${pydirector}" http://prdownloads.sourceforge.net/sourceforge/pythondirector/pydirector-1.0.0.tar.gz;
+ www_get "PyDirector" "${pydirector}" http://internap.dl.sourceforge.net/sourceforge/pythondirector/pydirector-1.0.0.tar.gz;
py_build "PyDirector" "${pydirector}" false;
py_install "PyDirector" "${pydirector}";