freebsd-ports/devel/p5-VCP/files/patch-lib::VCP::Utils::p4.pm
Hiroki Sato 8ec5eb8071 Add patches to fix a problem which prevents this from working
with VCP::Dest::SVK.

Submitted by:	June-Yen Huang (jihuang at gate dot sinica dot edu dot tw)
PR:		ports/71201
2004-09-01 16:02:33 +00:00

11 lines
377 B
Perl

--- lib/VCP/Utils/p4.pm.orig Fri Jan 30 10:48:39 2004
+++ lib/VCP/Utils/p4.pm Mon Apr 19 00:35:59 2004
@@ -830,7 +830,7 @@
$self->p4( [ "client", "-i" ], \$client_spec, \my $out ) ;
die "unexpected stdout from p4:\np4: ", $out
- unless $out =~ /^Client\s.*\ssaved\./ ;
+ unless $out =~ /^Client\s.*\s(saved|.*not changed)\./ ;
}
=item split_repo_server