git: e3dbb06f2ff3 - main - net/mosquitto: Take maintainership
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 25 Jul 2025 20:39:37 UTC
The branch main has been updated by leres:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e3dbb06f2ff36f1466cced9d5c187158f101bd31
commit e3dbb06f2ff36f1466cced9d5c187158f101bd31
Author: Craig Leres <leres@FreeBSD.org>
AuthorDate: 2025-07-25 20:39:15 +0000
Commit: Craig Leres <leres@FreeBSD.org>
CommitDate: 2025-07-25 20:39:15 +0000
net/mosquitto: Take maintainership
While here run Makefile through portfmt.
---
net/mosquitto/Makefile | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/net/mosquitto/Makefile b/net/mosquitto/Makefile
index 302ea81345ba..a59fd685e388 100644
--- a/net/mosquitto/Makefile
+++ b/net/mosquitto/Makefile
@@ -4,16 +4,16 @@ PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= https://mosquitto.org/files/source/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= leres@FreeBSD.org
COMMENT= Open source MQTT broker
WWW= https://mosquitto.org/
LICENSE= EPL
-BUILD_DEPENDS= xsltproc:textproc/libxslt \
- docbook-xsl>0:textproc/docbook-xsl
-LIB_DEPENDS= libuuid.so:misc/libuuid \
- libcjson.so:devel/libcjson
+BUILD_DEPENDS= docbook-xsl>0:textproc/docbook-xsl \
+ xsltproc:textproc/libxslt
+LIB_DEPENDS= libcjson.so:devel/libcjson \
+ libuuid.so:misc/libuuid
RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
USES= cmake cpe ssl
@@ -26,8 +26,8 @@ USERS= nobody
PLIST_SUB= DISTVERSION=${DISTVERSION}
-OPTIONS_DEFINE= CARES WEBSOCKET
-OPTIONS_DEFAULT=CARES WEBSOCKET
+OPTIONS_DEFINE= CARES WEBSOCKET
+OPTIONS_DEFAULT= CARES WEBSOCKET
CARES_LIB_DEPENDS= libcares.so:dns/c-ares
CARES_CMAKE_ON= -DWITH_SRV:BOOL=ON