Index: head/comms/ebusd/Makefile =================================================================== --- head/comms/ebusd/Makefile (revision 561309) +++ head/comms/ebusd/Makefile (revision 561310) @@ -1,47 +1,47 @@ # $FreeBSD$ PORTNAME= ebusd -PORTVERSION= 3.4 +PORTVERSION= 21.1 DISTVERSIONPREFIX= v CATEGORIES= comms MAINTAINER= samm@FreeBSD.org COMMENT= Daemon for communication with eBUS heating systems LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libargp.so:devel/argp-standalone USES= autoreconf compiler:c++11-lang localbase:ldflags USE_GITHUB= yes GH_ACCOUNT= john30 USE_RC_SUBR= ebusd 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} \ LOGDIR=${LOGDIR} \ RUNDIR=${RUNDIR} OPTIONS_DEFINE= MQTT OPTIONS_DEFAULT=MQTT MQTT_DESC= MQTT protocol support MQTT_CONFIGURE_WITH= mqtt MQTT_LIB_DEPENDS= libmosquitto.so:net/mosquitto MQTT_VARS= LIBS+=-lmosquitto post-install: ${MKDIR} ${STAGEDIR}${LOGDIR} ${MKDIR} ${STAGEDIR}${RUNDIR} .include Index: head/comms/ebusd/distinfo =================================================================== --- head/comms/ebusd/distinfo (revision 561309) +++ head/comms/ebusd/distinfo (revision 561310) @@ -1,3 +1,3 @@ -TIMESTAMP = 1588504293 -SHA256 (john30-ebusd-v3.4_GH0.tar.gz) = 38d69e8687ab98cd6cfcadc6ca1b1949ce29a0efa51f82e3e38777a1f99b28ae -SIZE (john30-ebusd-v3.4_GH0.tar.gz) = 462066 +TIMESTAMP = 1610442006 +SHA256 (john30-ebusd-v21.1_GH0.tar.gz) = fa880268999c5cd02eb34d9fa83c5c253daf62e3a15a94b6b25e3b8077590189 +SIZE (john30-ebusd-v21.1_GH0.tar.gz) = 492515 Index: head/comms/ebusd/pkg-plist =================================================================== --- head/comms/ebusd/pkg-plist (revision 561309) +++ head/comms/ebusd/pkg-plist (revision 561310) @@ -1,6 +1,7 @@ bin/ebusd bin/ebusctl bin/ebusfeed +bin/ebuspicloader @dir(%%USER%%,%%GROUP%%,750) %%RUNDIR%% @dir(%%USER%%,%%GROUP%%,750) %%LOGDIR%% @dir %%ETCDIR%%