Index: head/net/bmon/Makefile =================================================================== --- head/net/bmon/Makefile (revision 442557) +++ head/net/bmon/Makefile (revision 442558) @@ -1,27 +1,26 @@ # Created by: Jon Nistor # $FreeBSD$ PORTNAME= bmon -PORTVERSION= 3.3 +PORTVERSION= 4.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= net MAINTAINER= michelle@sorbs.net COMMENT= Human-readable bandwidth monitor and rate estimator LICENSE= MIT LIB_DEPENDS= libconfuse.so:devel/libconfuse CONFLICTS_INSTALL= bmon-* USE_GITHUB= yes GH_ACCOUNT= tgraf GNU_CONFIGURE= yes USES= autoreconf ncurses pkgconfig:build OPTIONS_DEFINE= DOCS .include Index: head/net/bmon/distinfo =================================================================== --- head/net/bmon/distinfo (revision 442557) +++ head/net/bmon/distinfo (revision 442558) @@ -1,2 +1,3 @@ -SHA256 (tgraf-bmon-v3.3_GH0.tar.gz) = 1d62451178d3d682a6cf2778ebade7e63f2a9bebe3d35aef20cf94b51679dcca -SIZE (tgraf-bmon-v3.3_GH0.tar.gz) = 57331 +TIMESTAMP = 1495133346 +SHA256 (tgraf-bmon-v4.0_GH0.tar.gz) = d5e503ff6b116c681ebf4d10e238604dde836dceb9c0008eb92416a96c87ca40 +SIZE (tgraf-bmon-v4.0_GH0.tar.gz) = 61843 Index: head/net/bmon/files/patch-src_in_sysctl.c =================================================================== --- head/net/bmon/files/patch-src_in_sysctl.c (nonexistent) +++ head/net/bmon/files/patch-src_in_sysctl.c (revision 442558) @@ -0,0 +1,11 @@ +--- src/in_sysctl.c.orig 2017-05-18 12:03:29.320093000 -0700 ++++ src/in_sysctl.c 2017-05-18 12:17:31.135080000 -0700 +@@ -232,7 +232,7 @@ sysctl_read(void) + snprintf(info_buf, sizeof(info_buf), "%ju", (uintmax_t)ifm->ifm_data.ifi_metric); + element_update_info(e, "Metric", info_buf); + +-#ifndef __NetBSD__ ++#if !(defined(__NetBSD__) || defined(__FreeBSD__)) + snprintf(info_buf, sizeof(info_buf), "%u", ifm->ifm_data.ifi_recvquota); + element_update_info(e, "RX-Quota", info_buf); + Property changes on: head/net/bmon/files/patch-src_in_sysctl.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property