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>
This commit is contained in:
parent
fe9948604a
commit
f38c4a7e7d
1 changed files with 2 additions and 8 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue