aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorCody Cutrer2012-01-23 15:28:58 -0700
committerAdam Vandenberg2012-01-25 17:40:08 -0800
commit8bb4696ed1a68a818f017174cf3ed1ca1bbaef66 (patch)
treed4b8cecda3be3ebc69c9dc686aa792cddbf470d1 /Library
parent84ea2c100d2b6b94f8944f42e90fc8d66e3c5975 (diff)
downloadhomebrew-8bb4696ed1a68a818f017174cf3ed1ca1bbaef66.tar.bz2
pgbouncer 1.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/pgbouncer.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/pgbouncer.rb b/Library/Formula/pgbouncer.rb
index 15b1cd10f..09d362aff 100644
--- a/Library/Formula/pgbouncer.rb
+++ b/Library/Formula/pgbouncer.rb
@@ -1,9 +1,9 @@
require 'formula'
class Pgbouncer < Formula
- url 'http://pgfoundry.org/frs/download.php/3085/pgbouncer-1.4.2.tgz'
+ url 'http://pgfoundry.org/frs/download.php/3197/pgbouncer-1.5.tgz'
homepage 'http://wiki.postgresql.org/wiki/PgBouncer'
- md5 '5083110b5b4f2127234bfc7b1f451f8d'
+ md5 '6179fdc7f7e3c702fe834d655676de4c'
depends_on 'libevent'
@@ -11,6 +11,7 @@ class Pgbouncer < Formula
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--with-libevent=#{HOMEBREW_PREFIX}",
"--prefix=#{prefix}"
+ system "ln -s ../install-sh doc/install-sh"
system "make install"
bin.install "etc/mkauth.py"
etc.install %w(etc/pgbouncer.ini etc/userlist.txt)