aboutsummaryrefslogtreecommitdiff
path: root/sysutils/fastest_cvsup
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2005-11-07 09:13:29 +0000
committerAndrej Zverev <az@FreeBSD.org>2005-11-07 09:13:29 +0000
commit28b1395dc44388ce69c10d4b46204dacbbc6bc50 (patch)
tree0994a51ab83622f7281014d347c83ceced2ccfee /sysutils/fastest_cvsup
parenta74b085f4c63b367da399c9126e3955c5e97f8dd (diff)
downloadports-28b1395dc44388ce69c10d4b46204dacbbc6bc50.tar.gz
ports-28b1395dc44388ce69c10d4b46204dacbbc6bc50.zip
Notes
Diffstat (limited to 'sysutils/fastest_cvsup')
-rw-r--r--sysutils/fastest_cvsup/Makefile2
-rw-r--r--sysutils/fastest_cvsup/files/patch-fastest__cvsup210
2 files changed, 11 insertions, 1 deletions
diff --git a/sysutils/fastest_cvsup/Makefile b/sysutils/fastest_cvsup/Makefile
index 599b14711bc4..2f352a75b466 100644
--- a/sysutils/fastest_cvsup/Makefile
+++ b/sysutils/fastest_cvsup/Makefile
@@ -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/
diff --git a/sysutils/fastest_cvsup/files/patch-fastest__cvsup2 b/sysutils/fastest_cvsup/files/patch-fastest__cvsup2
new file mode 100644
index 000000000000..f84c2b404c55
--- /dev/null
+++ b/sysutils/fastest_cvsup/files/patch-fastest__cvsup2
@@ -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