View | Details | Raw Unified | Return to bug 277854 | Differences between
and this patch

Collapse All | Expand All

(-)b/sysutils/bmd-plugin-avahi/Makefile (-2 / +1 lines)
Lines 1-6 Link Here
1
PORTNAME=	bmd-plugin-avahi
1
PORTNAME=	bmd-plugin-avahi
2
DISTVERSION=	2.0
2
DISTVERSION=	3.0
3
PORTREVISION=	1
4
CATEGORIES=	sysutils
3
CATEGORIES=	sysutils
5
4
6
MAINTAINER=	naito.yuichiro@gmail.com
5
MAINTAINER=	naito.yuichiro@gmail.com
(-)b/sysutils/bmd-plugin-avahi/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1694074691
1
TIMESTAMP = 1722436567
2
SHA256 (yuichiro-naito-bmd-plugin-avahi-2.0_GH0.tar.gz) = 6e527783a432ff32dbb87d951bf7461d17ee26bba7c7f4ca9b750516075b43c9
2
SHA256 (yuichiro-naito-bmd-plugin-avahi-3.0_GH0.tar.gz) = b376005893d981dbc856476e7e7da5de6a1176c2cd6314f6cb7a5bdb0aca89db
3
SIZE (yuichiro-naito-bmd-plugin-avahi-2.0_GH0.tar.gz) = 2930
3
SIZE (yuichiro-naito-bmd-plugin-avahi-3.0_GH0.tar.gz) = 3069
(-)b/sysutils/bmd-plugin-avahi/files/patch-Makefile (-10 / +2 lines)
Lines 1-7 Link Here
1
--- Makefile.orig	2023-09-01 00:37:15 UTC
1
--- Makefile.orig	2024-07-23 07:59:39 UTC
2
+++ Makefile
2
+++ Makefile
3
@@ -1,11 +1,15 @@ MK_DEBUG_FILES=	no
3
@@ -1,4 +1,8 @@ MK_DEBUG_FILES=	no
4
 LOCALBASE?=	/usr/local
5
 MK_DEBUG_FILES=	no
4
 MK_DEBUG_FILES=	no
6
+BINOWN!=	id -u
5
+BINOWN!=	id -u
7
+BINGRP!=	id -g
6
+BINGRP!=	id -g
Lines 10-19 Link Here
10
 SHLIB=		bmdplugin_avahi
9
 SHLIB=		bmdplugin_avahi
11
 SHLIB_MAJOR=	1
10
 SHLIB_MAJOR=	1
12
 CFLAGS+=	-I${LOCALBASE}/include -DLOCALBASE=\"${LOCALBASE}\"
11
 CFLAGS+=	-I${LOCALBASE}/include -DLOCALBASE=\"${LOCALBASE}\"
13
 LIBDIR=		$(LOCALBASE)/libexec/bmd
14
 SRCS= 		avahi.c
15
 MAN=		bmd-plugin-avahi.8
16
-MANDIR=		$(LOCALBASE)/man/man
17
+MANDIR=		$(LOCALBASE)/share/man/man
18
 
19
 .include <bsd.lib.mk>

Return to bug 277854