git: 377c24a92858 - main - comms/ebusd: portfmt && portclippy

From: Oleksii Samorukov <samm_at_FreeBSD.org>
Date: Thu, 05 Feb 2026 08:51:43 UTC
The branch main has been updated by samm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=377c24a9285802ae9118837f94b7b192c5f93f9a

commit 377c24a9285802ae9118837f94b7b192c5f93f9a
Author:     Oleksii Samorukov <samm@FreeBSD.org>
AuthorDate: 2026-02-05 08:46:38 +0000
Commit:     Oleksii Samorukov <samm@FreeBSD.org>
CommitDate: 2026-02-05 08:46:38 +0000

    comms/ebusd: portfmt && portclippy
---
 comms/ebusd/Makefile | 20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)

diff --git a/comms/ebusd/Makefile b/comms/ebusd/Makefile
index be669b0a36e7..d2c607b04b86 100644
--- a/comms/ebusd/Makefile
+++ b/comms/ebusd/Makefile
@@ -16,25 +16,27 @@ GH_ACCOUNT=	john30
 
 USE_RC_SUBR=	ebusd
 
+GNU_CONFIGURE=	yes
+CPPFLAGS+=	-I${LOCALBASE}/include
+
 USERS=		ebusd
 GROUPS=		ebusd
 
 LOGDIR=		/var/log/${PORTNAME}
 RUNDIR=		/var/run/${PORTNAME}
-CPPFLAGS+=	-I${LOCALBASE}/include
-GNU_CONFIGURE=	yes
 
-PLIST_SUB=	USER=${USERS} GROUP=${GROUPS} \
+PLIST_SUB=	GROUP=${GROUPS} \
 		LOGDIR=${LOGDIR} \
-		RUNDIR=${RUNDIR}
+		RUNDIR=${RUNDIR} \
+		USER=${USERS}
 
-OPTIONS_DEFINE=	MQTT
-OPTIONS_DEFAULT=MQTT
-OPTIONS_SUB=	yes
-MQTT_DESC=	MQTT protocol support
+OPTIONS_DEFINE=		MQTT
+OPTIONS_DEFAULT=	MQTT
+OPTIONS_SUB=		yes
+MQTT_DESC=		MQTT protocol support
 
-MQTT_CONFIGURE_WITH=	mqtt
 MQTT_LIB_DEPENDS=	libmosquitto.so:net/mosquitto
+MQTT_CONFIGURE_WITH=	mqtt
 MQTT_VARS=		LIBS+=-lmosquitto
 
 post-install: