diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-08-05 03:23:26 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-08-05 03:23:26 +0000 |
commit | 5884e6ac73f1466bb3d3a774e8550b4e1d127905 (patch) | |
tree | 6aa7f8e93c195df7b67613d88c27a5dd6366519e /net-mgmt/etherape | |
parent | 47cbf1bbc4568a5a2e483b524245d0695defa069 (diff) | |
download | ports-5884e6ac73f1466bb3d3a774e8550b4e1d127905.tar.gz ports-5884e6ac73f1466bb3d3a774e8550b4e1d127905.zip |
Notes
Diffstat (limited to 'net-mgmt/etherape')
-rw-r--r-- | net-mgmt/etherape/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/etherape/distinfo | 2 | ||||
-rw-r--r-- | net-mgmt/etherape/files/patch-conversations.c | 10 |
3 files changed, 2 insertions, 12 deletions
diff --git a/net-mgmt/etherape/Makefile b/net-mgmt/etherape/Makefile index 9f42ff535913..2a530a782e2a 100644 --- a/net-mgmt/etherape/Makefile +++ b/net-mgmt/etherape/Makefile @@ -6,7 +6,7 @@ # PORTNAME= etherape -PORTVERSION= 0.7.8 +PORTVERSION= 0.8.0 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/net-mgmt/etherape/distinfo b/net-mgmt/etherape/distinfo index dadff37d0e62..b7cf65bd0458 100644 --- a/net-mgmt/etherape/distinfo +++ b/net-mgmt/etherape/distinfo @@ -1 +1 @@ -MD5 (etherape-0.7.8.tar.gz) = 29f6ef56960b6fb2a9ba62b9f8ef8a4f +MD5 (etherape-0.8.0.tar.gz) = 5cce9e9d7cb2698e0aa5a3ef086a7c06 diff --git a/net-mgmt/etherape/files/patch-conversations.c b/net-mgmt/etherape/files/patch-conversations.c deleted file mode 100644 index 7c0673cf3983..000000000000 --- a/net-mgmt/etherape/files/patch-conversations.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/conversations.c.orig Fri Jul 6 11:47:09 2001 -+++ src/conversations.c Fri Jul 6 11:47:18 2001 -@@ -21,6 +21,7 @@ - #include <config.h> - #endif - -+#include <sys/types.h> - #include <netinet/in.h> - #include "globals.h" - #include "conversations.h" |