Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 05 Feb 2026 08:51:43 +0000
From:      Oleksii Samorukov <samm@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 377c24a92858 - main - comms/ebusd: portfmt && portclippy
Message-ID:  <69845a1f.3ec1e.525b2b7c@gitrepo.freebsd.org>

index | next in thread | raw e-mail

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:


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69845a1f.3ec1e.525b2b7c>