aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Rudd2011-05-02 14:54:33 +1000
committerAdam Vandenberg2011-05-01 22:18:30 -0700
commit4ace40a340c2b8b9756570a624b668c670428a9d (patch)
treea33184d0db30a226d10c4721b5fa4b6c57ca2541 /Library
parent5c61f9db7b16acf48877a8992286d35e82bb1c85 (diff)
downloadhomebrew-4ace40a340c2b8b9756570a624b668c670428a9d.tar.bz2
mosquitto 0.10
Removes the patch from the previous version of the formula, the changes in that patch have been pulled into the main release of mosquitto. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/mosquitto.rb10
1 files changed, 2 insertions, 8 deletions
diff --git a/Library/Formula/mosquitto.rb b/Library/Formula/mosquitto.rb
index ffe23fd1f..4f52ba114 100644
--- a/Library/Formula/mosquitto.rb
+++ b/Library/Formula/mosquitto.rb
@@ -1,18 +1,12 @@
require 'formula'
class Mosquitto < Formula
- url 'http://mosquitto.org/files/source/mosquitto-0.9.3.tar.gz'
+ url 'http://mosquitto.org/files/source/mosquitto-0.10.tar.gz'
homepage 'http://mosquitto.org'
- md5 'e40040533067a22be783af14d8f16a46'
+ md5 'a0fc18f41684627ec54fc60bdd8fe9c7'
depends_on 'cmake' => :build
- def patches
- # Fixes man page installation: in man/CMakeLists.txt,
- # the parentheses around MANDEST should be braces.
- { :p1 => "https://bitbucket.org/oojah/mosquitto/changeset/fc5c83daefb0/raw/mosquitto-fc5c83daefb0.diff" }
- end
-
def install
system "cmake . #{std_cmake_parameters}"
system "make install"