freebsd-ports/devel/p5-VCP/files/patch-bin::dump_rev_map
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
243 B
Text

--- bin/dump_rev_map.orig Thu Oct 9 03:09:00 2003
+++ bin/dump_rev_map Fri Apr 16 01:25:58 2004
@@ -2,7 +2,7 @@
use strict;
use VCP::Debug qw( :debug );
-BEGIN { enable_debug ".*"; }
+#BEGIN { enable_debug ".*"; }
use VCP::RevMapDB;