Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Mar 2024 09:55:04 GMT
From:      Robert Clausecker <fuz@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6da2f97e692a - main - sysutils/xmbmon: grab maintainership
Message-ID:  <202403280955.42S9t4uV089361@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fuz:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6da2f97e692a0f2c885c22781d7dbd5688f2188c

commit 6da2f97e692a0f2c885c22781d7dbd5688f2188c
Author:     takefu <takefu@airport.fm>
AuthorDate: 2024-03-28 09:19:04 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2024-03-28 09:50:03 +0000

    sysutils/xmbmon: grab maintainership
    
    Change maintainer
    portlint(1) compliance
    
    Approved by:    bofh (maintainer, via IRC)
    PR:             278004
---
 sysutils/xmbmon/Makefile | 15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

diff --git a/sysutils/xmbmon/Makefile b/sysutils/xmbmon/Makefile
index 61c87b63a3a7..3fae46e5f232 100644
--- a/sysutils/xmbmon/Makefile
+++ b/sysutils/xmbmon/Makefile
@@ -8,23 +8,16 @@ DISTNAME=	${PORTNAME}${PORTVERSION}
 PATCH_SITES+=	${MASTER_SITES}
 PATCHFILES+=	${PORTNAME}${PORTVERSION}_fflush.patch
 
-MAINTAINER=	bofh@FreeBSD.org
+MAINTAINER=	takefu@airport.fm
 COMMENT=	MB monitor for LM78/79, W8378x, AS99127F, VT82C686 and ADM9240
 WWW=		http://www.nt.phys.kyushu-u.ac.jp/shimizu/download/download.html
 
 LICENSE=	BSD2CLAUSE
 
-DEPRECATED=	These hardwares are no longer available and the port is no longer relevant
-EXPIRATION_DATE=	2024-04-13
-
-ONLY_FOR_ARCHS=	i386 amd64
-
+ONLY_FOR_ARCHS=	amd64 i386
 GNU_CONFIGURE=	yes
-
 PORTSCOUT=	skipv:205conf
-
 PORTDOCS=	ChangeLog ChangeLog.jp ReadMe ReadMe.jp ReadMe.tech
-
 OPTIONS_DEFINE=	ASUS SMB DOCS
 OPTIONS_DEFAULT=SMB CLI
 OPTIONS_MULTI=	INTERFACE
@@ -39,9 +32,9 @@ CLI_PLIST_FILES=	"@mode 4555"\
 			bin/mbmon \
 			@mode\
 			share/man/man1/mbmon.1.gz
-CLI_VARS=		USE_RC_SUBR=mbmon
+CLI_VARS=	USE_RC_SUBR=mbmon
 X11_USES=	xorg
-X11_USE=	XORG=x11,xt
+X11_USE=	XORG=x11,xt,ice,sm
 X11_MAKE_ARGS_OFF=	PROGRAM="mbmon"
 X11_PLIST_FILES=	"@mode 4555"\
 			bin/xmbmon \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403280955.42S9t4uV089361>