From 44e4f48ba3bdadca7126a9622f0a2e6fb185b776 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 7 Nov 2013 01:30:30 -0600 Subject: loudmouth 1.5.0-20121201 --- Library/Formula/loudmouth.rb | 31 ++++--------------------------- 1 file changed, 4 insertions(+), 27 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/loudmouth.rb b/Library/Formula/loudmouth.rb index 1a1795de7..1f494e2a2 100644 --- a/Library/Formula/loudmouth.rb +++ b/Library/Formula/loudmouth.rb @@ -1,22 +1,16 @@ require 'formula' class Loudmouth < Formula - homepage 'http://www.loudmouth-project.org/' - url 'http://mcabber.com/files/loudmouth-1.4.3-20111204.tar.bz2' - version '1.4.3.111204' - sha1 '38010a74d28fa06624b7461e515aec47c0ff140e' + homepage 'http://mcabber.com' + url 'http://mcabber.com/files/loudmouth-1.5.0-20121201.tar.bz2' + version '1.5.0.20121201' + sha1 '502963c3068f7033bb21d788918c1e5cd14f386e' depends_on 'pkg-config' => :build depends_on 'glib' depends_on 'gnutls' depends_on 'libidn' - # Fix compilation against newer glib. See: - # https://github.com/mxcl/homebrew/issues/12240 - def patches - DATA - end - def install system "./configure", "--disable-debug", "--disable-dependency-tracking", @@ -24,20 +18,3 @@ class Loudmouth < Formula system "make install" end end - - -__END__ -diff --git a/loudmouth/lm-error.c b/loudmouth/lm-error.c -index 103aaaf..74d3315 100644 ---- a/loudmouth/lm-error.c -+++ b/loudmouth/lm-error.c -@@ -25,7 +25,7 @@ - */ - - #include --#include -+#include - #include "lm-error.h" - - GQuark - -- cgit v1.2.3