Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Jun 2025 18:56:30 GMT
From:      Hiroki Tagato <tagattie@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 38d8d0292af6 - main - net/nethogs: update to 0.8.8
Message-ID:  <202506171856.55HIuU5J001314@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by tagattie:

URL: https://cgit.FreeBSD.org/ports/commit/?id=38d8d0292af6ce2d039b2e8d3b82f36d8fc404ae

commit 38d8d0292af6ce2d039b2e8d3b82f36d8fc404ae
Author:     Siva Mahadevan <me@svmhdvn.name>
AuthorDate: 2025-04-28 16:35:26 +0000
Commit:     Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2025-06-17 18:56:05 +0000

    net/nethogs: update to 0.8.8
    
    While here, reorder variables to make portclippy/portfmt happy.
    
    Changelog:
    - https://github.com/raboof/nethogs/releases/tag/v0.8.6
    - https://github.com/raboof/nethogs/releases/tag/v0.8.7
    - https://github.com/raboof/nethogs/releases/tag/v0.8.8
    
    PR:             284559
    Reported by:    kunda <luzpaz@pm.me>, Siva Mahadevan <me@svmhdvn.name>
    Approved by:    anastasios@mageirias.com (maintainer timeout, >7 weeks)
---
 net/nethogs/Makefile | 11 +++++------
 net/nethogs/distinfo |  6 +++---
 2 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/net/nethogs/Makefile b/net/nethogs/Makefile
index ce19e22a075a..bfaaaa3f2577 100644
--- a/net/nethogs/Makefile
+++ b/net/nethogs/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	nethogs
-PORTVERSION=	0.8.5
 DISTVERSIONPREFIX=	v
-PORTREVISION=	2
+DISTVERSION=	0.8.8
 CATEGORIES=	net
 
 MAINTAINER=	anastasios@mageirias.com
@@ -13,16 +12,16 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 BROKEN_i386=	non-constant-expression cannot be narrowed from type 'unsigned int' to 'time_t' (aka 'int') in initializer list
 
+USES=		compiler:c++11-lang gmake shebangfix
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	raboof
 
-USES=	compiler:c++11-lang gmake shebangfix
-
 SHEBANG_FILES=	determineVersion.sh
 bash_CMD=	/bin/sh
 
-PLIST_FILES=	share/man/man8/nethogs.8.gz \
-		sbin/nethogs
+PLIST_FILES=	sbin/nethogs \
+		share/man/man8/nethogs.8.gz
 
 post-install:
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/nethogs
diff --git a/net/nethogs/distinfo b/net/nethogs/distinfo
index b3e21916547e..6402b03d3b98 100644
--- a/net/nethogs/distinfo
+++ b/net/nethogs/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1488685002
-SHA256 (raboof-nethogs-v0.8.5_GH0.tar.gz) = 6a9392726feca43228b3f0265379154946ef0544c2ca2cac59ec35a24f469dcc
-SIZE (raboof-nethogs-v0.8.5_GH0.tar.gz) = 112385
+TIMESTAMP = 1745858151
+SHA256 (raboof-nethogs-v0.8.8_GH0.tar.gz) = 111ade20cc545e8dfd7ce4e293bd6b31cd1678a989b6a730bd2fa2acc6254818
+SIZE (raboof-nethogs-v0.8.8_GH0.tar.gz) = 272792


home | help

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