[CalendarServer-changes] [3077] CalendarServer/trunk/run

source_changes at macosforge.org source_changes at macosforge.org
Fri Sep 26 15:41:40 PDT 2008


Revision: 3077
          http://trac.macosforge.org/projects/calendarserver/changeset/3077
Author:   wsanchez at apple.com
Date:     2008-09-26 15:41:39 -0700 (Fri, 26 Sep 2008)
Log Message:
-----------
Update to pysqlite-2.5.0a

Modified Paths:
--------------
    CalendarServer/trunk/run

Modified: CalendarServer/trunk/run
===================================================================
--- CalendarServer/trunk/run	2008-09-26 22:41:26 UTC (rev 3076)
+++ CalendarServer/trunk/run	2008-09-26 22:41:39 UTC (rev 3077)
@@ -639,9 +639,9 @@
 #
 
 if ! py_have_module sqlite3 && ! py_have_module pysqlite2; then
-  pysqlite="${top}/pysqlite-2.3.2";
+  pysqlite="${top}/pysqlite-2.5.0";
 
-  www_get "PySQLite" "${pysqlite}" http://initd.org/pub/software/pysqlite/releases/2.3/2.3.2/pysqlite-2.3.2.tar.gz;
+  www_get "PySQLite" "${pysqlite}" http://oss.itsystementwicklung.de/download/pysqlite/2.5/2.5.0/pysqlite-2.5.0a.tar.gz;
   py_build "PySQLite" "${pysqlite}" false;
   py_install "PySQLite" "${pysqlite}";
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20080926/961f4f8e/attachment.html 


More information about the calendarserver-changes mailing list