diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2008-02-27 23:37:12 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2008-02-27 23:37:12 +0000 |
commit | 7211abf50a3e5f58cff832799d33a51974f0d155 (patch) | |
tree | a69a0b8474d00c9fffade71c320678701a69da9a /net | |
parent | 1b0e02331f7753438d7f547490d0ee5dd056ed55 (diff) | |
download | ports-7211abf50a3e5f58cff832799d33a51974f0d155.tar.gz ports-7211abf50a3e5f58cff832799d33a51974f0d155.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/nload/Makefile | 7 | ||||
-rw-r--r-- | net/nload/distinfo | 6 | ||||
-rw-r--r-- | net/nload/files/patch-ab | 11 |
3 files changed, 6 insertions, 18 deletions
diff --git a/net/nload/Makefile b/net/nload/Makefile index 5923c17b2b9a..2c9c8efd2144 100644 --- a/net/nload/Makefile +++ b/net/nload/Makefile @@ -6,18 +6,17 @@ # PORTNAME= nload -PORTVERSION= 0.6.0 +PORTVERSION= 0.7.1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ehaupt@FreeBSD.org COMMENT= Console application which monitors network traffic in real time -HAS_CONFIGURE= yes +GNU_CONFIGURE= yes MAN1= nload.1 -MANCOMPRESSED= yes PLIST_FILES= bin/nload .include <bsd.port.mk> diff --git a/net/nload/distinfo b/net/nload/distinfo index d20990311d01..1877e2ad4518 100644 --- a/net/nload/distinfo +++ b/net/nload/distinfo @@ -1,3 +1,3 @@ -MD5 (nload-0.6.0.tar.gz) = a8859e49176bb50826b52b8345b117d3 -SHA256 (nload-0.6.0.tar.gz) = 546c7934a1e97aed34982eca6a4f17d33956479f76de9151371fa58eb24766c9 -SIZE (nload-0.6.0.tar.gz) = 121136 +MD5 (nload-0.7.1.tar.gz) = 68c18348649a015864a4d5b22e0e6333 +SHA256 (nload-0.7.1.tar.gz) = d4f34c65b72014b5d4f21f24262b8ba1f714dc87851a1bf05c929cb4a7767bc6 +SIZE (nload-0.7.1.tar.gz) = 144658 diff --git a/net/nload/files/patch-ab b/net/nload/files/patch-ab deleted file mode 100644 index 3c789e526812..000000000000 --- a/net/nload/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- src/main.cpp.orig Wed Aug 20 13:39:57 2003 -+++ src/main.cpp Wed Aug 20 13:40:16 2003 -@@ -441,7 +441,7 @@ - " default is \"%s\"\n" - "--help\n" - "-h print this help\n\n" -- "example: %s -t 200 -s 7 -i 1024 -o 128 -U h eth0 eth1\n\n" -+ "example: %s -t 200 -s 7 -i 1024 -o 128 -U h fxp0 fxp1\n\n" - "The options above can also be changed at run time by pressing the 'o' key.\n\n", - PACKAGE, - VERSION, |