net-mgmt/nstat: update to new snapshot
This commit is contained in:
parent
ec53ec9286
commit
cd62f86858
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=517079
3 changed files with 5 additions and 15 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= nstat
|
||||
PORTVERSION= 1.0
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= net-mgmt
|
||||
|
||||
MAINTAINER= swills@FreeBSD.org
|
||||
|
@ -15,7 +15,7 @@ RUN_DEPENDS= pcm.x:sysutils/intel-pcm
|
|||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= gallatin
|
||||
GH_TAGNAME= 5839b41
|
||||
GH_TAGNAME= 30de621
|
||||
|
||||
PLIST_FILES= bin/nstat \
|
||||
man/man1/nstat.1.gz
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1516051596
|
||||
SHA256 (gallatin-nstat-1.0-5839b41_GH0.tar.gz) = 1f43ce88e2a1b09a4369325e6761fa490a7a680ea20a8cedc0644c4023195ac8
|
||||
SIZE (gallatin-nstat-1.0-5839b41_GH0.tar.gz) = 5136
|
||||
TIMESTAMP = 1573230222
|
||||
SHA256 (gallatin-nstat-1.0-30de621_GH0.tar.gz) = ce5c15c558470c65e6241069caef58cf6608ecf4d8fde2851ae28aac8f557e0f
|
||||
SIZE (gallatin-nstat-1.0-30de621_GH0.tar.gz) = 5195
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
--- nstat.c.orig 2018-07-26 14:34:20 UTC
|
||||
+++ nstat.c
|
||||
@@ -53,6 +53,7 @@
|
||||
|
||||
|
||||
/* why is this only defined in the kernel */
|
||||
+#undef timespecadd
|
||||
#define timespecadd(vvp, uvp) \
|
||||
do { \
|
||||
(vvp)->tv_sec += (uvp)->tv_sec; \
|
Loading…
Reference in a new issue