diff options
Diffstat (limited to 'www/p5-SVN-Web/patches/patch-ab')
-rw-r--r-- | www/p5-SVN-Web/patches/patch-ab | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/www/p5-SVN-Web/patches/patch-ab b/www/p5-SVN-Web/patches/patch-ab deleted file mode 100644 index 9547be41e85..00000000000 --- a/www/p5-SVN-Web/patches/patch-ab +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-ab,v 1.1.1.1 2003/12/03 16:13:28 epg Exp $ - ---- lib/SVN/Web/Branch.pm.orig Tue Aug 26 05:26:55 2003 -+++ lib/SVN/Web/Branch.pm -@@ -44,7 +44,7 @@ sub new { - - sub branchto { - my ($self, $path, $rev) = @_; -- my @branches = grep { $path =~ m|^$_/?| } -+ my @branches = grep { "$_/" eq substr ($path, 0, length($_)+1) } - keys %{$self->{BRANCHINFO}{src}}; - - my $ret; -@@ -69,7 +69,7 @@ sub branchto { - - sub branchfrom { - my ($self, $path, $rev) = @_; -- my @branches = grep { $path =~ m|^$_/?| } -+ my @branches = grep { "$_/" eq substr ($path, 0, length($_)+1) } - keys %{$self->{BRANCHINFO}{dst}}; - - my $ret; |