Skip to content

Commit

Permalink
net-mgmt/nstat: use recommended scheme for unversioned software
Browse files Browse the repository at this point in the history
The nstat is unlikely to have a version in foreseeable future. Bump
PORTEPOCH and use what the Porters Handbook suggest. Remove the extra
patch, which in reality is just the top commit of the upstream git tree.

Take over maintainership due to maintainer timeout(s).

PR:	269138
  • Loading branch information
glebius committed Feb 7, 2023
1 parent e30c80d commit 2963bb0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
11 changes: 4 additions & 7 deletions net-mgmt/nstat/Makefile
@@ -1,12 +1,9 @@
PORTNAME= nstat
PORTVERSION= 1.0
PORTREVISION= 4
DISTVERSION= g20221110
PORTEPOCH= 1
CATEGORIES= net-mgmt

PATCH_SITES= https://github.com/gallatin/${PORTNAME}/commit/
PATCHFILES= 887938e948bb3f835c3554b482ad315df6cbbc0c.patch:-p1

MAINTAINER= swills@FreeBSD.org
MAINTAINER= glebius@FreeBSD.org
COMMENT= Replacement for bw/netstat/vmstat/pcm-memory.x
WWW= https://github.com/gallatin/nstat

Expand All @@ -19,7 +16,7 @@ RUN_DEPENDS_amd64= pcm-memory:sysutils/intel-pcm

USE_GITHUB= yes
GH_ACCOUNT= gallatin
GH_TAGNAME= 89b3844
GH_TAGNAME= 887938e

PLIST_FILES= bin/nstat \
man/man1/nstat.1.gz
Expand Down
8 changes: 3 additions & 5 deletions net-mgmt/nstat/distinfo
@@ -1,5 +1,3 @@
TIMESTAMP = 1672661994
SHA256 (gallatin-nstat-1.0-89b3844_GH0.tar.gz) = 6a7f6ba599f4765bc1d2da808fa1a86eb1041ef7c1105f6fff8c3e00953af89c
SIZE (gallatin-nstat-1.0-89b3844_GH0.tar.gz) = 5195
SHA256 (887938e948bb3f835c3554b482ad315df6cbbc0c.patch) = 17a47b4a73b7a30b04d0c0beb571b7217339a5db40479d2521949ae271df99f6
SIZE (887938e948bb3f835c3554b482ad315df6cbbc0c.patch) = 1197
TIMESTAMP = 1668099115
SHA256 (gallatin-nstat-g20221110-887938e_GH0.tar.gz) = b2a0fff0deec7807444fbec96a3f036607f9487df4c62b3a1d9ff915d8ce53ce
SIZE (gallatin-nstat-g20221110-887938e_GH0.tar.gz) = 5191

0 comments on commit 2963bb0

Please sign in to comment.