summaryrefslogtreecommitdiff
path: root/devel/p5-VCP/files/patch-lib::VCP::Source::p4.pm
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-VCP/files/patch-lib::VCP::Source::p4.pm')
-rw-r--r--devel/p5-VCP/files/patch-lib::VCP::Source::p4.pm13
1 files changed, 0 insertions, 13 deletions
diff --git a/devel/p5-VCP/files/patch-lib::VCP::Source::p4.pm b/devel/p5-VCP/files/patch-lib::VCP::Source::p4.pm
deleted file mode 100644
index 49e918e67879..000000000000
--- a/devel/p5-VCP/files/patch-lib::VCP::Source::p4.pm
+++ /dev/null
@@ -1,13 +0,0 @@
---- lib/VCP/Source/p4.pm.orig Fri Jan 30 10:48:36 2004
-+++ lib/VCP/Source/p4.pm Mon Apr 19 01:10:03 2004
-@@ -781,8 +781,9 @@
- next ;
- }
- next if $spec =~ m{^error: //\.\.\.\@.+ file(\(s\))?( not in label.)?$} ;
-+ next if $spec =~ m{^error: //\.\.\..+ - no such file\(s\)\.};
- $spec =~ /^.*?: *(\/\/.*#\d+)/
-- or die "Couldn't parse name & rev from '$spec' in p4 output:\n$files\n" ;
-+ or die "Couldn't parse name & rev from '$spec' in p4 output:\n$files\n";
- my $id = $1;
-
- debug "p4 label '$label' => '$id'" if debugging ;