diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-09-18 11:02:03 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-09-18 11:02:03 +0000 |
commit | 64330e03907335c9c656b413fbcc96461ae76179 (patch) | |
tree | b259479ab2147c428ba9fde8ee28c63e837dea04 /net-mgmt | |
parent | 51b4ec8d900c2d922a6fcaa70337e13f5487b9df (diff) | |
download | ports-64330e03907335c9c656b413fbcc96461ae76179.tar.gz ports-64330e03907335c9c656b413fbcc96461ae76179.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/etherape/Makefile | 5 | ||||
-rw-r--r-- | net-mgmt/etherape/distinfo | 6 | ||||
-rw-r--r-- | net-mgmt/etherape/files/patch-capture.c | 20 | ||||
-rw-r--r-- | net-mgmt/etherape/files/patch-resolv.c | 11 |
4 files changed, 5 insertions, 37 deletions
diff --git a/net-mgmt/etherape/Makefile b/net-mgmt/etherape/Makefile index 0712793cf2ff..53a230f120e2 100644 --- a/net-mgmt/etherape/Makefile +++ b/net-mgmt/etherape/Makefile @@ -6,12 +6,11 @@ # PORTNAME= etherape -PORTVERSION= 0.9.6 -PORTREVISION= 5 +PORTVERSION= 0.9.7 CATEGORIES= net-mgmt gnome MASTER_SITES= SF -MAINTAINER= ports@FreeBSD.org +MAINTAINER= scjamorim@bsd.com.br COMMENT= A graphical network traffic visualization tool for gnome USE_GETTEXT= yes diff --git a/net-mgmt/etherape/distinfo b/net-mgmt/etherape/distinfo index 0e9b917329cd..f646f402080b 100644 --- a/net-mgmt/etherape/distinfo +++ b/net-mgmt/etherape/distinfo @@ -1,3 +1,3 @@ -MD5 (etherape-0.9.6.tar.gz) = a6f2b27da7d25346b824c42762ada61f -SHA256 (etherape-0.9.6.tar.gz) = ab4e2f4dc90e2bccbf72f3bc750df4ea3c234fdbc31a85b640107f5b5c5e47fc -SIZE (etherape-0.9.6.tar.gz) = 860413 +MD5 (etherape-0.9.7.tar.gz) = 7b5783090d92abe79634da4b582c6b48 +SHA256 (etherape-0.9.7.tar.gz) = bca8857ee3fe3801410e2cc2777e358cc119761ef3e141bbbbabd8fd2e2f6b7b +SIZE (etherape-0.9.7.tar.gz) = 860868 diff --git a/net-mgmt/etherape/files/patch-capture.c b/net-mgmt/etherape/files/patch-capture.c deleted file mode 100644 index 4a7a0a44e28c..000000000000 --- a/net-mgmt/etherape/files/patch-capture.c +++ /dev/null @@ -1,20 +0,0 @@ ---- src/capture.c.orig Sat Apr 29 09:58:35 2006 -+++ src/capture.c Mon May 29 01:14:23 2006 -@@ -464,10 +464,13 @@ - return FALSE; - } - -- /* preparing protocol summary and nodes/links catalogs */ -- protocol_summary_open(); -- nodes_catalog_open(); -- links_catalog_open(); -+ if (status != PAUSE) -+ { -+ /* preparing protocol summary and nodes/links catalogs */ -+ protocol_summary_open(); -+ nodes_catalog_open(); -+ links_catalog_open(); -+ } - - /* - * See pause_capture for an explanation of why we don't always diff --git a/net-mgmt/etherape/files/patch-resolv.c b/net-mgmt/etherape/files/patch-resolv.c deleted file mode 100644 index 4e062d403126..000000000000 --- a/net-mgmt/etherape/files/patch-resolv.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/resolv.c.orig Sat Apr 29 09:58:35 2006 -+++ src/resolv.c Mon May 29 00:54:06 2006 -@@ -500,7 +500,7 @@ - */ - if (g_pethers_path == NULL) - { -- g_strdup_printf (g_pethers_path, "%s/%s", -+ g_pethers_path = g_strdup_printf ("%s/%s", - get_home_dir (), EPATH_PERSONAL_ETHERS); - } - |