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

source_changes at macosforge.org source_changes at macosforge.org
Tue Feb 14 16:35:53 PST 2012


Revision: 8677
          http://trac.macosforge.org/projects/calendarserver/changeset/8677
Author:   wsanchez at apple.com
Date:     2012-02-14 16:35:53 -0800 (Tue, 14 Feb 2012)
Log Message:
-----------
Postgres -> 9.1.2

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

Modified: CalendarServer/trunk/support/build.sh
===================================================================
--- CalendarServer/trunk/support/build.sh	2012-02-15 00:25:50 UTC (rev 8676)
+++ CalendarServer/trunk/support/build.sh	2012-02-15 00:35:53 UTC (rev 8677)
@@ -626,7 +626,7 @@
   fi;
 
   if ! type -P postgres > /dev/null; then
-    local pgv="9.0.3";
+    local pgv="9.1.2";
     local pg="postgresql-${pgv}";
 
     if type -P dtrace > /dev/null; then
@@ -635,7 +635,7 @@
       local enable_dtrace="";
     fi;
 
-    c_dependency -m "56386ded2d5dcd8a4ceef0da81c3d22c" \
+    c_dependency -m "fe01293f96e04da9879840b1996a3d2c" \
       "PostgreSQL" "${pg}" \
       "ftp://ftp5.us.postgresql.org/pub/PostgreSQL/source/v${pgv}/${pg}.tar.gz" \
       --with-python ${enable_dtrace};
@@ -664,12 +664,13 @@
 
   py_dependency -m "7df2a529a074f613b509fb44feefe74e" \
     "setuptools" "setuptools" "${st}" \
-    "$pypi/s/setuptools/setuptools-0.6c11.tar.gz";
+    "$pypi/s/setuptools/${st}.tar.gz";
 
-  local zi="zope.interface-3.3.0";
+  local zv="3.3.0";
+  local zi="zope.interface-${zv}";
   py_dependency -m "93668855e37b4691c5c956665c33392c" \
     "Zope Interface" "zope.interface" "${zi}" \
-    "http://www.zope.org/Products/ZopeInterface/3.3.0/zope.interface-3.3.0.tar.gz";
+    "http://www.zope.org/Products/ZopeInterface/${zv}/${zi}.tar.gz";
 
   local pv="0.8.4";
   local px="PyXML-${pv}";
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120214/6624e070/attachment-0001.html>


More information about the calendarserver-changes mailing list