[CalendarServer-changes] [4505] CalendarServer/tags/release/CalendarServer-1.4/run

source_changes at macosforge.org source_changes at macosforge.org
Fri Aug 21 14:12:42 PDT 2009


Revision: 4505
          http://trac.macosforge.org/projects/calendarserver/changeset/4505
Author:   wsanchez at apple.com
Date:     2009-08-21 14:12:42 -0700 (Fri, 21 Aug 2009)
Log Message:
-----------
SourceForge update

Modified Paths:
--------------
    CalendarServer/tags/release/CalendarServer-1.4/run

Modified: CalendarServer/tags/release/CalendarServer-1.4/run
===================================================================
--- CalendarServer/tags/release/CalendarServer-1.4/run	2009-08-21 21:09:53 UTC (rev 4504)
+++ CalendarServer/tags/release/CalendarServer-1.4/run	2009-08-21 21:12:42 UTC (rev 4505)
@@ -435,7 +435,7 @@
 if ! py_have_module xml.dom.ext; then
   xml="${top}/PyXML-0.8.4";
 
-  www_get "PyXML" "${xml}" http://easynews.dl.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}";
 
@@ -449,7 +449,7 @@
 if ! py_have_module OpenSSL; then
   ssl="${top}/pyOpenSSL-0.6";
 
-  www_get "PyOpenSSL" "${ssl}" http://easynews.dl.sourceforge.net/sourceforge/pyopenssl/pyOpenSSL-0.6.tar.gz;
+  www_get "PyOpenSSL" "${ssl}" http://internap.dl.sourceforge.net/sourceforge/pyopenssl/pyOpenSSL-0.6.tar.gz;
   py_build "PyOpenSSL" "${ssl}" false;
   py_install "PyOpenSSL" "${ssl}";
 
@@ -510,7 +510,7 @@
 if ! py_have_module ctypes; then
   ctypes="${top}/ctypes-1.0.0"
 
-  www_get "ctypes" "${ctypes}" http://easynews.dl.sourceforge.net/sourceforge/ctypes/ctypes-1.0.0.tar.gz;
+  www_get "ctypes" "${ctypes}" http://internap.dl.sourceforge.net/sourceforge/ctypes/ctypes-1.0.0.tar.gz;
   py_build "ctypes" "${ctypes}" true;
   py_install "ctypes" "${ctypes}";
 
@@ -604,7 +604,7 @@
 if ! py_have_module pydirector; then
   pydirector="${top}/pydirector-1.0.0";
     
-  www_get "PyDirector" "${pydirector}" http://easynews.dl.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;
   put_setuptools "${pydirector}";
   py_build "PyDirector" "${pydirector}" false;
   py_install "PyDirector" "${pydirector}";
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20090821/dab110d8/attachment.html>


More information about the calendarserver-changes mailing list