aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2005-11-07 17:13:29 +0800
committeraz <az@FreeBSD.org>2005-11-07 17:13:29 +0800
commit0937b939ac11d58a4b510c7906040b7b939a3624 (patch)
tree00e5206402688a115771d5b5203623b432deb934 /sysutils
parent6992f747f9a6ff340d697790fc04d911113f2ca8 (diff)
downloadfreebsd-ports-gnome-0937b939ac11d58a4b510c7906040b7b939a3624.tar.gz
freebsd-ports-gnome-0937b939ac11d58a4b510c7906040b7b939a3624.tar.zst
freebsd-ports-gnome-0937b939ac11d58a4b510c7906040b7b939a3624.zip
- Fix -r flag to return servers list.
- Bump portrevision. PR: ports/88527 Submitted by: Tim Bishop <tim@bishnet.net> Approved by: sem (mentor, implicitly)
Diffstat (limited to 'sysutils')
-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