Revision: 3632 http://trac.macosforge.org/projects/calendarserver/changeset/3632 Author: wsanchez@apple.com Date: 2009-02-02 15:37:52 -0800 (Mon, 02 Feb 2009) Log Message: ----------- No love from prdownloads Modified Paths: -------------- CalendarServer/trunk/run Modified: CalendarServer/trunk/run =================================================================== --- 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...; + www_get "PyDirector" "${pydirector}" http://internap.dl.sourceforge.net/sourceforge/pythondirector/pydirector-1.0...; py_build "PyDirector" "${pydirector}" false; py_install "PyDirector" "${pydirector}";
participants (1)
-
source_changes@macosforge.org