From cb066e7dcb0f77dd59d90ea4325e8d480920ed58 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 17 Mar 2012 11:45:48 -0700 Subject: fluid-synth: note that patch is accepted upstream --- Library/Formula/fluid-synth.rb | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/fluid-synth.rb b/Library/Formula/fluid-synth.rb index f12e1f165..f9595bbfb 100644 --- a/Library/Formula/fluid-synth.rb +++ b/Library/Formula/fluid-synth.rb @@ -1,7 +1,7 @@ require 'formula' class FluidSynth < Formula - homepage 'http://www.fluidsynth.org/' + homepage 'http://www.fluidsynth.org' url 'http://sourceforge.net/projects/fluidsynth/files/fluidsynth-1.1.5/fluidsynth-1.1.5.tar.gz' sha1 '2f98696ca0a6757684f0a881bf92b3149536fdf2' @@ -10,11 +10,10 @@ class FluidSynth < Formula depends_on 'glib' depends_on 'libsndfile' => :optional - def patches - # Fixes missing CoreAudio include on Lion. Here is the upstream report: - # https://sourceforge.net/apps/trac/fluidsynth/ticket/105 - DATA - end + # Fixes missing CoreAudio include on Lion. + # Patch has been accepted upstream. + # https://sourceforge.net/apps/trac/fluidsynth/ticket/105 + def patches; DATA; end def install mkdir 'build' do -- cgit v1.2.3