aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-01-02 20:38:55 +0800
committerkrion <krion@FreeBSD.org>2004-01-02 20:38:55 +0800
commitfe6c744de160304ae3297e3883263b351e269ab9 (patch)
tree206512fe9e08db9088c30ef90cae37882645c7f9
parenta927628926359aa4b2005cde475368a3191a7ca8 (diff)
downloadfreebsd-ports-gnome-fe6c744de160304ae3297e3883263b351e269ab9.tar.gz
freebsd-ports-gnome-fe6c744de160304ae3297e3883263b351e269ab9.tar.zst
freebsd-ports-gnome-fe6c744de160304ae3297e3883263b351e269ab9.zip
- Update to version 0.6.0
PR: 60819 Submitted by: maintainer
-rw-r--r--net/nload/Makefile2
-rw-r--r--net/nload/distinfo2
-rw-r--r--net/nload/files/patch-aa12
-rw-r--r--net/nload/files/patch-ab22
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.