From 6386933bfdacf79d071a4eeddc93fc0e093a4eef Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 17 Mar 2012 12:06:40 -0700 Subject: gloox: note that issue tracker is 404 --- Library/Formula/gloox.rb | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'Library/Formula') 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", -- cgit v1.2.3