[52287] trunk/dports/net/etherape

macsforever2000 at macports.org macsforever2000 at macports.org
Sat Jun 13 09:22:36 PDT 2009


Revision: 52287
          http://trac.macports.org/changeset/52287
Author:   macsforever2000 at macports.org
Date:     2009-06-13 09:22:35 -0700 (Sat, 13 Jun 2009)
Log Message:
-----------
Update to version 0.9.7. Removed unnecessary patchfiles. (#19848)

Modified Paths:
--------------
    trunk/dports/net/etherape/Portfile

Added Paths:
-----------
    trunk/dports/net/etherape/files/patch-util.h

Removed Paths:
-------------
    trunk/dports/net/etherape/files/patch-globals.h
    trunk/dports/net/etherape/files/patch-main.c
    trunk/dports/net/etherape/files/patch-names.c
    trunk/dports/net/etherape/files/patch-resolv.c

Modified: trunk/dports/net/etherape/Portfile
===================================================================
--- trunk/dports/net/etherape/Portfile	2009-06-13 15:54:21 UTC (rev 52286)
+++ trunk/dports/net/etherape/Portfile	2009-06-13 16:22:35 UTC (rev 52287)
@@ -1,7 +1,7 @@
 # $Id$
 PortSystem        1.0
 name              etherape
-version           0.9.4
+version           0.9.7
 categories        net
 maintainers       nomaintainer
 description       graphical network monitor
@@ -15,7 +15,7 @@
 homepage          http://etherape.sourceforge.net/
 master_sites      sourceforge:etherape
 platforms         darwin
-checksums         md5 22f25464deca3f4a09f0247513ec5d2a
+checksums         md5 7b5783090d92abe79634da4b582c6b48
 
 depends_lib    	port:libgnomeui \
 		  		port:libglade2 \
@@ -30,10 +30,7 @@
 configure.cflags-append "-I${prefix}/include"
 
 platform darwin  {
-	patchfiles	patch-resolv.c \
-			patch-main.c \
-			patch-globals.h \
-			patch-names.c
+	patchfiles	patch-util.h
 }
 
 post-extract {

Deleted: trunk/dports/net/etherape/files/patch-globals.h
===================================================================
--- trunk/dports/net/etherape/files/patch-globals.h	2009-06-13 15:54:21 UTC (rev 52286)
+++ trunk/dports/net/etherape/files/patch-globals.h	2009-06-13 16:22:35 UTC (rev 52287)
@@ -1,11 +0,0 @@
---- src/globals.h.org	2006-01-09 23:43:38.000000000 -0800
-+++ src/globals.h	2006-02-16 22:36:47.000000000 -0800
-@@ -20,6 +20,8 @@
- #ifndef ETHERAPE_GLOBALS_H
- #define ETHERAPE_GLOBALS_H
- 
-+#include <stdint.h>
-+#include <sys/types.h>
- #include <gnome.h>
- #include <glib.h>
- #include <libgnomecanvas/gnome-canvas.h>

Deleted: trunk/dports/net/etherape/files/patch-main.c
===================================================================
--- trunk/dports/net/etherape/files/patch-main.c	2009-06-13 15:54:21 UTC (rev 52286)
+++ trunk/dports/net/etherape/files/patch-main.c	2009-06-13 16:22:35 UTC (rev 52287)
@@ -1,11 +0,0 @@
---- src/main.c.org	2006-01-10 10:06:26.000000000 -0800
-+++ src/main.c	2006-02-16 22:37:29.000000000 -0800
-@@ -21,6 +21,8 @@
- #include <config.h>
- #endif
- 
-+#include <stdint.h>
-+#include <sys/types.h>
- #include <netinet/in.h>
- #include "globals.h"
- #include <signal.h>

Deleted: trunk/dports/net/etherape/files/patch-names.c
===================================================================
--- trunk/dports/net/etherape/files/patch-names.c	2009-06-13 15:54:21 UTC (rev 52286)
+++ trunk/dports/net/etherape/files/patch-names.c	2009-06-13 16:22:35 UTC (rev 52287)
@@ -1,11 +0,0 @@
---- src/names.c.org	2006-01-11 13:26:21.000000000 -0800
-+++ src/names.c	2006-02-16 22:37:08.000000000 -0800
-@@ -17,6 +17,8 @@
-  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-  */
- 
-+#include <stdint.h>
-+#include <sys/types.h>
- #include <gnome.h>
- #include <netinet/in.h>
- #include "dns.h"

Deleted: trunk/dports/net/etherape/files/patch-resolv.c
===================================================================
--- trunk/dports/net/etherape/files/patch-resolv.c	2009-06-13 15:54:21 UTC (rev 52286)
+++ trunk/dports/net/etherape/files/patch-resolv.c	2009-06-13 16:22:35 UTC (rev 52287)
@@ -1,11 +0,0 @@
---- src/resolv.c.org	2005-12-30 08:36:09.000000000 -0800
-+++ src/resolv.c	2006-02-16 22:37:51.000000000 -0800
-@@ -27,6 +27,8 @@
- #include "config.h"
- #endif
- 
-+#include <stdint.h>
-+#include <sys/types.h>
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>

Added: trunk/dports/net/etherape/files/patch-util.h
===================================================================
--- trunk/dports/net/etherape/files/patch-util.h	                        (rev 0)
+++ trunk/dports/net/etherape/files/patch-util.h	2009-06-13 16:22:35 UTC (rev 52287)
@@ -0,0 +1,11 @@
+--- src/util.h.orig	2009-05-17 20:58:55.000000000 +0200
++++ src/util.h	2009-05-17 20:59:54.000000000 +0200
+@@ -26,6 +26,8 @@
+ #ifndef __UTIL_H__
+ #define __UTIL_H__
+ 
++#include <glib.h>
++
+ #ifdef __cplusplus
+ extern "C"
+ {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090613/0c1d1880/attachment.html>


More information about the macports-changes mailing list