Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Oct 2011 17:45:00 GMT
From:      Phil Phillips <pphillips@experts-exchange.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/161750: [patch] net/rfbproxy: update to 1.1.1
Message-ID:  <201110171745.p9HHj0K8046236@red.freebsd.org>
Resent-Message-ID: <201110171750.p9HHo8tw074771@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         161750
>Category:       ports
>Synopsis:       [patch] net/rfbproxy: update to 1.1.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 17 17:50:08 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Phil Phillips
>Release:        FreeBSD 8.2-RELEASE amd64
>Organization:
Experts Exchange, LLC
>Environment:
FreeBSD ip3.experts-exchange.com 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011     root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
Update 0.6.6 to 1.1.1
Builds cleanly in Tinderbox

Changes since 0.6.6:

2005-05-20  Tim Waugh  <twaugh@redhat.com>

	* configure.in: Version 1.1.0.

2005-05-20  Tim Waugh  <twaugh@redhat.com>

	Various small changes to integrate last change.

2005-04-19  Brent Baccala <baccala@freesoft.org>

	* rfbproxy.c: Many changes.  Developed FBS 1.1 file format.
	Added shared-session record and PPM export.  Added functions
	to read multi-byte sequences from FBS files.
	* rfbproxy.1: Consolidated old README file and most of what
	I know of rfbproxy's options and problems into the man page.
	* Makefile.am: Added regression tests for export.  Removed
	BUGS file (its one bug was fixed by FBS 1.1)
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2008-08-20 23:17:55.000000000 -0700
+++ Makefile	2011-10-17 10:19:59.000000000 -0700
@@ -7,9 +7,10 @@
 #
 
 PORTNAME=	rfbproxy
-PORTVERSION=	0.6.6
+PORTVERSION=	1.1.1
 CATEGORIES=	net
-MASTER_SITES=	http://cyberelk.net/tim/data/rfbproxy/stable/
+MASTER_SITES=	SF
+USE_BZIP2=	yes
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A simple tool for recording VNC sessions
--- distinfo.orig	2011-03-20 05:52:48.000000000 -0700
+++ distinfo	2011-10-17 10:24:39.000000000 -0700
@@ -1,2 +1,2 @@
-SHA256 (rfbproxy-0.6.6.tar.gz) = 9aaae044eefa217689560679b8bd3f2b1c6f756015c3aafb9c21c22fae6d2177
-SIZE (rfbproxy-0.6.6.tar.gz) = 81065
+SHA256 (rfbproxy-1.1.1.tar.bz2) = f116a73227ac9fffe97f4553d1c0721bccd63be9bca69451e5dc76b7683be0e6
+SIZE (rfbproxy-1.1.1.tar.bz2) = 108963
--- pkg-descr.orig	2002-09-05 09:09:27.000000000 -0700
+++ pkg-descr	2011-10-17 10:28:01.000000000 -0700
@@ -1,4 +1,4 @@
 This program is a simple tool for recording VNC sessions. Make no mistake: it
 is hacked together and very ugly. But it does the job.
 
-WWW: http://cyberelk.net/tim/rfbproxy/
+WWW: http://rfbproxy.sourceforge.net/


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201110171745.p9HHj0K8046236>