From T.D.Bishop@kent.ac.uk  Sat Nov  5 15:49:58 2005
Return-Path: <T.D.Bishop@kent.ac.uk>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id CB54616A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  5 Nov 2005 15:49:58 +0000 (GMT)
	(envelope-from T.D.Bishop@kent.ac.uk)
Received: from mx6.kent.ac.uk (mx6.kent.ac.uk [129.12.21.37])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 63FCB43D48
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  5 Nov 2005 15:49:55 +0000 (GMT)
	(envelope-from T.D.Bishop@kent.ac.uk)
Received: from apophis.ukc.ac.uk ([129.12.4.11])
	by mx6.kent.ac.uk with esmtps (TLSv1:AES256-SHA:256)
	(Exim 4.50)
	id 1EYQIh-0003MD-WE; Sat, 05 Nov 2005 15:49:52 +0000
Received: from dhcp2980.ukc.ac.uk ([129.12.41.128] helo=pendennis.ukc.ac.uk)
	by apophis.ukc.ac.uk with esmtps (TLSv1:AES256-SHA:256)
	(Exim 4.50)
	id 1EYQIh-0007Bw-Sv; Sat, 05 Nov 2005 15:49:51 +0000
Received: from tdb by pendennis.ukc.ac.uk with local (Exim 4.50 (FreeBSD))
	id 1EYQIh-0002WW-K9; Sat, 05 Nov 2005 15:49:51 +0000
Message-Id: <E1EYQIh-0002WW-K9@pendennis.ukc.ac.uk>
Date: Sat, 05 Nov 2005 15:49:51 +0000
From: Tim Bishop <tim@bishnet.net>
Sender: "T.D.Bishop" <T.D.Bishop@kent.ac.uk>
To: FreeBSD-gnats-submit@freebsd.org
Cc: tim@bishnet.net
Subject: [PATCH] sysutils/fastest_cvsup: Fix reading handbook
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         88527
>Category:       ports
>Synopsis:       [PATCH] sysutils/fastest_cvsup: Fix reading handbook
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    az
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 05 15:50:13 GMT 2005
>Closed-Date:    Mon Nov 07 09:16:03 GMT 2005
>Last-Modified:  Mon Nov 07 09:16:03 GMT 2005
>Originator:     Tim Bishop
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:
System: FreeBSD pendennis.ukc.ac.uk 5.4-RELEASE FreeBSD 5.4-RELEASE #2: Wed May 11 11:41:59 BST 2005
>Description:
Add a small patch (well, bodge) to make it read the handbook again.
Without this patch the -r flag returns no servers.

Added file(s):
- files/patch-fastest__cvsup2

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- fastest_cvsup-0.2.9_2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /u1/freebsd/cvs/ports/sysutils/fastest_cvsup/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- Makefile	16 Apr 2005 13:18:45 -0000	1.11
+++ Makefile	5 Nov 2005 15:48:19 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	fastest_cvsup
 PORTVERSION=	0.2.9
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils
 MASTER_SITES=	http://fastest-cvsup.sourceforge.net/download/
 
Index: files/patch-fastest__cvsup2
===================================================================
RCS file: files/patch-fastest__cvsup2
diff -N files/patch-fastest__cvsup2
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-fastest__cvsup2	5 Nov 2005 15:47:07 -0000
@@ -0,0 +1,10 @@
+--- fastest_cvsup.bak	Sat Nov  5 14:48:17 2005
++++ fastest_cvsup	Sat Nov  5 14:48:46 2005
+@@ -295,6 +295,7 @@
+ 
+       # extract the country name and the rest (what a mess!)
+ 
++      s/^<a[^>]+><\/a>//;
+       if ( m/^(\w+)(\s{1}\w+)?\s*(.*)/s ) {
+         my $country = $1.$2; # for two word names
+         my $mess = $3;       # the rest
--- fastest_cvsup-0.2.9_2.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->az 
Responsible-Changed-By: az 
Responsible-Changed-When: Mon Nov 7 08:37:33 GMT 2005 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=88527 
State-Changed-From-To: open->closed 
State-Changed-By: az 
State-Changed-When: Mon Nov 7 09:16:02 GMT 2005 
State-Changed-Why:  
Committed. Thanks! 

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