Skip to content

Commit

Permalink
pgpool-ii 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jacknagel committed Nov 10, 2014
1 parent 872d708 commit 92c4965
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions Formula/pgpool-ii.rb
Expand Up @@ -2,18 +2,11 @@

class PgpoolIi < Formula
homepage "http://www.pgpool.net/mediawiki/index.php/Main_Page"
url "http://www.pgpool.net/download.php?f=pgpool-II-3.2.8.tar.gz"
sha1 "77ae7f3472294e33837670a45579c72b12e2f50b"
url "http://www.pgpool.net/download.php?f=pgpool-II-3.4.0.tar.gz"
sha1 "5502268055b6ba48013c1b7c9ac5a8ce3a0d30ed"

depends_on :postgresql

# Fix strlcpy conflict. Patch adapted from upstream commit:
# http://git.postgresql.org/gitweb/?p=pgpool2.git;a=commit;h=95a874ce94abc2859f53ecbd005d3332db423b48
patch do
url "https://gist.githubusercontent.com/jacknagel/10cef3c878cda8788b47/raw/e635efc28b63393aaea0aca896b898136849da07/pgpool.diff"
sha1 "b653936ba47a0cea88a8bb45cc462d628498a370"
end

def install
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
system "make", "install"
Expand Down

0 comments on commit 92c4965

Please sign in to comment.