diff options
| author | Diwaker Gupta | 2011-08-30 16:13:57 -0700 |
|---|---|---|
| committer | Charlie Sharpsteen | 2011-09-04 17:30:08 -0700 |
| commit | 74f7cf90ef4441d52c4f25e23b5cb437dfd2c23b (patch) | |
| tree | 3a838ea2adf506489e0e117f07975d3b251b1de8 | |
| parent | 72ffe54bbade445d59ca3f14347bbaafb92ee1b3 (diff) | |
| download | homebrew-74f7cf90ef4441d52c4f25e23b5cb437dfd2c23b.tar.bz2 | |
Thrift: Update to 0.7.0
Closes #7319.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
| -rw-r--r-- | Library/Formula/thrift.rb | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Library/Formula/thrift.rb b/Library/Formula/thrift.rb index 40b196dbd..a55848c2a 100644 --- a/Library/Formula/thrift.rb +++ b/Library/Formula/thrift.rb @@ -1,10 +1,10 @@ require 'formula' class Thrift < Formula - homepage 'http://incubator.apache.org/thrift/' + homepage 'http://thrift.apache.org' head 'http://svn.apache.org/repos/asf/thrift/trunk' - url 'http://www.apache.org/dyn/closer.cgi?path=thrift/0.6.1/thrift-0.6.1.tar.gz' - md5 'e1ec722d5f38077a23a32c4de4d4ce94' + url 'http://www.apache.org/dyn/closer.cgi?path=thrift/0.7.0/thrift-0.7.0.tar.gz' + md5 '7a57a480745eab3dd25e02f5d5cc3770' depends_on 'boost' @@ -16,6 +16,9 @@ class Thrift < Formula system "./bootstrap.sh" if version == 'HEAD' + # This is a known bug in Thrift 0.7 + system "chmod +x ./configure ./install*sh" + # Language bindings try to install outside of Homebrew's prefix, so # omit them here. For ruby you can install the gem, and for Python # you can use pip or easy_install. |
