diff options
author | lth <lth@FreeBSD.org> | 2006-12-24 00:46:23 +0800 |
---|---|---|
committer | lth <lth@FreeBSD.org> | 2006-12-24 00:46:23 +0800 |
commit | 420e013c6b53589821a2782e4b9c2ce1b94114d4 (patch) | |
tree | 2c8b9dff69416d6d5aee3dc978967fb9dede250f /devel/p4d/Makefile | |
parent | 079b0e01accbf53cd4957349c8fe1d162e61fbb6 (diff) | |
download | freebsd-ports-gnome-420e013c6b53589821a2782e4b9c2ce1b94114d4.tar.gz freebsd-ports-gnome-420e013c6b53589821a2782e4b9c2ce1b94114d4.tar.zst freebsd-ports-gnome-420e013c6b53589821a2782e4b9c2ce1b94114d4.zip |
Chase updated binaries.
Bugs fixed (from release notes):
#113339 **
'p4 opened -a //...' was being adversely affected by
the optimization in change #109212. It is now back to
its previous performance. (Bug #23307)
#113270 **
Files changed from type ktext to text would be stored
at the server with the keywords unexpanded even if the
files had been submitted with the keywords expanded.
This behavior, present only in release 2006.1, has been
fixed. (Bug #23258)
#112408 **
'p4 depot' will not abort when it encounters a UNC
path in the Map field so long as the path also ends in
'...'. UNC path handling in the depot form was broken
by change 93286, but it has now been fixed. (Bug #23191)
#94339 **
'p4 changes @changelist' could be slower in 2005.2 than it
was in 2005.1 due to an optimization intended to speed up
changelist ranges (@changelist,changelist). The optimization
has been tuned to be no slower than 2005.1. (Bug #20192).
For complete list of changes, see:
http://www.perforce.com/perforce/doc.061/user/relnotes.txt
PR: ports/107137
Submitted by: gabor
Diffstat (limited to 'devel/p4d/Makefile')
-rw-r--r-- | devel/p4d/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p4d/Makefile b/devel/p4d/Makefile index 2d55b14d7999..0962a9339245 100644 --- a/devel/p4d/Makefile +++ b/devel/p4d/Makefile @@ -32,7 +32,7 @@ ARCH?= i386 .if (${ARCH} == i386) || (${ARCH} == amd64) VERSION= 06.1 -REVISION= 4 +REVISION= 5 BIN_FILES= p4 SBIN_FILES= p4d p4ftpd p4p p4web REL_NOTES= http://www.perforce.com/perforce/doc.061/user/relnotes.txt |