diff options
author | lth <lth@FreeBSD.org> | 2007-07-29 20:43:28 +0800 |
---|---|---|
committer | lth <lth@FreeBSD.org> | 2007-07-29 20:43:28 +0800 |
commit | dd4a3c54678096cb4d6ff3b23dd47c564000ce3e (patch) | |
tree | 808e0fc983dabf345e9417850ffca13dbddc25ea /devel/p4d/Makefile | |
parent | df9edcc58f2dd661952ffe091e92fb62844bd610 (diff) | |
download | freebsd-ports-gnome-dd4a3c54678096cb4d6ff3b23dd47c564000ce3e.tar.gz freebsd-ports-gnome-dd4a3c54678096cb4d6ff3b23dd47c564000ce3e.tar.zst freebsd-ports-gnome-dd4a3c54678096cb4d6ff3b23dd47c564000ce3e.zip |
Chase updated binaries.
Bugs fixed: (from release notes):
#129932 **
'p4 submit' could fail when 'p4 integrate' mistakenly
attempts to branch from a deleted revision if that
source file was readded and that readded revision was
ignored into the target file. Fixed. (Bug #24663)
#128837 **
The server no longer exits after 10 consecutive attempts
to accept an incoming connection. Usually the reason for
this is that the computer is under configured and its
simply a server resource problem. In some cases the
problem can be on the client end, because of this the
server now sleeps, then continues to retry. (Bug #24156).
For complete list of changes, see:
http://www.perforce.com/perforce/doc.061/user/relnotes.txt
Noticed by: pavmail
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 57138b7b96fe..bf2811bc486f 100644 --- a/devel/p4d/Makefile +++ b/devel/p4d/Makefile @@ -33,7 +33,7 @@ ARCH?= i386 .if ${ARCH} == amd64 || ${ARCH} == i386 || ${ARCH} == sparc64 VERSION= 06.2 -REVISION= 0 +REVISION= 1 BIN_FILES= p4 SBIN_FILES= p4d p4ftpd p4p p4web REL_NOTES= http://www.perforce.com/perforce/doc.062/user/relnotes.txt |