diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-02 12:38:55 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-02 12:38:55 +0000 |
commit | 81c42bd5560fff66af4c259dafdc6ba6c221f5cb (patch) | |
tree | 40df2e1f89d5d41c83fe7e8fca5c7058160ab0b1 /net/nload | |
parent | b8804d6529456c2c10cc3080a8837db56d689ec7 (diff) | |
download | ports-81c42bd5560fff66af4c259dafdc6ba6c221f5cb.tar.gz ports-81c42bd5560fff66af4c259dafdc6ba6c221f5cb.zip |
Notes
Diffstat (limited to 'net/nload')
-rw-r--r-- | net/nload/Makefile | 2 | ||||
-rw-r--r-- | net/nload/distinfo | 2 | ||||
-rw-r--r-- | net/nload/files/patch-aa | 12 | ||||
-rw-r--r-- | net/nload/files/patch-ab | 22 |
4 files changed, 2 insertions, 36 deletions
diff --git a/net/nload/Makefile b/net/nload/Makefile index 8b2a24ed9126..bc78989139fc 100644 --- a/net/nload/Makefile +++ b/net/nload/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nload -PORTVERSION= 0.5.0 +PORTVERSION= 0.6.0 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/net/nload/distinfo b/net/nload/distinfo index 54eddcc8a697..73941ca7d8ce 100644 --- a/net/nload/distinfo +++ b/net/nload/distinfo @@ -1 +1 @@ -MD5 (nload-0.5.0.tar.gz) = 4b6bdc397f25af456ccecbf748b1af26 +MD5 (nload-0.6.0.tar.gz) = a8859e49176bb50826b52b8345b117d3 diff --git a/net/nload/files/patch-aa b/net/nload/files/patch-aa deleted file mode 100644 index 31a8c16d7b13..000000000000 --- a/net/nload/files/patch-aa +++ /dev/null @@ -1,12 +0,0 @@ -diff -urN src/form_field.cpp src/form_field.cpp ---- src/form_field.cpp Sun Oct 20 11:35:27 2002 -+++ src/form_field.cpp Sun Oct 20 11:35:39 2002 -@@ -133,7 +133,7 @@ - } - - --Form::Form( Slots* slots = 0 ) : m_slots( slots ), m_form(0), m_visible( false ) -+Form::Form( Slots* slots ) : m_slots( slots ), m_form(0), m_visible( false ) - { - m_instances.push_back( this ); - } diff --git a/net/nload/files/patch-ab b/net/nload/files/patch-ab index a75960c58f45..3c789e526812 100644 --- a/net/nload/files/patch-ab +++ b/net/nload/files/patch-ab @@ -9,25 +9,3 @@ "The options above can also be changed at run time by pressing the 'o' key.\n\n", PACKAGE, VERSION, ---- docs/nload.1.in.orig Wed Aug 20 13:38:09 2003 -+++ docs/nload.1.in Wed Aug 20 13:38:31 2003 -@@ -85,7 +85,7 @@ - The default is M. - .TP - .B devices --Network devices to use. The default device is "eth0". -+Network devices to use. The default device is "fxp0". - .TP - .B \-h, \-\-help - Show a short summary of these command line options. -@@ -112,10 +112,6 @@ - .TP - .B '+', '-' - Scroll the option window. -- --.SH FILES --.I /proc/net/dev --is read by nload to get the network traffic data. - - .SH VERSION - This is version @VERSION@ of nload. |