Revision: 6451 http://trac.macosforge.org/projects/calendarserver/changeset/6451 Author: wsanchez@apple.com Date: 2010-10-21 13:21:50 -0700 (Thu, 21 Oct 2010) Log Message: ----------- PostgreSQL -> 9.0.1 Modified Paths: -------------- CalendarServer/trunk/support/build.sh Modified: CalendarServer/trunk/support/build.sh =================================================================== --- CalendarServer/trunk/support/build.sh 2010-10-21 19:44:16 UTC (rev 6450) +++ CalendarServer/trunk/support/build.sh 2010-10-21 20:21:50 UTC (rev 6451) @@ -477,10 +477,10 @@ fi; if ! type postgres > /dev/null 2>&1; then - local pgv="8.4.4"; + local pgv="9.0.1"; local pg="postgresql-${pgv}"; c_dependency "PostgreSQL" "${pg}" \ - "http://ftp9.us.postgresql.org/pub/mirrors/postgresql/source/v${pgv}/${pg}.tar.gz" \ + "ftp://ftp5.us.postgresql.org/pub/PostgreSQL/source/v${pgv}/${pg}.tar.gz" \ --with-python; :; fi; @@ -530,7 +530,8 @@ "http://pypi.python.org/packages/source/s/select26/select26-0.1a3.tar.gz"; fi; - py_dependency -v 4.0 -m 1aca50e59ff4cc56abe9452a9a49c5ff -o \ + py_dependency -v 4.0 \ + -m "1aca50e59ff4cc56abe9452a9a49c5ff" -o \ "PyGreSQL" "pgdb" "PyGreSQL-4.0" \ "http://pypi.python.org/packages/source/P/PyGreSQL/PyGreSQL-4.0.tar.gz";
participants (1)
-
source_changes@macosforge.org