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

Collapse All | Expand All

(-)b/net/bmon/Makefile (-5 / +3 lines)
Lines 1-10 Link Here
1
PORTNAME=	bmon
1
PORTNAME=	bmon
2
PORTVERSION=	4.0
2
PORTVERSION=	4.0
3
PORTREVISION=	2
4
DISTVERSIONPREFIX=	v
3
DISTVERSIONPREFIX=	v
4
PORTREVISION=	3
5
CATEGORIES=	net
5
CATEGORIES=	net
6
6
7
MAINTAINER=	ports@FreeBSD.org
7
MAINTAINER=	portmaster@BSDforge.com
8
COMMENT=	Human-readable bandwidth monitor and rate estimator
8
COMMENT=	Human-readable bandwidth monitor and rate estimator
9
WWW=		https://github.com/tgraf/bmon
9
WWW=		https://github.com/tgraf/bmon
10
10
Lines 12-24 LICENSE= MIT Link Here
12
12
13
LIB_DEPENDS=	libconfuse.so:devel/libconfuse
13
LIB_DEPENDS=	libconfuse.so:devel/libconfuse
14
14
15
USES=		autoreconf gettext-runtime ncurses pkgconfig:build
15
USE_GITHUB=	yes
16
USE_GITHUB=	yes
16
GH_ACCOUNT=	tgraf
17
GH_ACCOUNT=	tgraf
17
18
18
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
20
USES=		autoreconf ncurses pkgconfig:build
21
22
OPTIONS_DEFINE=	DOCS
20
OPTIONS_DEFINE=	DOCS
23
21
24
.include <bsd.port.mk>
22
.include <bsd.port.mk>
(-)b/net/bmon/files/patch-src_in_sysctl.c (-2 / +2 lines)
Lines 1-5 Link Here
1
--- src/in_sysctl.c.orig	2017-05-18 12:03:29.320093000 -0700
1
--- src/in_sysctl.c.orig	2024-05-14 12:03:29 UTC
2
+++ src/in_sysctl.c	2017-05-18 12:17:31.135080000 -0700
2
+++ src/in_sysctl.c
3
@@ -232,7 +232,7 @@ sysctl_read(void)
3
@@ -232,7 +232,7 @@ sysctl_read(void)
4
 		snprintf(info_buf, sizeof(info_buf), "%ju", (uintmax_t)ifm->ifm_data.ifi_metric);
4
 		snprintf(info_buf, sizeof(info_buf), "%ju", (uintmax_t)ifm->ifm_data.ifi_metric);
5
 		element_update_info(e, "Metric", info_buf);
5
 		element_update_info(e, "Metric", info_buf);

Return to bug 278973