Hi,

This diff updates etherape to the latest release 0.9.8.
Tested on amd64/sparc64.

Comments ? OK ?

Cheers,
benoit
Index: Makefile
===================================================================
RCS file: /cvs/openbsd/ports/net/etherape/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- Makefile    10 Aug 2009 06:33:43 -0000      1.15
+++ Makefile    28 Sep 2009 15:33:07 -0000
@@ -2,8 +2,7 @@
 
 COMMENT =              graphical network monitor
 
-DISTNAME =             etherape-0.9.7
-PKGNAME=               ${DISTNAME}p0
+DISTNAME =             etherape-0.9.8
 CATEGORIES =           net
 
 HOMEPAGE =             http://etherape.sourceforge.net/
Index: distinfo
===================================================================
RCS file: /cvs/openbsd/ports/net/etherape/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- distinfo    10 Jun 2009 09:45:33 -0000      1.4
+++ distinfo    28 Sep 2009 15:33:07 -0000
@@ -1,5 +1,5 @@
-MD5 (etherape-0.9.7.tar.gz) = e1eDCQ2Sq+eWNNpLWCxrSA==
-RMD160 (etherape-0.9.7.tar.gz) = 4uat5oadlHL9hiwbHRsR8NEXicM=
-SHA1 (etherape-0.9.7.tar.gz) = cuXlcFMKieqWKhflVyMxgBDpqOU=
-SHA256 (etherape-0.9.7.tar.gz) = vKiFfuP+OAFBDizCd341jMEZdh7z4UG7u6vY/S4va3s=
-SIZE (etherape-0.9.7.tar.gz) = 860868
+MD5 (etherape-0.9.8.tar.gz) = yncNI7glsaOdTDsn79jL0Q==
+RMD160 (etherape-0.9.8.tar.gz) = H1FkRNzV9ANc5hE1URrOX8kckOQ=
+SHA1 (etherape-0.9.8.tar.gz) = s/8WHnpDvCB9vafeTdAKFg2rM48=
+SHA256 (etherape-0.9.8.tar.gz) = QISC+bApXWv2+IIBzvZcNedkhamB9m/c0SFWMo9pB3Q=
+SIZE (etherape-0.9.8.tar.gz) = 856379
Index: patches/patch-src_main_c
===================================================================
RCS file: /cvs/openbsd/ports/net/etherape/patches/patch-src_main_c,v
retrieving revision 1.1
diff -u -r1.1 patch-src_main_c
--- patches/patch-src_main_c    10 Jun 2009 09:45:37 -0000      1.1
+++ patches/patch-src_main_c    28 Sep 2009 15:33:07 -0000
@@ -1,11 +1,11 @@
 $OpenBSD: patch-src_main_c,v 1.1 2009/06/10 09:45:37 benoit Exp $
---- src/main.c.orig    Sat Mar 25 08:07:44 2006
-+++ src/main.c Mon May 25 23:36:48 2009
+--- src/main.c.orig    Sun Sep 27 09:29:45 2009
++++ src/main.c Mon Sep 28 11:40:47 2009
 @@ -21,6 +21,7 @@
  #include <config.h>
  #endif
  
 +#include <unistd.h>
  #include <netinet/in.h>
- #include "globals.h"
  #include <signal.h>
+ #include <gnome.h>
Index: patches/patch-src_names_c
===================================================================
RCS file: patches/patch-src_names_c
diff -N patches/patch-src_names_c
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ patches/patch-src_names_c   28 Sep 2009 15:33:07 -0000
@@ -0,0 +1,10 @@
+--- src/names.c.orig   Sat Sep 26 20:32:40 2009
++++ src/names.c        Mon Sep 28 11:34:10 2009
+@@ -17,6 +17,7 @@
+  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+  */
+ 
++#include <unistd.h>
+ #include <netinet/in.h>
+ #include "globals.h"
+ #include "names.h"
Index: pkg/PLIST
===================================================================
RCS file: /cvs/openbsd/ports/net/etherape/pkg/PLIST,v
retrieving revision 1.4
diff -u -r1.4 PLIST
--- pkg/PLIST   10 Jun 2009 09:45:40 -0000      1.4
+++ pkg/PLIST   28 Sep 2009 15:33:07 -0000
@@ -20,7 +20,7 @@
 share/etherape/doc/etherape/C/figures/proto_info.png
 share/etherape/doc/etherape/C/figures/protocol_edit_dlg.png
 share/etherape/glade/
-share/etherape/glade/etherape.glade2
+share/etherape/glade/etherape.glade
 share/etherape/glade/etherape.png
 share/etherape/glade/pause.xpm
 share/etherape/glade/play.xpm
@@ -29,6 +29,7 @@
 share/locale/fr/LC_MESSAGES/etherape.mo
 share/locale/nl/LC_MESSAGES/etherape.mo
 share/locale/tr/LC_MESSAGES/etherape.mo
+share/omf/
 share/omf/etherape/
 share/omf/etherape/etherape-C.omf
 share/pixmaps/

Reply via email to