From a5b3217b987b39f5479c5d138d88b383158e8020 Mon Sep 17 00:00:00 2001
From: dinoex <dinoex@FreeBSD.org>
Date: Sun, 2 May 2010 19:31:00 +0000
Subject: - update to 0.9.9

---
 net/x11vnc/Makefile | 12 ++++++++----
 net/x11vnc/distinfo |  6 +++---
 2 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/net/x11vnc/Makefile b/net/x11vnc/Makefile
index 55a072912642..7d5fdcdbdd93 100644
--- a/net/x11vnc/Makefile
+++ b/net/x11vnc/Makefile
@@ -6,20 +6,24 @@
 #
 
 PORTNAME=	x11vnc
-PORTVERSION=	0.9.7
-PORTREVISION=	1
+PORTVERSION=	0.9.9
 CATEGORIES=	net
 MASTER_SITES=	SF/libvncserver/${PORTNAME}/${PORTVERSION}
 
 MAINTAINER=	dinoex@FreeBSD.org
 COMMENT=	VNC server for use with real X displays
 
-LIB_DEPENDS=	jpeg.11:${PORTSDIR}/graphics/jpeg \
+LIB_DEPENDS=	jpeg:${PORTSDIR}/graphics/jpeg \
 		dbus:${PORTSDIR}/devel/dbus \
-		avahi-common.3:${PORTSDIR}/net/avahi-app
+		xcb:${PORTSDIR}/x11/libxcb \
+		pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \
+		avahi-common:${PORTSDIR}/net/avahi-app
 
 USE_GNOME=	gnometarget
 USE_XORG=	x11 xdamage xfixes xrandr xinerama xext xtst xau xrender xdmcp recordproto
+
+        libpthread-stubs.so.0 => /usr/local/lib/libpthread-stubs.so.0 (0x28670000)
+
 # Sets LDFLAGS and adds to CONFIGURE_ENV, therefore we set LDFLAGS
 LDFLAGS+=	-L${LOCALBASE}/lib
 USE_OPENSSL=	yes
diff --git a/net/x11vnc/distinfo b/net/x11vnc/distinfo
index 62106fc5a03f..82601c2eaf21 100644
--- a/net/x11vnc/distinfo
+++ b/net/x11vnc/distinfo
@@ -1,3 +1,3 @@
-MD5 (x11vnc-0.9.7.tar.gz) = 30a167577f657909b3355421e14e2ddb
-SHA256 (x11vnc-0.9.7.tar.gz) = fd21224ec09ca5294ba0627433e4d2cb726d389c7818d162f152374e6d693342
-SIZE (x11vnc-0.9.7.tar.gz) = 2528334
+MD5 (x11vnc-0.9.9.tar.gz) = 874008821a0588a73ec7fbe09b747bb0
+SHA256 (x11vnc-0.9.9.tar.gz) = 6b960267b1f842efe5fb76b5d36fbee79ca8ea31528ee83877623e1cca0fbbe9
+SIZE (x11vnc-0.9.9.tar.gz) = 2671958
-- 
cgit