Hi,

This diff updates etherape to 0.9.10.
Tested on amd64.

Comments ? OK ?

Cheers,
benoit
Index: Makefile
===================================================================
RCS file: /cvs/ports/net/etherape/Makefile,v
retrieving revision 1.25
diff -u -r1.25 Makefile
--- Makefile    8 Dec 2010 13:36:30 -0000       1.25
+++ Makefile    2 Apr 2011 20:51:56 -0000
@@ -2,8 +2,7 @@
 
 COMMENT =              graphical network monitor
 
-DISTNAME =             etherape-0.9.9
-REVISION=              1
+DISTNAME =             etherape-0.9.10
 CATEGORIES =           net
 
 HOMEPAGE =             http://etherape.sourceforge.net/
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/etherape/distinfo,v
retrieving revision 1.6
diff -u -r1.6 distinfo
--- distinfo    24 Sep 2010 10:04:00 -0000      1.6
+++ distinfo    2 Apr 2011 20:51:56 -0000
@@ -1,5 +1,5 @@
-MD5 (etherape-0.9.9.tar.gz) = WsTThihP6O0xhgZWzf77RQ==
-RMD160 (etherape-0.9.9.tar.gz) = M0ndWomgcVYIgAvKCNzsg3ojgXQ=
-SHA1 (etherape-0.9.9.tar.gz) = j/gY1iWgx/7UwdU3PsVmXuCqnz0=
-SHA256 (etherape-0.9.9.tar.gz) = L5taL9/WKUD9IMstJTYlUzfrmwz9IQRXhEzIrFEX/uw=
-SIZE (etherape-0.9.9.tar.gz) = 1301421
+MD5 (etherape-0.9.10.tar.gz) = 52O5GbRvlPPMzHLwXZB1uw==
+RMD160 (etherape-0.9.10.tar.gz) = mlx1ND936MvfND0JZZQGtL0a0k0=
+SHA1 (etherape-0.9.10.tar.gz) = Y12J3f9NtVo5eBNiA7QRgACS7Rc=
+SHA256 (etherape-0.9.10.tar.gz) = ZBg8bWzHolO0aa57SQd8zQnSLWGaQSqDkr+xNBRnN5o=
+SIZE (etherape-0.9.10.tar.gz) = 1302480
Index: patches/patch-src_decode_proto_c
===================================================================
RCS file: /cvs/ports/net/etherape/patches/patch-src_decode_proto_c,v
retrieving revision 1.1
diff -u -r1.1 patch-src_decode_proto_c
--- patches/patch-src_decode_proto_c    24 Sep 2010 10:04:00 -0000      1.1
+++ patches/patch-src_decode_proto_c    2 Apr 2011 20:51:56 -0000
@@ -1,10 +1,15 @@
-$OpenBSD: patch-src_decode_proto_c,v 1.1 2010/09/24 10:04:00 jasper Exp $
-
-OpenBSD lacks DLT_PPI.
-
---- src/decode_proto.c.orig    Thu Sep 23 22:59:42 2010
-+++ src/decode_proto.c Thu Sep 23 23:01:05 2010
-@@ -165,7 +165,9 @@ static linktype_data_t linktypes[] = {
+$OpenBSD$
+--- src/decode_proto.c.orig    Sun Feb  6 11:10:46 2011
++++ src/decode_proto.c Sat Apr  2 17:13:26 2011
+@@ -26,6 +26,7 @@
+ #ifdef HAVE_ARPA_INET_H
+ #include <arpa/inet.h>
+ #endif
++#include <sys/socket.h>
+ #include "prot_types.h"
+ #include "util.h"
+ #include "decode_proto.h"
+@@ -165,7 +166,9 @@
   {"WLAN",   DLT_IEEE802_11,    LINK6,   get_wlan }, 
   /* Wireless with radiotap header */
   {"WLAN+RTAP",  DLT_IEEE802_11_RADIO, LINK6, get_radiotap }, 
Index: patches/patch-src_names_c
===================================================================
RCS file: /cvs/ports/net/etherape/patches/patch-src_names_c,v
retrieving revision 1.2
diff -u -r1.2 patch-src_names_c
--- patches/patch-src_names_c   24 Sep 2010 10:04:00 -0000      1.2
+++ patches/patch-src_names_c   2 Apr 2011 20:51:56 -0000
@@ -1,10 +1,13 @@
---- src/names.c.orig   Mon Jan  4 13:12:51 2010
-+++ src/names.c        Thu Sep 23 22:58:51 2010
-@@ -17,6 +17,7 @@
+$OpenBSD$
+--- src/names.c.orig   Sat Feb  5 17:26:52 2011
++++ src/names.c        Sat Apr  2 17:12:46 2011
+@@ -17,7 +17,9 @@
   * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
   */
  
 +#include <unistd.h>
  #include <netinet/in.h>
++#include <sys/socket.h>
  #ifdef HAVE_UNISTD_H
  #include <unistd.h>
+ #endif

Reply via email to