[CalendarServer-changes] [7432] CalendarServer/trunk/support/build.sh
source_changes at macosforge.org
source_changes at macosforge.org
Wed May 11 20:39:30 PDT 2011
Revision: 7432
http://trac.macosforge.org/projects/calendarserver/changeset/7432
Author: cdaboo at apple.com
Date: 2011-05-11 20:39:30 -0700 (Wed, 11 May 2011)
Log Message:
-----------
Pull in pycalendar fix for order of N vcard value when using directory gateway.
Modified Paths:
--------------
CalendarServer/trunk/support/build.sh
Modified: CalendarServer/trunk/support/build.sh
===================================================================
--- CalendarServer/trunk/support/build.sh 2011-05-11 22:52:12 UTC (rev 7431)
+++ CalendarServer/trunk/support/build.sh 2011-05-12 03:39:30 UTC (rev 7432)
@@ -671,9 +671,9 @@
"http://svn.osafoundation.org/vobject/trunk";
# XXX actually PyCalendar should be imported in-place.
- py_dependency -fe -i "src" -r 156 \
+ py_dependency -fe -i "src" -r 161 \
"pycalendar" "pycalendar" "pycalendar" \
- "http://svn.mulberrymail.com/repos/PyCalendar/branches/server";
+ "http://svn.mulberrymail.com/repos/PyCalendar/branches/server-stable";
#
# Tool dependencies. The code itself doesn't depend on these, but
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110511/8dda8378/attachment.html>
More information about the calendarserver-changes
mailing list