mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 18:06:27 -04:00
- Bump portrevision. PR: ports/88527 Submitted by: Tim Bishop <tim@bishnet.net> Approved by: sem (mentor, implicitly)
10 lines
340 B
Text
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
|