PostreSQL 8.4.3
This commit is contained in:
parent
5bd1dcc801
commit
281b0e6b9f
1 changed files with 3 additions and 4 deletions
|
@ -2,9 +2,9 @@ require 'formula'
|
|||
require 'hardware'
|
||||
|
||||
class Postgresql <Formula
|
||||
@homepage='http://www.postgresql.org/'
|
||||
@url='http://ftp2.uk.postgresql.org/sites/ftp.postgresql.org/source/v8.4.2/postgresql-8.4.2.tar.bz2'
|
||||
@md5='d738227e2f1f742d2f2d4ab56496c5c6'
|
||||
homepage 'http://www.postgresql.org/'
|
||||
url 'http://ftp2.uk.postgresql.org/sites/ftp.postgresql.org/source/v8.4.3/postgresql-8.4.3.tar.bz2'
|
||||
md5 '7f70e7b140fb190f268837255582b07e'
|
||||
|
||||
depends_on 'readline'
|
||||
depends_on 'libxml2' if MACOS_VERSION < 10.6 #system libxml is too old
|
||||
|
@ -85,7 +85,6 @@ EOS
|
|||
caveats << <<-EOS
|
||||
|
||||
If you want to install the postgres gem, including ARCHFLAGS is recommended:
|
||||
|
||||
env ARCHFLAGS="-arch x86_64" gem install postgres
|
||||
|
||||
To install gems without sudo, see the Homebrew wiki.
|
||||
|
|
Loading…
Reference in a new issue