diff --git a/sysutils/bmd-plugin-avahi/Makefile b/sysutils/bmd-plugin-avahi/Makefile index e1acae0a2992..3b0b70ac6d9c 100644 --- a/sysutils/bmd-plugin-avahi/Makefile +++ b/sysutils/bmd-plugin-avahi/Makefile @@ -1,26 +1,25 @@ PORTNAME= bmd-plugin-avahi -DISTVERSION= 2.0 -PORTREVISION= 1 +DISTVERSION= 3.0 CATEGORIES= sysutils MAINTAINER= naito.yuichiro@gmail.com COMMENT= BMD plugin avahi WWW= https://github.com/yuichiro-naito/bmd-plugin-avahi LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= bhyve runs on amd64 only BUILD_DEPENDS= bmd>0:sysutils/bmd RUN_DEPENDS= bmd>0:sysutils/bmd \ avahi-app>0:net/avahi-app USE_GITHUB= yes GH_ACCOUNT= yuichiro-naito pre-install: ${MKDIR} ${STAGEDIR}/${LOCALBASE}/libexec/bmd .include diff --git a/sysutils/bmd-plugin-avahi/distinfo b/sysutils/bmd-plugin-avahi/distinfo index fb8e6aff396f..a0fbb2effec4 100644 --- a/sysutils/bmd-plugin-avahi/distinfo +++ b/sysutils/bmd-plugin-avahi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1694074691 -SHA256 (yuichiro-naito-bmd-plugin-avahi-2.0_GH0.tar.gz) = 6e527783a432ff32dbb87d951bf7461d17ee26bba7c7f4ca9b750516075b43c9 -SIZE (yuichiro-naito-bmd-plugin-avahi-2.0_GH0.tar.gz) = 2930 +TIMESTAMP = 1728456203 +SHA256 (yuichiro-naito-bmd-plugin-avahi-3.0_GH0.tar.gz) = b376005893d981dbc856476e7e7da5de6a1176c2cd6314f6cb7a5bdb0aca89db +SIZE (yuichiro-naito-bmd-plugin-avahi-3.0_GH0.tar.gz) = 3069 diff --git a/sysutils/bmd-plugin-avahi/files/patch-Makefile b/sysutils/bmd-plugin-avahi/files/patch-Makefile index 18ecb801b0ea..79310bf41bc2 100644 --- a/sysutils/bmd-plugin-avahi/files/patch-Makefile +++ b/sysutils/bmd-plugin-avahi/files/patch-Makefile @@ -1,19 +1,9 @@ ---- Makefile.orig 2023-09-01 00:37:15 UTC +--- Makefile.orig 2024-07-23 07:59:39 UTC +++ Makefile -@@ -1,11 +1,15 @@ MK_DEBUG_FILES= no - LOCALBASE?= /usr/local +@@ -1,4 +1,6 @@ MK_DEBUG_FILES= no +BINOWN!= id -u +BINGRP!= id -g -+SHAREOWN= ${BINOWN} -+SHAREGRP= ${BINGRP} SHLIB= bmdplugin_avahi SHLIB_MAJOR= 1 CFLAGS+= -I${LOCALBASE}/include -DLOCALBASE=\"${LOCALBASE}\" - LIBDIR= $(LOCALBASE)/libexec/bmd - SRCS= avahi.c - MAN= bmd-plugin-avahi.8 --MANDIR= $(LOCALBASE)/man/man -+MANDIR= $(LOCALBASE)/share/man/man - - .include