diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2011-06-13 17:01:27 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2011-06-13 17:01:27 +0800 |
commit | 289d17223f4c4f7f60f5bbf8ccbd7f1112f7d2af (patch) | |
tree | f77111e9a198a038de8e69c5cedbbed5368a4698 /net | |
parent | a55df17b47c831b8aaeb2371af594d5a393ec79e (diff) | |
download | freebsd-ports-gnome-289d17223f4c4f7f60f5bbf8ccbd7f1112f7d2af.tar.gz freebsd-ports-gnome-289d17223f4c4f7f60f5bbf8ccbd7f1112f7d2af.tar.zst freebsd-ports-gnome-289d17223f4c4f7f60f5bbf8ccbd7f1112f7d2af.zip |
Update to 0.7.3
Diffstat (limited to 'net')
-rw-r--r-- | net/nload/Makefile | 6 | ||||
-rw-r--r-- | net/nload/distinfo | 4 | ||||
-rw-r--r-- | net/nload/pkg-descr | 13 |
3 files changed, 9 insertions, 14 deletions
diff --git a/net/nload/Makefile b/net/nload/Makefile index 102bc91d4cf4..a954b7e3f164 100644 --- a/net/nload/Makefile +++ b/net/nload/Makefile @@ -6,10 +6,10 @@ # PORTNAME= nload -PORTVERSION= 0.7.2 -PORTREVISION= 1 +PORTVERSION= 0.7.3 CATEGORIES= net -MASTER_SITES= CRITICAL SF +MASTER_SITES= http://www.roland-riegel.de/nload/ \ + CRITICAL MAINTAINER= ehaupt@FreeBSD.org COMMENT= Console application which monitors network traffic in real time diff --git a/net/nload/distinfo b/net/nload/distinfo index e54f5996c93c..db2589cbfec3 100644 --- a/net/nload/distinfo +++ b/net/nload/distinfo @@ -1,2 +1,2 @@ -SHA256 (nload-0.7.2.tar.gz) = 54af659b9b490702c3aa01a9d5b64b3b328bd08b9d2295a7fc848c1c7a3c8352 -SIZE (nload-0.7.2.tar.gz) = 145262 +SHA256 (nload-0.7.3.tar.gz) = 4dc8e8b80098ece1d18ceeac55b81036ce4d56061f24342b6cd40be5eda89422 +SIZE (nload-0.7.3.tar.gz) = 150887 diff --git a/net/nload/pkg-descr b/net/nload/pkg-descr index 329f4c592399..db5f7e0f29a2 100644 --- a/net/nload/pkg-descr +++ b/net/nload/pkg-descr @@ -1,11 +1,6 @@ -This is a port of nload. - -nload is a console application which monitors network traffic and -bandwidth usage in real time. It visualizes the in- and outgoing -traffic using two graphs and provides additionally info like total -amount of transfered data and min/max network usage. +nload is a console application which monitors network traffic and bandwidth +usage in real time. It visualizes the in- and outgoing traffic using two graphs +and provides additionally info like total amount of transfered data and min/max +network usage. WWW: http://www.roland-riegel.de/nload/ - -- Olivier Tharan -olive@oban.frmug.org |