diff options
| author | Adam Vandenberg | 2012-03-17 12:06:40 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-03-17 12:06:40 -0700 |
| commit | 6386933bfdacf79d071a4eeddc93fc0e093a4eef (patch) | |
| tree | 8272e659d18f2ff08b3121a8e70cae60375b7f3e /Library/Formula/gloox.rb | |
| parent | e1a8bbca8dee0c676e7a32a78305284a6467313c (diff) | |
| download | homebrew-6386933bfdacf79d071a4eeddc93fc0e093a4eef.tar.bz2 | |
gloox: note that issue tracker is 404
Diffstat (limited to 'Library/Formula/gloox.rb')
| -rw-r--r-- | Library/Formula/gloox.rb | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/Library/Formula/gloox.rb b/Library/Formula/gloox.rb index e6f69f822..6b7f22e97 100644 --- a/Library/Formula/gloox.rb +++ b/Library/Formula/gloox.rb @@ -1,17 +1,16 @@ require 'formula' class Gloox < Formula - url 'http://camaya.net/download/gloox-1.0.tar.bz2' homepage 'http://camaya.net/gloox/' + url 'http://camaya.net/download/gloox-1.0.tar.bz2' md5 'f8eacf1c6476e0a309b453fd04f90e31' depends_on 'pkg-config' => :build - def patches - # Fix memory leak - # http://bugs.camaya.net/horde/whups/ticket/?id=181 - DATA - end + # Fix memory leak + # http://bugs.camaya.net/horde/whups/ticket/?id=181 + # Issue tracker is 404 on 3/17/2012 - @adamv + def patches; DATA; end def install system "./configure", "--disable-debug", |
