aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-10-23 02:20:24 -0500
committerJack Nagel2014-10-23 02:20:24 -0500
commit660848ee908a662199a0eed1fae4c2801cb3fa11 (patch)
tree0dabc86a249f623554911aee7d7ccde42180423d /Library/Formula
parent3ba73cad42e6cf0acbda811073cc74f9183c37da (diff)
downloadhomebrew-660848ee908a662199a0eed1fae4c2801cb3fa11.tar.bz2
mpd: drop stale caveats
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/mpd.rb14
1 files changed, 0 insertions, 14 deletions
diff --git a/Library/Formula/mpd.rb b/Library/Formula/mpd.rb
index 82416a418..b8d313c0c 100644
--- a/Library/Formula/mpd.rb
+++ b/Library/Formula/mpd.rb
@@ -105,20 +105,6 @@ class Mpd < Formula
system "make install"
end
- def caveats; <<-EOS.undent
- As of mpd-0.17.4, this formula no longer enables support for streaming
- output by default. If you want streaming output, you must now specify
- the --with-libshout, --with-lame, --with-two-lame, and/or --with-flac
- options explicitly. (Use '--with-libshout --with-lame --with-flac' for
- the pre-0.17.4 behavior.)
-
- As of mpd-0.17.4, this formula has renamed options as follows:
- --lastfm -> --with-lastfm
- --libwrap -> --with-libwrap (unsupported in OSX >= 10.8)
- --enable-soundcloud -> --with-yajl
- EOS
- end
-
plist_options :manual => "mpd"
def plist; <<-EOS.undent