diff options
author | oliver <oliver@FreeBSD.org> | 2003-06-16 06:11:49 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2003-06-16 06:11:49 +0800 |
commit | fa432c2a6a9341c9b297d79e939e2d4b9898d7af (patch) | |
tree | 1541b6e0f557ffca9fd6792626234b8d0ae02d0c /net/ifstat | |
parent | 962b8bd1978d30ca0b0390042273f63dbc5d5883 (diff) | |
download | freebsd-ports-gnome-fa432c2a6a9341c9b297d79e939e2d4b9898d7af.tar.gz freebsd-ports-gnome-fa432c2a6a9341c9b297d79e939e2d4b9898d7af.tar.zst freebsd-ports-gnome-fa432c2a6a9341c9b297d79e939e2d4b9898d7af.zip |
update ifstat to 1.0
PR: 51272
Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
Diffstat (limited to 'net/ifstat')
-rw-r--r-- | net/ifstat/Makefile | 4 | ||||
-rw-r--r-- | net/ifstat/distinfo | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net/ifstat/Makefile b/net/ifstat/Makefile index d2bc376a4b9a..5efe98432538 100644 --- a/net/ifstat/Makefile +++ b/net/ifstat/Makefile @@ -6,12 +6,12 @@ # PORTNAME= ifstat -PORTVERSION= 0.5 +PORTVERSION= 1.0 CATEGORIES= net MASTER_SITES= http://gael.roualland.free.fr/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@freebsd.org +MAINTAINER= ports@FreeBSD.org COMMENT= Network interface statistics monitoring tool GNU_CONFIGURE= yes diff --git a/net/ifstat/distinfo b/net/ifstat/distinfo index 8af7c55ad565..86aefc53c19f 100644 --- a/net/ifstat/distinfo +++ b/net/ifstat/distinfo @@ -1 +1 @@ -MD5 (ifstat-0.5.tar.gz) = 56adb65b429965df8329e376358cfddd +MD5 (ifstat-1.0.tar.gz) = 8759bf0debe80e55e8922be10e51e981 |