diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2009-06-13 19:18:48 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2009-06-13 19:18:48 +0000 |
commit | 3d3410384b03b35fa657375af22d88d30fabd9e0 (patch) | |
tree | c0aef406362ab669f5db4fa16df8589e73e50fb3 /devel/p5-VCP/files/patch-lib::VCP::Source::p4.pm | |
parent | Remove deskutils/mical as it has been marked BROKEN for over 8 months. (diff) |
Remove devel/p5-VCP as it has been marked BROKEN for over 4 months.
Notes
Notes:
svn path=/head/; revision=235724
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.pm | 13 |
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 ; |