Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F148297600
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/net/mosquitto/Makefile b/net/mosquitto/Makefile
index 3aeb8c355b46..740405a39144 100644
--- a/net/mosquitto/Makefile
+++ b/net/mosquitto/Makefile
@@ -1,54 +1,54 @@
# Created by: Joseph Benden <joe@thrallingpenguin.com>
PORTNAME= mosquitto
-PORTVERSION= 2.0.8
+PORTVERSION= 2.0.10
CATEGORIES= net
-MASTER_SITES= http://mosquitto.org/files/source/
+MASTER_SITES= https://mosquitto.org/files/source/
MAINTAINER= joe@thrallingpenguin.com
COMMENT= Open source MQTT broker
LICENSE= EPL
BUILD_DEPENDS= xsltproc:textproc/libxslt \
docbook-xsl>0:textproc/docbook-xsl
LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid \
libcjson.so:devel/libcjson
RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
USES= cmake ssl
USE_RC_SUBR= mosquitto
USE_LDCONFIG= yes
CMAKE_ARGS= -DCMAKE_LIBDATADIR:PATH="${PREFIX}/libdata"
USERS= nobody
PLIST_SUB= PORTVERSION=${PORTVERSION}
OPTIONS_DEFINE= CARES WS
OPTIONS_DEFAULT= CARES
CARES_LIB_DEPENDS= libcares.so:dns/c-ares
CARES_CMAKE_ON= -DWITH_SRV:BOOL=ON
WS_DESC= MQTT over Websockets support
WS_LIB_DEPENDS= libwebsockets.so:net/libwebsockets
WS_CMAKE_ON= -DWITH_WEBSOCKETS:BOOL=ON
post-patch:
@${REINPLACE_CMD} -e '/ldconfig/d' ${WRKSRC}/src/CMakeLists.txt \
${WRKSRC}/lib/CMakeLists.txt ${WRKSRC}/lib/cpp/CMakeLists.txt
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/CMakeLists.txt
post-install:
${SED} -e '/cafile/s,/usr/local,${LOCALBASE},' \
${STAGEDIR}${ETCDIR}/mosquitto.conf > \
${STAGEDIR}${ETCDIR}/mosquitto.conf.sample
${MV} ${STAGEDIR}${ETCDIR}/pwfile.example \
${STAGEDIR}${ETCDIR}/pwfile.sample
${MV} ${STAGEDIR}${ETCDIR}/pskfile.example \
${STAGEDIR}${ETCDIR}/pskfile.sample
${MV} ${STAGEDIR}${ETCDIR}/aclfile.example \
${STAGEDIR}${ETCDIR}/aclfile.sample
.include <bsd.port.mk>
diff --git a/net/mosquitto/distinfo b/net/mosquitto/distinfo
index 3a80f21e8a5f..fec3d35813f8 100644
--- a/net/mosquitto/distinfo
+++ b/net/mosquitto/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1615114358
-SHA256 (mosquitto-2.0.8.tar.gz) = b15da8fc4edcb91d554e1259e220ea0173ef639ceaa4b465e06feb7e125b84bf
-SIZE (mosquitto-2.0.8.tar.gz) = 756636
+TIMESTAMP = 1627146562
+SHA256 (mosquitto-2.0.10.tar.gz) = 0188f7b21b91d6d80e992b8d6116ba851468b3bd154030e8a003ed28fb6f4a44
+SIZE (mosquitto-2.0.10.tar.gz) = 759106
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sun, Aug 9, 12:17 PM (1 d, 1 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29371208
Default Alt Text
(2 KB)
Attached To
Mode
R11 FreeBSD ports repository
Attached
Detach File
Event Timeline
Log In to Comment