From mdouhan@wizzy.ath.cx  Sun Jun 30 07:46:19 2002
Return-Path: <mdouhan@wizzy.ath.cx>
Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A1DC337B400
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 30 Jun 2002 07:46:19 -0700 (PDT)
Received: from crucible.athame.co.uk (guru164.netsonic.fi [194.29.193.164])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8E97F43E1D
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 30 Jun 2002 07:46:18 -0700 (PDT)
	(envelope-from mdouhan@wizzy.ath.cx)
Received: from amavis by crucible.athame.co.uk with scanned-ok (Exim 3.33 #1)
	id 17Ofxw-00029C-00
	for FreeBSD-gnats-submit@freebsd.org; Sun, 30 Jun 2002 17:46:16 +0300
Received: from [195.163.16.144] (helo=spawn.internal.hasta.se)
	by crucible.athame.co.uk with esmtp (Exim 3.33 #1)
	id 17OfxU-00027v-00
	for FreeBSD-gnats-submit@freebsd.org; Sun, 30 Jun 2002 17:45:48 +0300
Received: by spawn.internal.hasta.se (Postfix, from userid 1001)
	id 550ED3FB8; Sun, 30 Jun 2002 16:46:18 +0200 (CEST)
Message-Id: <20020630144618.550ED3FB8@spawn.internal.hasta.se>
Date: Sun, 30 Jun 2002 16:46:18 +0200 (CEST)
From: Matt Douhan <matt@athame.co.uk>
Reply-To: Matt Douhan <matt@athame.co.uk>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: port update
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         40035
>Category:       ports
>Synopsis:       port update
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 30 07:50:02 PDT 2002
>Closed-Date:    Mon Jul 01 08:59:38 PDT 2002
>Last-Modified:  Mon Jul 01 08:59:38 PDT 2002
>Originator:     Matt Douhan
>Release:        FreeBSD 4.6-RC i386
>Organization:
none
>Environment:
System: FreeBSD spawn.internal.hasta.se 4.6-RC FreeBSD 4.6-RC #1: Fri May 31 14:56:46 GMT 2002 mdouhan@spawn.internal.hasta.se:/usr/obj/usr/src/sys/DEVIL i386


	
>Description:
	Updated to support VNC as well as rdesktop, this allows onnections to both VNC and windows terminal servers
>How-To-Repeat:
	
>Fix:

Index: Makefile
===================================================================
RCS file: /cvs/FreeBSD/ports/net/krdesktop/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	28 Jun 2002 15:59:54 -0000	1.2
+++ Makefile	30 Jun 2002 14:38:15 -0000
@@ -5,14 +5,15 @@
 # $FreeBSD: ports/net/krdesktop/Makefile,v 1.2 2002/06/28 15:59:54 perky Exp $
 
 PORTNAME=	krdesktop
-PORTVERSION=	1.1
+PORTVERSION=	1.2
 CATEGORIES=	net kde
 MASTER_SITES=	http://krazykiwi.homeip.net/netwizard/krdesktop/
 DISTNAME=	${PORTNAME:S/kr/KR/}-${PORTVERSION}
 
 MAINTAINER=	matt@athame.co.uk
 
-RUN_DEPENDS=	rdesktop:${PORTSDIR}/net/rdesktop-devel
+RUN_DEPENDS=	rdesktop:${PORTSDIR}/net/rdesktop-devel \
+		vncviewer:${PORTSDIR}/net/vnc
 
 USE_KDELIBS_VER=3
 NO_WRKSUBDIR=   yes
Index: distinfo
===================================================================
RCS file: /cvs/FreeBSD/ports/net/krdesktop/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	28 Jun 2002 15:59:54 -0000	1.2
+++ distinfo	30 Jun 2002 14:38:15 -0000
@@ -1 +1 @@
-MD5 (KRdesktop-1.1.tar.gz) = adda05a7682731c21ee61f4bc73e6a43
+MD5 (KRdesktop-1.2.tar.gz) = f2caaf431e1cddf3596521d042a5dd2a
Index: pkg-comment
===================================================================
RCS file: /cvs/FreeBSD/ports/net/krdesktop/pkg-comment,v
retrieving revision 1.1
diff -u -r1.1 pkg-comment
--- pkg-comment	26 Jun 2002 22:14:16 -0000	1.1
+++ pkg-comment	30 Jun 2002 14:38:15 -0000
@@ -1 +1 @@
-KDE Frontend for rdesktop
+KDE GUI for rdesktop and VNC
Index: pkg-descr
===================================================================
RCS file: /cvs/FreeBSD/ports/net/krdesktop/pkg-descr,v
retrieving revision 1.1
diff -u -r1.1 pkg-descr
--- pkg-descr	26 Jun 2002 22:14:16 -0000	1.1
+++ pkg-descr	30 Jun 2002 14:38:15 -0000
@@ -1,5 +1,6 @@
-This is a cvs snapshot of krdesktop, a rdesktop GUI.
+A KDE GUI that allows the user to connect to VNC servers
+and windows terminal servers, both win2k and NT4
 
 WWW: http://krazykiwi.homeip.net/netwizard/krdesktop/
 
-- Matt Douhan et al. <matt@athame.co.uk>
+Matt Douhan <matt@athame.co.uk>


>Release-Note:
>Audit-Trail:

From: Matt Douhan <matt@athame.co.uk>
To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports@FreeBSD.org
Cc:  
Subject: Re: ports/40035: port update
Date: Sun, 30 Jun 2002 16:57:34 +0200

 My apologies this pr is for port net/krdesktop
 
 /// Matt
 
 On Sunday 30 June 2002 16.50, you wrote:
 > Thank you very much for your problem report.
 > It has the internal identification `ports/40035'.
 > The individual assigned to look at your
 > report is: freebsd-ports.
 >
 > You can access the state of your problem report at any time
 > via this link:
 >
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=3D40035
 >
 > >Category:       ports
 > >Responsible:    freebsd-ports
 > >Synopsis:       port update
 > >Arrival-Date:   Sun Jun 30 07:50:02 PDT 2002
 
 --=20
 Matt Douhan
 *** ping elvis ***
 *** elvis is alive ***
State-Changed-From-To: open->closed 
State-Changed-By: pat 
State-Changed-When: Mon Jul 1 08:59:27 PDT 2002 
State-Changed-Why:  
Committed, Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=40035 
>Unformatted:
