From 2f28409417da3711ba29afeca521af51dc9d99ca Mon Sep 17 00:00:00 2001 From: Lars Thegler Date: Sun, 27 Apr 2008 12:47:50 +0000 Subject: Bugs fixed (from release notes): #152382 ** Sometimes 'p4 integrate' would find a distant base when cherry picking revisions to integrate. Now 'p4 integrate' insists that the base be the revision before the first revision being integrated when cherry picking revisions. (Bug #29016). #152296 ** 'p4 submit' could report "No files to submit" if the combination of client mapped files and protections table exceeded an internal limit. This limit was incorrectly reached on case-insensitive Servers (Windows) by repeated values in a generated map. This has been fixed. (Bug #28853) --- devel/p4d/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devel/p4d/Makefile') diff --git a/devel/p4d/Makefile b/devel/p4d/Makefile index 8e1d6ceb5322..4d0dc8579d2a 100644 --- a/devel/p4d/Makefile +++ b/devel/p4d/Makefile @@ -33,7 +33,7 @@ ARCH?= i386 .if ${ARCH} == amd64 || ${ARCH} == i386 || ${ARCH} == sparc64 VERSION= 07.3 -REVISION= 1 +REVISION= 2 BIN_FILES= p4 SBIN_FILES= p4d p4ftpd p4p p4web REL_NOTES= http://www.perforce.com/perforce/doc.073/user/relnotes.txt -- cgit v1.2.3