summaryrefslogtreecommitdiff
path: root/net/knemo/files/patch-knemod-interfacetooltip.cpp
diff options
context:
space:
mode:
authorMarkus Brueffer <markus@FreeBSD.org>2006-04-03 08:23:08 +0000
committerMarkus Brueffer <markus@FreeBSD.org>2006-04-03 08:23:08 +0000
commite6d2928d9160be4adb93fb5cdfea75051dbb1280 (patch)
tree46e84c381407f6cb3e1a02b07786178495053d4a /net/knemo/files/patch-knemod-interfacetooltip.cpp
parentRequire perl from ports. Do not bump PORTREVISION as it doesn't affect (diff)
- Update to version 0.4.0
- Use MASTER_SITE_LOCAL to provide an own distfile, since the original one was created with unsermake. Apart from the buildsystem there are no changes. - Change WWW in pkg-descr to point to the new projectsite
Diffstat (limited to 'net/knemo/files/patch-knemod-interfacetooltip.cpp')
-rw-r--r--net/knemo/files/patch-knemod-interfacetooltip.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/knemo/files/patch-knemod-interfacetooltip.cpp b/net/knemo/files/patch-knemod-interfacetooltip.cpp
index 10235e4477c3..9dce92066cf6 100644
--- a/net/knemo/files/patch-knemod-interfacetooltip.cpp
+++ b/net/knemo/files/patch-knemod-interfacetooltip.cpp
@@ -1,6 +1,6 @@
---- knemod/interfacetooltip.cpp.orig Fri Jan 21 17:51:13 2005
-+++ knemod/interfacetooltip.cpp Fri Jan 21 17:59:47 2005
-@@ -99,6 +99,23 @@
+--- src/knemod/interfacetooltip.cpp.orig Sat Apr 1 21:44:22 2006
++++ src/knemod/interfacetooltip.cpp Sun Apr 2 21:30:52 2006
+@@ -101,6 +101,23 @@
if ( data.available )
{
@@ -24,7 +24,7 @@
if ( toolTipContent & IP_ADDRESS )
text += "<tr><td>" + mToolTips[4].first + "</td><td>" + data.ipAddress + "</td></tr>";
if ( toolTipContent & SUBNET_MASK )
-@@ -107,6 +124,7 @@
+@@ -109,6 +126,7 @@
{
if ( toolTipContent & BCAST_ADDRESS )
text += "<tr><td>" + mToolTips[18].first + "</td><td>" + data.broadcastAddress + "</td></tr>";