ports/sysutils/fastest_cvsup/files/patch-fastest__cvsup2
Andrej Zverev 28b1395dc4 - Fix -r flag to return servers list.
- Bump portrevision.

PR:		ports/88527
Submitted by:	Tim Bishop <tim@bishnet.net>
Approved by:	sem (mentor, implicitly)
2005-11-07 09:13:29 +00:00

10 lines
340 B
Text

--- 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