Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Feb 2026 01:19:17 +0000
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: 1bce1ad51958 - main - sysutils/symon: update to 2.90
Message-ID:  <699cfc95.1856e.1df28f38@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by fuz:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1bce1ad51958386167678e11a6369300fbd13a52

commit 1bce1ad51958386167678e11a6369300fbd13a52
Author:     Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2026-02-18 08:16:18 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2026-02-24 00:44:47 +0000

    sysutils/symon: update to 2.90
    
     - now broken on FreeBSD 15 on account of DIOCGETSTATUS being removed
    
    Changelog: https://wpd.home.xs4all.nl/symon/changelog.html
    
    Sponsored by:   Raptor Computing Systems, LLC
---
 sysutils/symon/Makefile | 11 ++++++-----
 sysutils/symon/distinfo |  6 +++---
 2 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/sysutils/symon/Makefile b/sysutils/symon/Makefile
index 974a53e3e4e7..257641e84068 100644
--- a/sysutils/symon/Makefile
+++ b/sysutils/symon/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	symon
-PORTVERSION=	2.88
-PORTREVISION=	2
+DISTVERSION=	2.90
 CATEGORIES=	sysutils
 MASTER_SITES=	https://wpd.home.xs4all.nl/symon/philes/ \
 		LOCAL/uqs
@@ -9,6 +8,11 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Performance and information monitoring tool
 WWW=		https://wpd.home.xs4all.nl/symon/
 
+LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BROKEN_FreeBSD_15=	requires no longer supported ioctl(DIOCGETSTATUS)
+
 SUB_FILES=	pkg-message
 
 USES=		groff perl5 shebangfix
@@ -62,8 +66,5 @@ post-extract:
 post-patch:
 # We need to teach symon about mbstat changes/removal in r253351 and r253361.
 	@${RM} ${WRKSRC}/platform/FreeBSD/sm_mbuf.c
-.if ${OPSYS} == FreeBSD
-	@${REINPLACE_CMD} 's|altq/|net/&|' ${WRKSRC}/platform/FreeBSD/sm_pfq.c
-.endif
 
 .include <bsd.port.post.mk>
diff --git a/sysutils/symon/distinfo b/sysutils/symon/distinfo
index ad62fc139a1f..34c0a3189edc 100644
--- a/sysutils/symon/distinfo
+++ b/sysutils/symon/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1640596364
-SHA256 (symon-2.88.tar.gz) = 02fd2641b0f671b1a623ff37099c75a3523e3ae98c7fdb1f5ebd04cb9cfa20f1
-SIZE (symon-2.88.tar.gz) = 110149
+TIMESTAMP = 1771401603
+SHA256 (symon-2.90.tar.gz) = c0beed66964662bf9eec8137252054c0b500185b3804960a00bdf855ba2ceaf3
+SIZE (symon-2.90.tar.gz) = 102807


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?699cfc95.1856e.1df28f38>