Date: Sat, 05 Nov 2005 15:49:51 +0000 From: Tim Bishop <tim@bishnet.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: tim@bishnet.net Subject: ports/88527: [PATCH] sysutils/fastest_cvsup: Fix reading handbook Message-ID: <E1EYQIh-0002WW-K9@pendennis.ukc.ac.uk> Resent-Message-ID: <200511051550.jA5FoEaZ077752@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 88527 >Category: ports >Synopsis: [PATCH] sysutils/fastest_cvsup: Fix reading handbook >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: Sat Nov 05 15:50:13 GMT 2005 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1EYQIh-0002WW-K9>