From 485760724713f2f60f8fb3157ebd70a1d5c6e61f Mon Sep 17 00:00:00 2001 From: Daniel Holtmann-Rice Date: Sun, 14 Aug 2011 19:14:24 -0400 Subject: doxygen 1.7.5 Signed-off-by: Adam Vandenberg --- Library/Formula/doxygen.rb | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'Library/Formula/doxygen.rb') diff --git a/Library/Formula/doxygen.rb b/Library/Formula/doxygen.rb index 075c65453..3ff811145 100644 --- a/Library/Formula/doxygen.rb +++ b/Library/Formula/doxygen.rb @@ -1,9 +1,9 @@ require 'formula' class Doxygen < Formula - url 'http://ftp.stack.nl/pub/users/dimitri/doxygen-1.7.4.src.tar.gz' + url 'http://ftp.stack.nl/pub/users/dimitri/doxygen-1.7.5.src.tar.gz' homepage 'http://www.doxygen.org/' - md5 'ff908759ff7cd9464424b04ae6c68e48' + md5 '40912d0a4b8248d78df6f705837dcd80' head 'https://doxygen.svn.sourceforge.net/svnroot/doxygen/trunk' def install @@ -13,13 +13,6 @@ class Doxygen < Formula s.change_make_var! 'MAN1DIR', 'share/man/man1' end - # This allows compilation against 10.7 Lion, by changing a preprocessor - # OS version check error to a warning. A bug report has been filed - # upstream (https://bugzilla.gnome.org/show_bug.cgi?id=650463). This - # should be fixed in the next version of Doxygen, so the following line - # can and should be removed when it is released. - inreplace "qtools/qglobal.h", " error", " warning" - system "make" system "make install" end -- cgit v1.2.3