[CalendarServer-changes] [6907] CalendarServer/trunk/support/build.sh

source_changes at macosforge.org source_changes at macosforge.org
Mon Feb 7 14:48:21 PST 2011


Revision: 6907
          http://trac.macosforge.org/projects/calendarserver/changeset/6907
Author:   wsanchez at apple.com
Date:     2011-02-07 14:48:21 -0800 (Mon, 07 Feb 2011)
Log Message:
-----------
Update postgres to 9.0.3

Modified Paths:
--------------
    CalendarServer/trunk/support/build.sh

Modified: CalendarServer/trunk/support/build.sh
===================================================================
--- CalendarServer/trunk/support/build.sh	2011-02-07 22:10:29 UTC (rev 6906)
+++ CalendarServer/trunk/support/build.sh	2011-02-07 22:48:21 UTC (rev 6907)
@@ -493,9 +493,9 @@
   fi;
 
   if ! type postgres > /dev/null 2>&1; then
-    local pgv="9.0.1";
+    local pgv="9.0.3";
     local pg="postgresql-${pgv}";
-    c_dependency -m "5093c321bc47af2ea9afa726605ff1ce" \
+    c_dependency -m "56386ded2d5dcd8a4ceef0da81c3d22c" \
       "PostgreSQL" "${pg}" \
       "ftp://ftp5.us.postgresql.org/pub/PostgreSQL/source/v${pgv}/${pg}.tar.gz" \
       --with-python;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110207/c6552c40/attachment-0001.html>


More information about the calendarserver-changes mailing list