Index: head/net/mosquitto/Makefile =================================================================== --- head/net/mosquitto/Makefile (revision 490393) +++ head/net/mosquitto/Makefile (revision 490394) @@ -1,48 +1,48 @@ # Created by: Joseph Benden # $FreeBSD$ PORTNAME= mosquitto -PORTVERSION= 1.5.4 +PORTVERSION= 1.5.5 CATEGORIES= net MASTER_SITES= http://mosquitto.org/files/source/ MAINTAINER= joe@thrallingpenguin.com COMMENT= Open-Source MQTT Broker LICENSE= EPL LIB_DEPENDS= libcares.so:dns/c-ares \ libuuid.so:misc/e2fsprogs-libuuid BUILD_DEPENDS= xsltproc:textproc/libxslt USES= cmake ssl USE_RC_SUBR= mosquitto USE_LDCONFIG= yes USERS= nobody NOCONFIGURE= yes PLIST_SUB= PORTVERSION=${PORTVERSION} OPTIONS_DEFINE= WS +CMAKE_ARGS+= -DCMAKE_LIBDATADIR="${PREFIX}/libdata" + WS_DESC= MQTT over Websockets support WS_LIB_DEPENDS= libwebsockets.so:net/libwebsockets WS_CMAKE_ON= -DWITH_WEBSOCKETS=ON - -CMAKE_ARGS+= -DCMAKE_LIBDATADIR="${PREFIX}/libdata" post-patch: # do not run ldconfig in stage dir @${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: # Adjust configuration files ${MV} ${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 Index: head/net/mosquitto/distinfo =================================================================== --- head/net/mosquitto/distinfo (revision 490393) +++ head/net/mosquitto/distinfo (revision 490394) @@ -1,3 +1,3 @@ -TIMESTAMP = 1542087175 -SHA256 (mosquitto-1.5.4.tar.gz) = 5fd7f3454fd6d286645d032bc07f44a1c8583cec02ef2422c9eb32e0a89a9b2f -SIZE (mosquitto-1.5.4.tar.gz) = 430602 +TIMESTAMP = 1545122205 +SHA256 (mosquitto-1.5.5.tar.gz) = fcdb47e340864c545146681af7253399cc292e41775afd76400fda5b0d23d668 +SIZE (mosquitto-1.5.5.tar.gz) = 431998