View | Details | Raw Unified | Return to bug 88527
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	fastest_cvsup
8
PORTNAME=	fastest_cvsup
9
PORTVERSION=	0.2.9
9
PORTVERSION=	0.2.9
10
PORTREVISION=	1
10
PORTREVISION=	2
11
CATEGORIES=	sysutils
11
CATEGORIES=	sysutils
12
MASTER_SITES=	http://fastest-cvsup.sourceforge.net/download/
12
MASTER_SITES=	http://fastest-cvsup.sourceforge.net/download/
13
13
(-)files/patch-fastest__cvsup2 (+10 lines)
Added Link Here
1
--- fastest_cvsup.bak	Sat Nov  5 14:48:17 2005
2
+++ fastest_cvsup	Sat Nov  5 14:48:46 2005
3
@@ -295,6 +295,7 @@
4
 
5
       # extract the country name and the rest (what a mess!)
6
 
7
+      s/^<a[^>]+><\/a>//;
8
       if ( m/^(\w+)(\s{1}\w+)?\s*(.*)/s ) {
9
         my $country = $1.$2; # for two word names
10
         my $mess = $3;       # the rest

Return to bug 88527