Commits

Andrew L. Moore authored and Perry E. Metzger committed 7099171b51e
mosquitto: Update to revision 1.4.15.
No tags

net/mosquitto/Portfile

Modified
1 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2 2
3 3 PortSystem 1.0
4 4 PortGroup cmake 1.1
5 5
6 6 name mosquitto
7 -version 1.4.14
7 +version 1.4.15
8 +revision 0
8 9
9 10 categories net devel
10 11 platforms darwin
11 12 license {EPL-1.0 EDL-1.0}
12 13
13 14 maintainers {gmail.com:slewsys @slewsys} openmaintainer
14 15
15 16 description Mosquitto is an open-source MQTT 3.1/3.1.1 broker
16 17
17 18 long_description \
18 19 MQTT is a machine-to-machine / "Internet of Things" connectivity protocol. \
19 20 Mosquito provides an open-source MQTT v3.1.1 broker (i.e., server) and \
20 21 both C and C++ client libraries.
21 22
22 -
23 23 homepage https://mosquitto.org
24 24 master_sites http://mosquitto.org/files/source/
25 25
26 -checksums rmd160 e3066723255dfffbf2f86fc4d37625c866072477 \
27 - sha256 156b1fa731d12baad4b8b22f7b6a8af50ba881fc711b81e9919ec103cf2942d1
26 +checksums rmd160 d2438c8c3b2005265def411826961f94c9413b52 \
27 + sha256 7d3b3e245a3b4ec94b05678c8199c806359737949f4cfe0bf936184f6ca89a83 \
28 + size 368961
28 29
29 30 depends_lib port:c-ares \
30 - port:tcp_wrappers \
31 31 port:libwebsockets \
32 + port:tcp_wrappers \
32 33 path:lib/libssl.dylib:openssl
33 34
34 35 configure.args-append \
35 36 -DWITH_WEBSOCKETS=ON -DUSE_LIBWRAP=ON
36 37
37 38 set mosquitto_user mosquitto
38 39 set mosquitto_group mosquitto
39 40
40 41 add_users ${mosquitto_user} group=${mosquitto_group} shell=/bin/sh \
41 42 home=${prefix}/var/lib/${name} realname=Mosquitto\ MQTT\ Server

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut