aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/gtk-vnc/Makefile2
-rw-r--r--net/gtk-vnc/distinfo6
-rw-r--r--net/gtk-vnc/files/patch-src_gvnc.c12
3 files changed, 6 insertions, 14 deletions
diff --git a/net/gtk-vnc/Makefile b/net/gtk-vnc/Makefile
index 1916535c15ff..d68f2854276d 100644
--- a/net/gtk-vnc/Makefile
+++ b/net/gtk-vnc/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gtk-vnc
-PORTVERSION= 0.3.4
+PORTVERSION= 0.3.5
CATEGORIES= net gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gtk-vnc
diff --git a/net/gtk-vnc/distinfo b/net/gtk-vnc/distinfo
index 6be19925b892..2f9d3677cbda 100644
--- a/net/gtk-vnc/distinfo
+++ b/net/gtk-vnc/distinfo
@@ -1,3 +1,3 @@
-MD5 (gtk-vnc-0.3.4.tar.gz) = 5ccf094bfb47ad5fe224d7feca175de2
-SHA256 (gtk-vnc-0.3.4.tar.gz) = 9ffd1f089d6cba0d0580490391bd6a9771f2be497cc0c8256dd52077e4b040ee
-SIZE (gtk-vnc-0.3.4.tar.gz) = 427187
+MD5 (gtk-vnc-0.3.5.tar.gz) = 0543994c5e3512c3762e34345c32c013
+SHA256 (gtk-vnc-0.3.5.tar.gz) = 0502b8599eb67f24f6cad61161532eab63b81c7bd46f589f7eb46566aeb5459a
+SIZE (gtk-vnc-0.3.5.tar.gz) = 432421
diff --git a/net/gtk-vnc/files/patch-src_gvnc.c b/net/gtk-vnc/files/patch-src_gvnc.c
index 1ebee9d0a57b..2024d2adeb57 100644
--- a/net/gtk-vnc/files/patch-src_gvnc.c
+++ b/net/gtk-vnc/files/patch-src_gvnc.c
@@ -1,5 +1,5 @@
---- src/gvnc.c.orig 2008-02-22 09:33:46.000000000 -0500
-+++ src/gvnc.c 2008-03-24 11:38:08.000000000 -0400
+--- src/gvnc.c.orig 2008-04-06 18:35:22.000000000 -0400
++++ src/gvnc.c 2008-04-07 20:37:54.647022975 -0400
@@ -16,7 +16,7 @@
#include <netdb.h>
@@ -9,11 +9,3 @@
#include <unistd.h>
#include <stdio.h>
#include <errno.h>
-@@ -26,7 +26,6 @@
- #include <string.h>
- #include <sys/types.h>
- #include <sys/stat.h>
--#include <endian.h>
-
- #include "coroutine.h"
- #include "d3des.h"